1
Fork 0
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:
ふぁ 2023-06-13 10:24:56 +09:00
parent 6ce7d7dd1e
commit 488932c5df
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA

View file

@ -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