1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-12 16:10:26 +01:00

fix #22, update additionalProperties

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2023-07-30 19:43:04 +09:00
parent 0a7f111236
commit cee095e948
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
8 changed files with 157 additions and 32 deletions

View file

@ -22,6 +22,8 @@ components:
items:
$ref: "./../schemas/instruction.yaml#/components/schemas/InstructionUnion"
metadata:
type: object # todo
type: object
additionalProperties: true # todo
responseObjects:
type: object # todo
type: object
additionalProperties: true # todo