@redocly/portal-plugin-async-api
Version:
Async API plugin for Redocly products
13 lines • 406 B
JavaScript
export const asyncApiDocsConfigSchema = {
type: 'object',
properties: {
schemaId: { type: 'string' },
hideInfo: { type: 'boolean' },
hideOperations: { type: 'boolean' },
hideServers: { type: 'boolean' },
hideMessages: { type: 'boolean' },
hideSchemas: { type: 'boolean' },
},
additionalProperties: false,
};
//# sourceMappingURL=config.js.map