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
11 lines (10 loc) • 322 B
JavaScript
// Spec definitions are copied from the official
// spec repo https://spec.openapis.org/arazzo/
import schemaV10 from './v1.0/schema.json' with { type: 'json' };
import schemaV11 from './v1.1/schema.json' with { type: 'json' };
export default {
schemas: {
'1.0': schemaV10,
'1.1': schemaV11,
},
};