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
9a59a994a7
commit
112a13efc3
16 changed files with 256 additions and 4 deletions
4
dist/compatible/schemas/instruction.yaml
vendored
4
dist/compatible/schemas/instruction.yaml
vendored
|
|
@ -45,6 +45,7 @@ components:
|
|||
content:
|
||||
$ref: ./content.yaml#/components/schemas/ContentUnion
|
||||
entryId:
|
||||
pattern: ^(([a-z]+|[0-9]+|[0-9a-f]+)(-|$))+
|
||||
type: string
|
||||
sortIndex:
|
||||
pattern: '[0-9]+$'
|
||||
|
|
@ -103,6 +104,7 @@ components:
|
|||
- NewTweets
|
||||
type: string
|
||||
colorConfig:
|
||||
additionalProperties: true
|
||||
type: object
|
||||
displayDurationMs:
|
||||
type: integer
|
||||
|
|
@ -111,11 +113,13 @@ components:
|
|||
- Top
|
||||
type: string
|
||||
iconDisplayInfo:
|
||||
additionalProperties: true
|
||||
type: object
|
||||
richText:
|
||||
properties:
|
||||
entities:
|
||||
items:
|
||||
additionalProperties: true
|
||||
type: object
|
||||
type: array
|
||||
text:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue