{"$schema":"https://json-schema.org/draft/2020-12/schema","title":"EBSI Verifiable Authorisation Credential","description":"Schema of an EBSI Verifiable Authorisation 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 Authorisation","type":"object","properties":{"id":{"description":"Defines the DID of the subject that is described by the Verifiable Authorisation","type":"string","format":"uri"},"access":{"description":"Defines the intents of this authorisation","type":"array","items":{"type":"string"}}},"required":["id","access"]}},"required":["credentialSubject"]}]}