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:
parent
db3066cab7
commit
6ce7d7dd1e
1 changed files with 9 additions and 5 deletions
|
|
@ -1,11 +1,15 @@
|
|||
openapi: 3.0.3
|
||||
info:
|
||||
title: Twitter OpenAPI
|
||||
version: 0.0.1
|
||||
|
||||
paths: {}
|
||||
|
||||
components:
|
||||
parameters:
|
||||
queryId:
|
||||
name: queryId
|
||||
in: path
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
name: queryId
|
||||
in: path
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue