1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 15:40:26 +01:00
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2023-07-30 21:46:25 +09:00
parent 9a59a994a7
commit 112a13efc3
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
16 changed files with 256 additions and 4 deletions

View file

@ -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: