oasis
oasis copied to clipboard
An Elixir server implementation of OpenAPI Specification v3 within Plug
Results
1
oasis issues
Sort by
recently updated
recently updated
newest added
Hi I am trying this out with this schema: [TALQ Gateway API](https://github.com/TALQ-consortium/TALQ_specification/blob/main/oas/talq-api-gateway-2-3-0.json) It refers internally to the model: [TALQ data model](https://github.com/TALQ-consortium/TALQ_specification/blob/main/oas/talq-data-model-2-3-0.json ) Via $ref like this: "$ref": "./talq-data-model-2-3-0.json#/components/schemas/Service" I have...