diff --git a/openapi-internal.yaml b/openapi-internal.yaml index b38795b..f2d1f6a 100644 --- a/openapi-internal.yaml +++ b/openapi-internal.yaml @@ -248,8 +248,7 @@ components: format: int64 Name: type: string - minLength: 64 - maxLength: 64 + maxLength: 128 Hash: type: string minLength: 16 @@ -269,8 +268,7 @@ components: properties: Name: type: string - minLength: 64 - maxLength: 64 + maxLength: 128 Source: type: string maxLength: 1048576 diff --git a/openapi.yaml b/openapi.yaml index 06dc6a9..1e075d7 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -624,8 +624,7 @@ components: format: int64 Name: type: string - minLength: 64 - maxLength: 64 + maxLength: 128 Hash: type: string minLength: 16 @@ -645,8 +644,7 @@ components: properties: Name: type: string - minLength: 64 - maxLength: 64 + maxLength: 128 Source: type: string maxLength: 1048576 @@ -663,8 +661,7 @@ components: format: int64 Name: type: string - minLength: 64 - maxLength: 64 + maxLength: 128 Source: type: string maxLength: 1048576