Openapi

The OpenAPI description for a REST API — the machine-readable contract that defines paths, operations, parameters, schemas, and responses. The most widely adopted API definition format, and the backbone of documentation, SDK, mock, and testing tooling.

Example

openapi.yaml
- type: OpenAPI
  url: https://developers.example.com/openapi

Tags

All Properties