mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
add feedbackInfo
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
428137d978
commit
e9162dc2fc
3 changed files with 6 additions and 0 deletions
2
dist/compatible/openapi-3.0.yaml
vendored
2
dist/compatible/openapi-3.0.yaml
vendored
|
|
@ -1075,6 +1075,8 @@ components:
|
||||||
properties:
|
properties:
|
||||||
clientEventInfo:
|
clientEventInfo:
|
||||||
$ref: '#/components/schemas/ClientEventInfo'
|
$ref: '#/components/schemas/ClientEventInfo'
|
||||||
|
feedbackInfo:
|
||||||
|
$ref: '#/components/schemas/FeedbackInfo'
|
||||||
itemContent:
|
itemContent:
|
||||||
$ref: '#/components/schemas/ItemContentUnion'
|
$ref: '#/components/schemas/ItemContentUnion'
|
||||||
required:
|
required:
|
||||||
|
|
|
||||||
2
dist/docs/openapi-3.0.yaml
vendored
2
dist/docs/openapi-3.0.yaml
vendored
|
|
@ -1075,6 +1075,8 @@ components:
|
||||||
properties:
|
properties:
|
||||||
clientEventInfo:
|
clientEventInfo:
|
||||||
$ref: '#/components/schemas/ClientEventInfo'
|
$ref: '#/components/schemas/ClientEventInfo'
|
||||||
|
feedbackInfo:
|
||||||
|
$ref: '#/components/schemas/FeedbackInfo'
|
||||||
itemContent:
|
itemContent:
|
||||||
$ref: '#/components/schemas/ItemContentUnion'
|
$ref: '#/components/schemas/ItemContentUnion'
|
||||||
required:
|
required:
|
||||||
|
|
|
||||||
|
|
@ -139,6 +139,8 @@ components:
|
||||||
$ref: "#/components/schemas/ClientEventInfo"
|
$ref: "#/components/schemas/ClientEventInfo"
|
||||||
itemContent:
|
itemContent:
|
||||||
$ref: "#/components/schemas/ItemContentUnion"
|
$ref: "#/components/schemas/ItemContentUnion"
|
||||||
|
feedbackInfo:
|
||||||
|
$ref: "#/components/schemas/FeedbackInfo"
|
||||||
|
|
||||||
FeedbackInfo:
|
FeedbackInfo:
|
||||||
required:
|
required:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue