jchen1122-sibros

Results 1 comments of jchen1122-sibros

I figured out that calling /openapi-3.0.yaml resolves this issue. ``` ThingsPage: additionalProperties: true properties: things: description: A list of things. items: $ref: "#/components/schemas/Thing" nullable: true type: array required: - things...