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
6fbfc323b3
commit
3dbdd17fbb
74 changed files with 16 additions and 9401 deletions
25
dist/compatible/schemas/timeline.yaml
vendored
Normal file
25
dist/compatible/schemas/timeline.yaml
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
components:
|
||||
schemas:
|
||||
Timeline:
|
||||
properties:
|
||||
instructions:
|
||||
items:
|
||||
$ref: ./../schemas/instruction.yaml#/components/schemas/InstructionUnion
|
||||
type: array
|
||||
metadata:
|
||||
type: object
|
||||
responseObjects:
|
||||
type: object
|
||||
required:
|
||||
- instructions
|
||||
TimelineV2:
|
||||
properties:
|
||||
timeline:
|
||||
$ref: '#/components/schemas/Timeline'
|
||||
required:
|
||||
- timeline
|
||||
info:
|
||||
title: Twitter OpenAPI
|
||||
version: 0.0.1
|
||||
openapi: 3.0.3
|
||||
paths: {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue