1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 23:50:26 +01:00
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2023-04-24 13:12:45 +09:00
parent 328543616c
commit 3845a1b58e
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
30 changed files with 2124 additions and 0 deletions

25
dist/dart/schemas/timeline.yaml vendored Normal file
View 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: {}