1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 15:40:26 +01:00
twitter-openapi/dist/compatible/schemas/timeline.yaml
ふぁ 112a13efc3
build
Signed-off-by: ふぁ <yuki@yuki0311.com>
2023-07-30 21:46:25 +09:00

27 lines
607 B
YAML

components:
schemas:
Timeline:
properties:
instructions:
items:
$ref: ./../schemas/instruction.yaml#/components/schemas/InstructionUnion
type: array
metadata:
additionalProperties: true
type: object
responseObjects:
additionalProperties: true
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: {}