mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
build
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
9a59a994a7
commit
112a13efc3
16 changed files with 256 additions and 4 deletions
4
dist/compatible/paths/bookmarks.yaml
vendored
4
dist/compatible/paths/bookmarks.yaml
vendored
|
|
@ -74,7 +74,9 @@ paths:
|
|||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/BookmarksResponse'
|
||||
oneOf:
|
||||
- $ref: '#/components/schemas/BookmarksResponse'
|
||||
- $ref: ./../schemas/error.yaml#/components/schemas/Errors
|
||||
description: Successful operation
|
||||
headers:
|
||||
x-connection-hash:
|
||||
|
|
|
|||
2
dist/compatible/paths/profile.yaml
vendored
2
dist/compatible/paths/profile.yaml
vendored
|
|
@ -15,6 +15,7 @@ components:
|
|||
UserResultByScreenName:
|
||||
properties:
|
||||
id:
|
||||
pattern: ^([A-Za-z0-9+/]{4})*([A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{2}==)?$
|
||||
type: string
|
||||
result:
|
||||
$ref: '#/components/schemas/UserResultByScreenNameResult'
|
||||
|
|
@ -47,6 +48,7 @@ components:
|
|||
legacy:
|
||||
$ref: '#/components/schemas/UserResultByScreenNameLegacy'
|
||||
profilemodules:
|
||||
additionalProperties: true
|
||||
type: object
|
||||
rest_id:
|
||||
pattern: ^[0-9]+$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue