{
  "id": "jsonschema",
  "title": "JSON schema requests",
  "url": "https://redis.io/docs/latest/operate/rs/7.8/references/rest-api/requests/jsonschema/",
  "summary": "API object JSON schema requests",
  "content": "\n| Method | Path | Description |\n|--------|------|-------------|\n| [GET](#get-jsonschema) | `/v1/jsonschema` | Get JSON schema of API objects |\n\n## Get object JSON schema {#get-jsonschema}\n\n\tGET /v1/jsonschema\n\nGet the JSON schema of various [Redis Enterprise REST API objects]().\n\n### Request {#get-request} \n\n#### Example HTTP request\n\n\tGET /v1/jsonschema?object=bdb \n\n#### Request headers\n\n| Key | Value | Description |\n|-----|-------|-------------|\n| Host | cnm.cluster.fqdn | Domain name |\n| Accept | application/json | Accepted media type |\n\n#### Query parameters\n\n| Field | Type | Description |\n|-------|------|-------------|\n| object | string | Optional. The API object name: 'cluster', 'node', 'bdb' etc. |\n\n### Response {#get-response} \n\nReturns the JSON schema of the specified API object.\n\n#### Example JSON body\n\n```json\n{\n     \"type\": \"object\",\n     \"description\": \"An API object that represents a managed database in the cluster.\",\n     \"properties\": {\n          \"....\"\n     },\n     \"....\"\n}\n```\n\n### Status codes {#get-status-codes} \n\n| Code | Description |\n|------|-------------|\n| [200 OK](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1) | Success. |\n| [406 Not Acceptable](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.7) | Invalid object. |\n",
  "tags": ["docs","operate","rs"],
  "last_updated": "2026-04-01T08:10:08-05:00",
  "children": []
}

