Understand the Up API OpenAPI Specification
masterThe Up API is defined using the OpenAPI Specification. This repository contains the schema used to drive the API.
Vendor Extensions
To support advanced documentation generation, the specification includes vendor-specific extensions prefixed with x-up:.
- Currently, only
x-up:exampleis implemented. - Note for Tooling Developers: Tools designed to parse OpenAPI files should ignore any fields prefixed with
x-up:to ensure compatibility.