1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 23:50:26 +01:00

feat schema

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2024-11-01 01:42:06 +09:00
parent e8f6402a65
commit 9256a68c69
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
5 changed files with 16 additions and 6 deletions

View file

@ -405,7 +405,7 @@ components:
$ref: "#/components/schemas/Community"
role:
type: string
enum: [Member]
enum: [Member, Moderator]
user_results:
$ref: "user.yaml#/components/schemas/UserResults"
@ -422,7 +422,6 @@ components:
- "id_str"
- "name"
- "description"
- "question"
- "search_tags"
- "actions"
- "admin_results"