@0xsarwagya/ontoly-parser-openapi
v1.3.3
Published
OpenAPI frontend for Ontoly Software Graph facts.
Maintainers
Readme
@0xsarwagya/ontoly-parser-openapi
Responsibility
@0xsarwagya/ontoly-parser-openapi is the OpenAPI frontend. It turns OpenAPI
documents into compiler facts and OpenAPI graph relationships. It does not own
TypeScript parsing, graph persistence, query semantics, or rendered artifacts.
See the repository architecture map for package boundaries.
Installation
pnpm add @0xsarwagya/ontoly-parser-openapiAPI
- OpenAPI frontend pass factory.
- OpenAPI route, operation, model, field, and relationship fact extraction.
Example
import { createOpenApiFrontendPass } from "@0xsarwagya/ontoly-parser-openapi";
const pass = createOpenApiFrontendPass();Status
Stable v1.0.0 package. Public contracts are governed by the Software Graph specification and RFC process.
