API Namespaces

The API building format used is close related on the OpenAPI Specification for REST APIs.

The user can define various endpoints (paths) for an API, operations (GET, POST, PUT, DELETE) for each of these endpoints, as well as the operation parameters, request bodies, responses, and contained schemas of various types. In general, it holds all necessary information to describe an API using OpenAPI for external consumers.