Back to Tags
Openapi
11 items tagged with "openapi"
Filter by type:
Standards2
Standard
OpenAPI Specification 3.1.0
Language-agnostic interface description for HTTP APIs. 3.1 aligns fully with JSON Schema 2020-12.
Standard
OpenAPI Specification 3.2
Language-agnostic interface description for HTTP APIs. 3.2 keeps the JSON Schema 2020-12 alignment introduced in 3.1 and adds first-class descriptions for streaming and sequential media types, the QUERY method, and hierarchical tags. It is backward compatible with 3.1.
Best Practices2
Best Practice
OpenAPI Specification Best Practices
Guidance for writing accurate, machine-readable OpenAPI documents that describe HTTP APIs and drive docs, client SDKs, mocks, and contract tests.
Best Practice
API-First Design
An approach that treats the API contract as a product designed before implementation, so teams agree on the interface, then build clients and servers in parallel.