apibconv embeds third-party specification schema files so validation can run reliably without network access.
These files are embedded in the apibconv binary:
internal/specschema/schemas/openapi-2.0.jsoninternal/specschema/schemas/openapi-3.0.jsoninternal/specschema/schemas/openapi-3.1.json
Source: OpenAPI Initiative, OpenAPI Specification JSON Schemas
- https://spec.openapis.org/oas/2.0/schema/2017-08-27
- https://spec.openapis.org/oas/3.0/schema/2024-10-18
- https://spec.openapis.org/oas/3.1/schema/2025-02-13
- License: Apache-2.0, https://github.com/OAI/OpenAPI-Specification/blob/main/LICENSE
These files are embedded in the apibconv binary:
internal/specschema/schemas/asyncapi-2.6.0.jsoninternal/specschema/schemas/asyncapi-3.0.0.json
Source: AsyncAPI Initiative, AsyncAPI specification JSON Schemas