v1

latestOpenAPI 3.0.02026-07-17647099.1 KB
Schemas

Get Schemas

get/v2/identities/{identifier}/schemas

Path parameters

identifierstring required

Issuer identifier

Query parameters

querystring

Query string to do full text search in schema types and attributes.

Response

Schema collection

idstring required
hashstring required
bigIntstring required
urlstring required
typestring required
contextURLstring required
createdAtstring required
titlestring
descriptionstring
versionstring required
displayMethodIDstring

Example response

[
  {
    "id": "c79c9c04-8c98-40f2-a7a0-5eeabf08d836",
    "hash": "18f30714a35a5db88ca24728c0c53dfd",
    "bigInt": "336615423900919464193075592850483704600",
    "url": "https://raw.githubusercontent.com/iden3/claim-schema-vocab/main/schemas/json/KYCAgeCredential-v3.json",
    "type": "KYCCountryOfResidenceCredential",
    "createdAt": "2023-10-26T10:59:08Z",
    "title": "KYC Age Credential",
    "description": "KYC Age Credential description",
    "version": "1.0.0"
  }
]