1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 23:50:26 +01:00

fix Missing property "info"

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2023-06-13 10:24:25 +09:00
parent db3066cab7
commit 6ce7d7dd1e
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA

View file

@ -1,11 +1,15 @@
openapi: 3.0.3 openapi: 3.0.3
info:
title: Twitter OpenAPI
version: 0.0.1
paths: {} paths: {}
components: components:
parameters: parameters:
queryId: queryId:
name: queryId name: queryId
in: path in: path
required: true required: true
schema: schema:
type: string type: string