diff --git a/specs/openapi.json b/specs/openapi.json index de22543..bbbd9bf 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -13118,6 +13118,14 @@ ] } ] + }, + "additional_name": { + "type": [ + "string", + "null" + ], + "minLength": 1, + "maxLength": 80 } } } @@ -21907,6 +21915,9 @@ "items": { "$ref": "#/components/schemas/MessageSnapshotResponse" } + }, + "lobby_member": { + "$ref": "#/components/schemas/MessageLobbyMemberResponse" } }, "required": [ @@ -22157,6 +22168,14 @@ "boolean", "null" ] + }, + "additional_name": { + "type": [ + "string", + "null" + ], + "minLength": 1, + "maxLength": 80 } }, "required": [ @@ -31124,6 +31143,9 @@ "flags": { "type": "integer", "format": "int32" + }, + "additional_name": { + "type": "string" } }, "required": [ @@ -31153,6 +31175,9 @@ "author": { "$ref": "#/components/schemas/UserResponse" }, + "lobby_member": { + "$ref": "#/components/schemas/MessageLobbyMemberResponse" + }, "metadata": { "type": "object", "additionalProperties": { @@ -33018,6 +33043,17 @@ "name" ] }, + "MessageLobbyMemberResponse": { + "type": "object", + "properties": { + "additional_name": { + "type": "string" + } + }, + "required": [ + "additional_name" + ] + }, "MessageMentionChannelResponse": { "type": "object", "properties": { @@ -33397,6 +33433,9 @@ "$ref": "#/components/schemas/MessageSnapshotResponse" } }, + "lobby_member": { + "$ref": "#/components/schemas/MessageLobbyMemberResponse" + }, "reactions": { "type": "array", "items": { @@ -37608,6 +37647,9 @@ "$ref": "#/components/schemas/MessageSnapshotResponse" } }, + "lobby_member": { + "$ref": "#/components/schemas/MessageLobbyMemberResponse" + }, "reactions": { "type": "array", "items": { diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 3e439fb..992ebba 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -13130,6 +13130,14 @@ ] } ] + }, + "additional_name": { + "type": [ + "string", + "null" + ], + "minLength": 1, + "maxLength": 80 } } } @@ -21919,6 +21927,9 @@ "items": { "$ref": "#/components/schemas/MessageSnapshotResponse" } + }, + "lobby_member": { + "$ref": "#/components/schemas/MessageLobbyMemberResponse" } }, "required": [ @@ -22169,6 +22180,14 @@ "boolean", "null" ] + }, + "additional_name": { + "type": [ + "string", + "null" + ], + "minLength": 1, + "maxLength": 80 } }, "required": [ @@ -31143,6 +31162,9 @@ "flags": { "type": "integer", "format": "int32" + }, + "additional_name": { + "type": "string" } }, "required": [ @@ -31172,6 +31194,9 @@ "author": { "$ref": "#/components/schemas/UserResponse" }, + "lobby_member": { + "$ref": "#/components/schemas/MessageLobbyMemberResponse" + }, "metadata": { "type": "object", "additionalProperties": { @@ -33037,6 +33062,17 @@ "name" ] }, + "MessageLobbyMemberResponse": { + "type": "object", + "properties": { + "additional_name": { + "type": "string" + } + }, + "required": [ + "additional_name" + ] + }, "MessageMentionChannelResponse": { "type": "object", "properties": { @@ -33416,6 +33452,9 @@ "$ref": "#/components/schemas/MessageSnapshotResponse" } }, + "lobby_member": { + "$ref": "#/components/schemas/MessageLobbyMemberResponse" + }, "reactions": { "type": "array", "items": { @@ -37627,6 +37666,9 @@ "$ref": "#/components/schemas/MessageSnapshotResponse" } }, + "lobby_member": { + "$ref": "#/components/schemas/MessageLobbyMemberResponse" + }, "reactions": { "type": "array", "items": {