mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
fix minor bug
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
e8bde80beb
commit
af5875b4e3
2 changed files with 4 additions and 2 deletions
|
|
@ -680,7 +680,6 @@ components:
|
|||
$ref: "#/components/schemas/BirdwatchEntity"
|
||||
|
||||
BirdwatchPivotCallToAction:
|
||||
# {'prompt': 'Do you find this helpful?', 'title': 'Rate it', 'destinationUrl': 'https://twitter.com/i/birdwatch/n/1710821689636934115'}
|
||||
required:
|
||||
- "prompt"
|
||||
- "title"
|
||||
|
|
@ -906,10 +905,11 @@ components:
|
|||
type: string
|
||||
enum:
|
||||
- "limited_replies"
|
||||
- "community_tweet_non_member_public_community"
|
||||
- "non_compliant"
|
||||
- "dynamic_product_ad"
|
||||
- "stale_tweet"
|
||||
- "community_tweet_non_member_public_community"
|
||||
- "community_tweet_non_member_closed_community"
|
||||
place:
|
||||
additionalProperties: true # todo
|
||||
|
||||
|
|
|
|||
|
|
@ -356,3 +356,5 @@ components:
|
|||
$ref: "./typename.yaml#/components/schemas/TypeName" # UserUnavailable
|
||||
reason:
|
||||
type: string
|
||||
message:
|
||||
type: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue