Hamad Bin Khalifa University · Schema
Error
UniversityHigher EducationEducationResearchQatarMiddle EastArtificial IntelligenceLarge Language ModelsNatural Language ProcessingArabicResearch ComputingResearch DataCourse CatalogRepositoryOpen Access
Properties
| Name | Type | Description |
|---|---|---|
| code | object | |
| message | string | |
| status | object | |
| param | object | |
| type | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/hbku/main/json-schema/hbku-fanar-error-schema.json",
"x-provenance": {
"generated": "2026-08-30",
"method": "derived",
"source": "openapi/_original/hbku-fanar-api-openapi.json#/$defs/Error",
"note": "Extracted verbatim from the provider-published Fanar OpenAPI 3.1.0; $ref targets rewritten to local $defs. No properties added."
},
"properties": {
"code": {
"$ref": "#/$defs/ErrorCode"
},
"message": {
"type": "string",
"title": "Message",
"default": "Internal server error"
},
"status": {
"$ref": "#/$defs/ErrorStatus",
"default": 500
},
"param": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Param"
},
"type": {
"anyOf": [
{
"$ref": "#/$defs/ErrorContentFilterType"
},
{
"type": "null"
}
]
}
},
"type": "object",
"title": "Error",
"$defs": {
"ErrorCode": {
"type": "string",
"enum": [
"content_filter",
"invalid_authentication",
"invalid_authorization",
"rate_limit_reached",
"exceeded_quota",
"internal_server_error",
"overloaded",
"timeout",
"too_large",
"unprocessable",
"conflict",
"Not found",
"no_longer_supported",
"client_closed_request"
],
"title": "ErrorCode"
},
"ErrorStatus": {
"type": "integer",
"enum": [
400,
401,
403,
429,
429,
500,
503,
504,
413,
422,
409,
404,
410,
499
],
"title": "ErrorStatus"
},
"ErrorContentFilterType": {
"type": "string",
"enum": [
"safety",
"blocklist",
"incomplete"
],
"title": "ErrorContentFilterType"
}
}
}
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/hbku-fanar-error"
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.