Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Taxi - Describe How Your APIs and Data Relate Types API

Type registry and discovery

This API exposes 2 operations across 2 paths, and defines 4 schemas. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://api.taxilang.org.

2 operations 2 paths 4 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Server
https://api.taxilang.org
License
Resource Areas
1

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

Types 2

Type registry and discovery

GET
/types
List Types
listTypes 2 params → 200
GET
/types/{qualified_name}
Get Type
getType 1 param → 200404

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are TypeDefinition (6 properties), TypeField (4 properties), Error (3 properties), TypeList (2 properties). Each schema is shown below with its type and property counts.

TypeDefinition
object
6 properties
TypeField
object
4 properties
Error
object
3 properties
TypeList
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

taxi-types-api-openapi.yml Raw ↑