mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 07:30:37 +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:
|
||||
type: object
|
||||
properties:
|
||||
rest_id: string
|
||||
rest_id:
|
||||
type: string
|
||||
legacy:
|
||||
type: object
|
||||
required:
|
||||
|
|
@ -64,7 +65,7 @@ components:
|
|||
- "name"
|
||||
- "url"
|
||||
properties:
|
||||
name:
|
||||
name:
|
||||
type: string
|
||||
url:
|
||||
type: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue