Akamai · Schema
problem
Encapsulates debugging information for error responses.
CDNCloudEdge ComputingNetworksPlatformSecurity
Properties
| Name | Type | Description |
|---|---|---|
| detail | string | Detail error message. |
| errors | array | Further nested problem objects describing individual errors. |
| instance | string | The non-referenceable URI for the error instance. |
| status | integer | HTTP status code. |
| title | string | Title for the error. |
| type | string | URL for the error type. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/problem",
"title": "problem",
"additionalProperties": true,
"description": "Encapsulates debugging information for error responses.",
"properties": {
"detail": {
"description": "Detail error message.",
"type": "string"
},
"errors": {
"description": "Further nested problem objects describing individual errors.",
"items": {
"description": "A further-nested problem object.",
"type": "object",
"x-akamai": {
"file-path": "schemas/problem-nested.yaml"
}
},
"type": "array"
},
"instance": {
"description": "The non-referenceable URI for the error instance.",
"example": "https://problems.luna.akamaiapis.net/siem/error-instances/d54686b5-21cb-4ab7-a8d6-a92282cf1749",
"type": "string"
},
"status": {
"description": "HTTP status code.",
"example": 404,
"type": "integer"
},
"title": {
"description": "Title for the error.",
"example": "Not Found",
"type": "string"
},
"type": {
"description": "URL for the error type.",
"example": "https://problems.luna.akamaiapis.net/siem/error-types/NOT-FOUND",
"type": "string"
}
},
"required": [
"type",
"title"
],
"type": "object",
"x-akamai": {
"file-path": "schemas/problem.yaml"
}
}
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/akamai-problem"
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.