UNPKG

bump-cli

Version:

The Bump CLI is used to interact with your API documentation hosted on Bump.sh by using the APIs of developers.bump.sh

9 lines (8 loc) 230 B
// Spec definitions are copied from the official // spec repo https://spec.openapis.org/arazzo/ import schemaV10 from './v1.0/schema.json' with { type: 'json' }; export default { schemas: { '1.0': schemaV10, }, };