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