diff --git a/specs/openapi.json b/specs/openapi.json index 5f7511b..3e39c41 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -21486,8 +21486,7 @@ "format": "int32" }, "id": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/SnowflakeType" }, "components": { "type": [ @@ -21542,8 +21541,7 @@ "format": "int32" }, "id": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/SnowflakeType" }, "custom_id": { "type": [ @@ -21617,8 +21615,7 @@ "format": "int32" }, "id": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/SnowflakeType" }, "custom_id": { "type": "string" @@ -21709,8 +21706,7 @@ "format": "int32" }, "id": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/SnowflakeType" }, "custom_id": { "type": "string" @@ -21780,8 +21776,7 @@ "format": "int32" }, "id": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/SnowflakeType" }, "custom_id": { "type": "string" @@ -21835,8 +21830,7 @@ "format": "int32" }, "id": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/SnowflakeType" }, "custom_id": { "type": "string" @@ -21890,8 +21884,7 @@ "format": "int32" }, "id": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/SnowflakeType" }, "custom_id": { "type": "string" @@ -22007,8 +22000,7 @@ "format": "int32" }, "id": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/SnowflakeType" }, "custom_id": { "type": "string" @@ -23360,7 +23352,14 @@ "components": { "type": "array", "items": { - "$ref": "#/components/schemas/ActionRow" + "oneOf": [ + { + "$ref": "#/components/schemas/ActionRow" + }, + { + "$ref": "#/components/schemas/InputText" + } + ] }, "minItems": 1, "maxItems": 5 diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 48dc2a2..8819d31 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -21816,8 +21816,7 @@ "format": "int32" }, "id": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/SnowflakeType" }, "components": { "type": [ @@ -21872,8 +21871,7 @@ "format": "int32" }, "id": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/SnowflakeType" }, "custom_id": { "type": [ @@ -21947,8 +21945,7 @@ "format": "int32" }, "id": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/SnowflakeType" }, "custom_id": { "type": "string" @@ -22039,8 +22036,7 @@ "format": "int32" }, "id": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/SnowflakeType" }, "custom_id": { "type": "string" @@ -22165,8 +22161,7 @@ "format": "int32" }, "id": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/SnowflakeType" }, "custom_id": { "type": "string" @@ -22220,8 +22215,7 @@ "format": "int32" }, "id": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/SnowflakeType" }, "custom_id": { "type": "string" @@ -22275,8 +22269,7 @@ "format": "int32" }, "id": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/SnowflakeType" }, "custom_id": { "type": "string" @@ -22392,8 +22385,7 @@ "format": "int32" }, "id": { - "type": "integer", - "format": "int32" + "$ref": "#/components/schemas/SnowflakeType" }, "custom_id": { "type": "string" @@ -23767,7 +23759,14 @@ "components": { "type": "array", "items": { - "$ref": "#/components/schemas/ActionRow" + "oneOf": [ + { + "$ref": "#/components/schemas/ActionRow" + }, + { + "$ref": "#/components/schemas/InputText" + } + ] }, "minItems": 1, "maxItems": 5