1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-10 15:20:26 +01:00

remove required fields from OpenAPI schemas for sensitive media

This commit is contained in:
ふぁ 2024-11-07 00:04:03 +09:00
parent 7b7e7b0282
commit 5a50d9d53e
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
4 changed files with 0 additions and 16 deletions

View file

@ -1468,10 +1468,6 @@ components:
type: boolean
other:
type: boolean
required:
- adult_content
- graphic_violence
- other
Session:
properties:
SsoInitTokens:

View file

@ -1468,10 +1468,6 @@ components:
type: boolean
other:
type: boolean
required:
- adult_content
- graphic_violence
- other
Session:
properties:
SsoInitTokens:

View file

@ -1468,10 +1468,6 @@ components:
type: boolean
other:
type: boolean
required:
- adult_content
- graphic_violence
- other
Session:
properties:
SsoInitTokens:

View file

@ -1316,10 +1316,6 @@ components:
enum: [Available, Unavailable]
SensitiveMediaWarning:
required:
- "adult_content"
- "graphic_violence"
- "other"
properties:
adult_content:
type: boolean