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
bd2f821d55
commit
6d4ab844cc
6 changed files with 284 additions and 22 deletions
18
dist/compatible/schemas/content.yaml
vendored
18
dist/compatible/schemas/content.yaml
vendored
|
|
@ -1,5 +1,14 @@
|
|||
components:
|
||||
schemas:
|
||||
ClientEventInfo:
|
||||
properties:
|
||||
component:
|
||||
type: string
|
||||
details:
|
||||
additionalProperties: true
|
||||
type: object
|
||||
element:
|
||||
type: string
|
||||
ContentEntryType:
|
||||
enum:
|
||||
- TimelineTimelineItem
|
||||
|
|
@ -54,13 +63,11 @@ components:
|
|||
$ref: ./typename.yaml#/components/schemas/TypeName
|
||||
result:
|
||||
$ref: ./tweet.yaml#/components/schemas/TweetUnion
|
||||
required:
|
||||
- result
|
||||
required: null
|
||||
ModuleEntry:
|
||||
properties:
|
||||
clientEventInfo:
|
||||
additionalProperties: true
|
||||
type: object
|
||||
$ref: '#/components/schemas/ClientEventInfo'
|
||||
itemContent:
|
||||
$ref: '#/components/schemas/ItemContentUnion'
|
||||
required:
|
||||
|
|
@ -116,8 +123,7 @@ components:
|
|||
__typename:
|
||||
$ref: ./typename.yaml#/components/schemas/TypeName
|
||||
clientEventInfo:
|
||||
additionalProperties: true
|
||||
type: object
|
||||
$ref: '#/components/schemas/ClientEventInfo'
|
||||
entryType:
|
||||
$ref: '#/components/schemas/ContentEntryType'
|
||||
feedbackInfo:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue