UNPKG

@redocly/openapi-core

Version:

See https://github.com/Redocly/openapi-cli

11 lines 178 B
components: schemas: A: type: object properties: a: type: string b: $ref: '#/components/schemas/B' B: type: string