1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-03-09 18:30:08 +01:00

remove default value

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2024-09-29 19:11:35 +09:00
parent 0bf572706a
commit f33bb20091
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
6 changed files with 0 additions and 177 deletions

View file

@ -84,7 +84,6 @@ components:
- "__typename"
- "cursorType"
- "value"
- "stopOnEmptyResponse"
properties:
__typename:
$ref: "./typename.yaml#/components/schemas/TypeName" # TimelineTimelineCursor
@ -98,7 +97,6 @@ components:
type: string
stopOnEmptyResponse:
type: boolean
default: false
displayTreatment:
$ref: "#/components/schemas/DisplayTreatment"