diff --git a/specs/openapi.json b/specs/openapi.json index 1f9b698..11d4c39 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -19186,6 +19186,19 @@ "ephemeral": { "type": "boolean" }, + "placeholder": { + "type": [ + "string", + "null" + ] + }, + "placeholder_version": { + "type": [ + "integer", + "null" + ], + "format": "int32" + }, "title": { "type": [ "string", @@ -30265,6 +30278,19 @@ "ephemeral": { "type": "boolean" }, + "placeholder": { + "type": [ + "string", + "null" + ] + }, + "placeholder_version": { + "type": [ + "integer", + "null" + ], + "format": "int32" + }, "title": { "type": [ "string", diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 78f7716..52b487e 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -19198,6 +19198,19 @@ "ephemeral": { "type": "boolean" }, + "placeholder": { + "type": [ + "string", + "null" + ] + }, + "placeholder_version": { + "type": [ + "integer", + "null" + ], + "format": "int32" + }, "title": { "type": [ "string", @@ -30362,6 +30375,19 @@ "ephemeral": { "type": "boolean" }, + "placeholder": { + "type": [ + "string", + "null" + ] + }, + "placeholder_version": { + "type": [ + "integer", + "null" + ], + "format": "int32" + }, "title": { "type": [ "string",