mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
build
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
8a7eba499f
commit
214392ec9b
6 changed files with 42 additions and 0 deletions
6
dist/compatible/schemas/content.yaml
vendored
6
dist/compatible/schemas/content.yaml
vendored
|
|
@ -138,6 +138,9 @@ components:
|
|||
additionalProperties: true
|
||||
type: object
|
||||
displayType:
|
||||
enum:
|
||||
- Vertical
|
||||
- VerticalConversation
|
||||
type: string
|
||||
entryType:
|
||||
$ref: '#/components/schemas/ContentEntryType'
|
||||
|
|
@ -185,6 +188,9 @@ components:
|
|||
itemType:
|
||||
$ref: '#/components/schemas/ContentItemType'
|
||||
userDisplayType:
|
||||
enum:
|
||||
- User
|
||||
- UserDetailed
|
||||
type: string
|
||||
user_results:
|
||||
$ref: ./user.yaml#/components/schemas/UserResults
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue