mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
update test
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
0536aba4f4
commit
bbbec5569f
2 changed files with 9 additions and 9 deletions
|
|
@ -219,14 +219,15 @@ components:
|
|||
additionalProperties: true # todo
|
||||
|
||||
ClientEventInfo:
|
||||
required:
|
||||
- component
|
||||
- elemen
|
||||
properties:
|
||||
component:
|
||||
type: string # enum half_cover
|
||||
# enum half_cover
|
||||
type: string
|
||||
element:
|
||||
type: string
|
||||
# august-2023-privacy-prompt-candidate
|
||||
pattern: "(([a-z]+|[0-9]+|[0-9a-f]+)(-|$))+"
|
||||
# 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]+$"
|
||||
details:
|
||||
type: object
|
||||
additionalProperties: true # todo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue