Read EBSI Schema
GET/v2/config/digital-wallet/openid/trust-anchor/schema/:ebsiSchemaId
Retrieves a credential schema from the EBSI Trusted Schema Registry by its ID.
Request
Path Parameters
ebsiSchemaId stringrequired
Unique identifier of a credential schema registered in the EBSI Trusted Schemas Registry.
Responses
- 200
- 401
- 500
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
ebsiSchema object
{
"ebsiSchema": {}
}
Unauthorized
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Internal server error
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Loading...