UNPKG

api-spec-converter

Version:

Convert API descriptions between popular formats such as OpenAPI(fka Swagger), RAML, API Blueprint, WADL, etc.

23 lines (22 loc) 384 B
openapi: 3.0.0 info: version: 0.0.1 title: test paths: /foo: get: responses: '200': description: Foo content: application/hal+json: schema: $ref: '#/components/schemas/Foo' tags: - Foos operationId: getFoo components: schemas: Foo: type: string nullable: true