Credential schemas
A credential schema defines the structure and format of a credential, including the attributes about which issuers make claims. Schemas carry information about issued credentials such as how an issued credential should be presented in a digital wallet, whether it was issued with a revocation method and issuer preferences for wallet storage type.
The system supports the creation of as many credential schemas as is 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](/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.