Properties
| Name | Type | Description |
|---|---|---|
| id | object | |
| name | object | |
| description | object | |
| createdDate | object | |
| version | object | |
| warnings | object | |
| binaryMediaTypes | object | |
| minimumCompressionSize | object | |
| apiKeySource | object | |
| endpointConfiguration | object | |
| policy | object | |
| tags | object | |
| disableExecuteApiEndpoint | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/RestApi",
"title": "RestApi",
"type": "object",
"properties": {
"id": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The API's identifier. This identifier is unique across all of your APIs in API Gateway."
}
]
},
"name": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The API's name."
}
]
},
"description": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The API's description."
}
]
},
"createdDate": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "The timestamp when the API was created."
}
]
},
"version": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "A version identifier for the API."
}
]
},
"warnings": {
"allOf": [
{
"$ref": "#/components/schemas/ListOfString"
},
{
"description": "The warning messages reported when <code>failonwarnings</code> is turned on during API import."
}
]
},
"binaryMediaTypes": {
"allOf": [
{
"$ref": "#/components/schemas/ListOfString"
},
{
"description": "The list of binary media types supported by the RestApi. By default, the RestApi supports only UTF-8-encoded text payloads."
}
]
},
"minimumCompressionSize": {
"allOf": [
{
"$ref": "#/components/schemas/NullableInteger"
},
{
"description": "A nullable integer that is used to enable compression (with non-negative between 0 and 10485760 (10M) bytes, inclusive) or disable compression (with a null value) on an API. When compression is enabled, compression or decompression is not applied on the payload if the payload size is smaller than this value. Setting it to zero allows compression for any payload size."
}
]
},
"apiKeySource": {
"allOf": [
{
"$ref": "#/components/schemas/ApiKeySourceType"
},
{
"description": "The source of the API key for metering requests according to a usage plan. Valid values are: ><code>HEADER</code> to read the API key from the <code>X-API-Key</code> header of a request. <code>AUTHORIZER</code> to read the API key from the <code>UsageIdentifierKey</code> from a custom authorizer."
}
]
},
"endpointConfiguration": {
"allOf": [
{
"$ref": "#/components/schemas/EndpointConfiguration"
},
{
"description": "The endpoint configuration of this RestApi showing the endpoint types of the API. "
}
]
},
"policy": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "A stringified JSON policy document that applies to this RestApi regardless of the caller and Method configuration."
}
]
},
"tags": {
"allOf": [
{
"$ref": "#/components/schemas/MapOfStringToString"
},
{
"description": "The collection of tags. Each tag element is associated with a given resource."
}
]
},
"disableExecuteApiEndpoint": {
"allOf": [
{
"$ref": "#/components/schemas/Boolean"
},
{
"description": "Specifies whether clients can invoke your API by using the default <code>execute-api</code> endpoint. By default, clients can invoke your API with the default <code>https://{api_id}.execute-api.{region}.amazonaws.com</code> endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint."
}
]
}
},
"description": "Represents a REST API."
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/apis-io-engineering-platform-restapi"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.