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:
parent
e8f6402a65
commit
9256a68c69
5 changed files with 16 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue