diff --git a/specs/openapi.json b/specs/openapi.json index 071f4d3..ab82a94 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -10887,7 +10887,7 @@ "properties": { "default": { "type": "string", - "maxLength": 2048 + "maxLength": 400 }, "localizations": { "type": [ @@ -10896,7 +10896,7 @@ ], "additionalProperties": { "type": "string", - "maxLength": 2048 + "maxLength": 400 } } }, diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 61d1c55..6b1f21f 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -10887,7 +10887,7 @@ "properties": { "default": { "type": "string", - "maxLength": 2048 + "maxLength": 400 }, "localizations": { "type": [ @@ -10896,7 +10896,7 @@ ], "additionalProperties": { "type": "string", - "maxLength": 2048 + "maxLength": 400 } } },