{"$schema":"https://json-schema.org/draft/2020-12/schema","title":"ESBI Education Verifiable Accreditation records","description":"ESBI Education Verifiable Accreditation record schema for educational contexts","type":"object","allOf":[{"$ref":"https://api-pilot.ebsi.eu/trusted-schemas-registry/v3/schemas/0xeb6d8131264327f3cbc5ddba9c69cb9afd34732b3b787e4b3e3507a25d3079e9"},{"properties":{"credentialSubject":{"type":"object","properties":{"id":{"description":"Defines a unique identifier of the Verifiable attestation","type":"string"},"authorizationClaims":{"description":"Defines a list of claims that define/determine the authorization of an Issuer to issue certain types of VCs. Mandatory","type":"object","properties":{"accreditationType":{"description":"Defines the type of accreditation. Mandatory*","type":"string","format":"uri"},"decision":{"description":"Defines the Quality Decision issued by the Quality Assuring Authority","type":"string"},"report":{"description":"Includes a publicly accessible report of the quality assurance decision","type":"array","items":{"type":"string","format":"uri"}},"limitQualification":{"description":" Defines The qualification that was accredited ","type":"array","items":{"type":"object","properties":{"id":{"description":"Defines a portable and unique identifier of the qualification","type":"string","format":"uri"},"title":{"description":"Defines the title of the qualification","type":"string"},"alternativeLabel":{"description":"Defines an alternative name of the qualification","type":"array","items":{"type":"string"}},"EQFLevel":{"description":"Defines the qualification level as specified by the European Qualification Framework.","type":"string","format":"uri"},"NQFLevel":{"description":"Defines the qualification level as specified by a National Qualification Framework.","type":"string","format":"uri"}}}},"limitField":{"description":"Defines The field of education for which the accreditation is valid","type":"array","items":{"type":"string","format":"uri"}},"limitQFLevel":{"description":"Defines the european qualification level for which the accreditation is valid","type":"array","items":{"type":"string","format":"uri"}},"limitJurisdiction":{"description":"Defines the jurisdiction for which the accreditation is valid","type":"array","items":{"type":"string","format":"uri"}},"reviewDate":{"description":"Defines the The date when the accreditation has to be re-viewed","type":"string","format":"date-time"}},"required":["accreditationType","limitJurisdiction"]}},"required":["id","authorizationClaims"]}}}]}