---
title: "Get Identity JSON Schema"
method: GET
path: "/schemas/{id}"
tags: ["identity"]
---

# Get Identity JSON Schema

`GET /schemas/{id}`

Return a specific identity schema.

## Path parameters

- `id` string, required

## Response `200`

identitySchema

- IdentitySchema — Raw JSON Schema

## Other responses

- `404` — errorGeneric
- `default` — errorGeneric

## Changes

> 47 revisions in range; 1 could not be searched.

- **2022-12-02** `b6e5ffa30d4c` — 4 info
  - api operation id `getJsonSchema` removed and replaced with `getIdentitySchema`
  - api tag `identity` added
  - api tag `v0alpha2` removed
  - removed the non-success response with the status `500`
- **2021-10-28** `c55ed8ad9f0c` — 4 info
  - api tag `v0alpha2` added
  - api tag `v0alpha1` removed
  - added the optional property `error/id` to the response with the `404` status
  - added the optional property `error/id` to the response with the `500` status
- **2021-07-13** `8f1b399ab6e6` — 4 info
  - api operation id `getSchema` removed and replaced with `getJsonSchema`
  - api tag `v0alpha1` added
  - api tag `admin` removed
  - api tag `public` removed
- **2021-05-18** `9123bcead5ed` — 4 info
  - the response property `error` became required for the status `404`
  - the response property `error` became required for the status `500`
  - the response property `error/message` became required for the status `404`
  - the response property `error/message` became required for the status `500`
- **2021-05-05** `381c760af46e` — 2 breaking, 1 warning, 5 info
  - the response property `error` became optional for the status `404`
  - the response property `error/message` became optional for the status `404`
  - removed the optional property `error/id` from the response with the `404` status
  - api operation id `getIdentitySchema` removed and replaced with `getSchema`
  - …4 more

[Change history](https://skmtc.dev/ory/apis/ory-identities-api/changes/schemas/:id/get.md)

---

[API](https://skmtc.dev/ory/apis/ory-identities-api.md) · [All operations](https://skmtc.dev/ory/apis/ory-identities-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ory/ory-identities-api/revisions/7a0df90e2f13/schema)
