mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
fix Incorrect type. Expected "Reference".
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
6ce7d7dd1e
commit
488932c5df
1 changed files with 3 additions and 2 deletions
|
|
@ -56,7 +56,8 @@ components:
|
||||||
card:
|
card:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
rest_id: string
|
rest_id:
|
||||||
|
type: string
|
||||||
legacy:
|
legacy:
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
|
|
@ -64,7 +65,7 @@ components:
|
||||||
- "name"
|
- "name"
|
||||||
- "url"
|
- "url"
|
||||||
properties:
|
properties:
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
url:
|
url:
|
||||||
type: string
|
type: string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue