openapi-ts-json-schema
Version:
Generate TypeScript-first JSON schemas from OpenAPI definitions
5 lines (4 loc) • 302 B
TypeScript
export { openapiToTsJsonSchema } from './openapiToTsJsonSchema.js';
export type { Plugin } from './types.js';
export { default as fastifyIntegrationPlugin } from './plugins/fastifyIntegrationPlugin.js';
export { default as generateSchemaWith$idPlugin } from './plugins/generateSchemaWith$idPlugin.js';