Onboarding
Onboarding is the entry point of the lifecycle: a contract is read, parsed and validated for its format, scored against the design guidelines, and — if it passes — registered so it shows up in the Catalog.
Supported formats
Section titled “Supported formats”| Format | Notes |
|---|---|
| OpenAPI | 3.0.x and 3.1.x |
| AsyncAPI | event-driven contracts |
| GraphQL SDL | schema definition language |
| WSDL | SOAP service descriptions |
The pipeline
Section titled “The pipeline”- Read — the contract is fetched and its format detected.
- Parse & validate — format-specific parsing; a document that will not parse stops here.
- Overlay — an optional OpenAPI Overlay is applied.
- Score — the contract is graded, producing a scorecard per dimension.
- Register — the result is persisted and becomes discoverable.