Schemas Management
Credential schemas define the structure and required fields for credentials, ensuring consistency and interoperability.
Endpoints:
Create Schema:
Get All Schemas:
Get Schema by ID:
Delete Schema:
Create Schema Example Request:
Example Response:
Get All Schemas Example Response:
Versioning: If a schema with the same type is created more than once, the version increments automatically, allowing evolution without invalidating previously issued credentials.
Security: Only authorized clients (with x-client-secret) can create or delete schemas, ensuring integrity and trustworthiness of credential definitions.
Last updated