{"$schema":"https://json-schema.org/draft/2020-12/schema","title":"EBSI StatusList2021 Credential","description":"Schema of an EBSI StatusList2021 Verifiable Credential","type":"object","allOf":[{"$ref":"https://api-pilot.ebsi.eu/trusted-schemas-registry/v3/schemas/0xeb6d8131264327f3cbc5ddba9c69cb9afd34732b3b787e4b3e3507a25d3079e9"},{"properties":{"credentialSubject":{"description":"Defines information about the subject that is described by the Verifiable Attestation","type":"object","properties":{"id":{"description":"Defines the DID of the subject that is described by the Verifiable Attestation","type":"string","format":"uri"},"type":{"description":"Defines the Verifiable Credential subject type","type":"string"},"statusPurpose":{"description":"Purpose of the status entry","type":"string","enum":["revocation","suspension"]},"encodedList":{"description":"Encoded and compressed list of statuses","type":"string"}},"required":["type","statusPurpose","encodedList"]}},"required":["credentialSubject"]}]}