mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
wip
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
49bfd77799
commit
0536aba4f4
3 changed files with 26 additions and 13 deletions
|
|
@ -40,8 +40,7 @@ components:
|
|||
itemContent:
|
||||
$ref: "#/components/schemas/ItemContentUnion"
|
||||
clientEventInfo:
|
||||
type: object
|
||||
additionalProperties: true # todo
|
||||
$ref: "#/components/schemas/ClientEventInfo"
|
||||
feedbackInfo:
|
||||
type: object
|
||||
additionalProperties: true # todo
|
||||
|
|
@ -113,8 +112,7 @@ components:
|
|||
- "itemContent"
|
||||
properties:
|
||||
clientEventInfo:
|
||||
type: object
|
||||
additionalProperties: true # todo
|
||||
$ref: "#/components/schemas/ClientEventInfo"
|
||||
itemContent:
|
||||
$ref: "#/components/schemas/ItemContentUnion"
|
||||
|
||||
|
|
@ -229,4 +227,6 @@ components:
|
|||
type: string # enum half_cover
|
||||
element:
|
||||
type: string
|
||||
pattern: "^(january|february|march|april|may|june|july|august|september|october|november|december)-[0-9]{4}-([a-z]-)+[a-z]+$" # august-2023-privacy-prompt-candidate
|
||||
# august-2023-privacy-prompt-candidate
|
||||
pattern: "(([a-z]+|[0-9]+|[0-9a-f]+)(-|$))+"
|
||||
# pattern: "^(january|february|march|april|may|june|july|august|september|october|november|december)-[0-9]{4}-([a-z]-)+[a-z]+$"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue