Credential schemas
A credential schema defines the structure and format of a credential, including the attributes that issuers make claims about. Schemas also specify how issued credentials should be presented in digital wallets, whether revocation methods are used, and issuer preferences for wallet storage type.
The system supports the creation of as many credential schemas as needed.
Related guide: Credential schemas
📄️ List credential schemas
Returns a list of credential schemas created in the organization.
📄️ Create a credential schema
Creates a credential schema, for issuing credentials.
📄️ Share credential schema
Generates a url to share a credential schema with a mobile verifier. The mobile verifier can make an HTTP request on the resulting url to preview the shared credential schema and [import](/reference/core/import-credential-schema) it to use it in proof schema creation.
📄️ Retrieve a credential schema
Returns a credential schema.
📄️ Delete a credential schema
Deletes a credential schema.