UNPKG

api-spec-converter

Version:

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

17 lines (16 loc) 283 B
openapi: 3.0.0 info: version: 0.0.1 title: testsickle paths: '/api/v2/user/{id}': get: tags: - User summary: Get user operationId: user.get parameters: - name: id in: path schema: $ref: 'yaml_ref.yml'