UNPKG

@redocly/openapi-core

Version:

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

9 lines (8 loc) 212 B
export const ignoredFileStub = { 'openapi.yaml': { 'no-unused-components': ['#/components/schemas/Foo'], }, 'https://some-path.yaml': { 'no-unused-components': ['#/components/schemas/Foo'], }, };