diff --git a/specs/openapi.json b/specs/openapi.json index fdfe567..cc996c6 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -21756,6 +21756,22 @@ "$ref": "#/components/schemas/UInt32Type" } ] + }, + "placeholder": { + "type": [ + "string", + "null" + ] + }, + "placeholder_version": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/UInt32Type" + } + ] } } }, @@ -21925,6 +21941,22 @@ "$ref": "#/components/schemas/UInt32Type" } ] + }, + "placeholder": { + "type": [ + "string", + "null" + ] + }, + "placeholder_version": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/UInt32Type" + } + ] } } }, @@ -24231,6 +24263,21 @@ "integer", "null" ] + }, + "placeholder": { + "type": [ + "string", + "null" + ], + "maxLength": 64 + }, + "placeholder_version": { + "type": [ + "integer", + "null" + ], + "minimum": 0, + "maximum": 2147483647 } } }, @@ -24276,6 +24323,21 @@ "integer", "null" ] + }, + "placeholder": { + "type": [ + "string", + "null" + ], + "maxLength": 64 + }, + "placeholder_version": { + "type": [ + "integer", + "null" + ], + "minimum": 0, + "maximum": 2147483647 } } }, @@ -24301,6 +24363,21 @@ "integer", "null" ] + }, + "placeholder": { + "type": [ + "string", + "null" + ], + "maxLength": 64 + }, + "placeholder_version": { + "type": [ + "integer", + "null" + ], + "minimum": 0, + "maximum": 2147483647 } } }, diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 8079100..22b7f92 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -21823,6 +21823,22 @@ "$ref": "#/components/schemas/UInt32Type" } ] + }, + "placeholder": { + "type": [ + "string", + "null" + ] + }, + "placeholder_version": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/UInt32Type" + } + ] } } }, @@ -21992,6 +22008,22 @@ "$ref": "#/components/schemas/UInt32Type" } ] + }, + "placeholder": { + "type": [ + "string", + "null" + ] + }, + "placeholder_version": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/UInt32Type" + } + ] } } }, @@ -24572,6 +24604,21 @@ "integer", "null" ] + }, + "placeholder": { + "type": [ + "string", + "null" + ], + "maxLength": 64 + }, + "placeholder_version": { + "type": [ + "integer", + "null" + ], + "minimum": 0, + "maximum": 2147483647 } } }, @@ -24617,6 +24664,21 @@ "integer", "null" ] + }, + "placeholder": { + "type": [ + "string", + "null" + ], + "maxLength": 64 + }, + "placeholder_version": { + "type": [ + "integer", + "null" + ], + "minimum": 0, + "maximum": 2147483647 } } }, @@ -24642,6 +24704,21 @@ "integer", "null" ] + }, + "placeholder": { + "type": [ + "string", + "null" + ], + "maxLength": 64 + }, + "placeholder_version": { + "type": [ + "integer", + "null" + ], + "minimum": 0, + "maximum": 2147483647 } } },