{"$schema":"https://json-schema.org/draft/2020-12/schema","title":"Verifiable Employment Attestation","description":"Schema of Employment Attestations for a natural persons.","type":"object","allOf":[{"$ref":"https://api-pilot.ebsi.eu/trusted-schemas-registry/v3/schemas/0x6dd1a7ef4d7706a3c2b3ee1c5ae1e9d96ec777016f95c2768836c01818cf5729"},{"properties":{"credentialSubject":{"description":"Defines additional information about the subject that is described by the Verifiable Certificate of Work","type":"object","properties":{"id":{"description":"Defines the DID of the subject that is described by the Verifiable Attestation","type":"string","format":"uri"},"familyName":{"description":"Defines current family name(s) of the credential subject","type":"string"},"firstName":{"description":"Defines current first name(s) of the credential subject","type":"string"},"startDate":{"description":"Defines date of entry in company of the credential subject","type":"string","format":"date-time"},"occupationalCategory":{"description":"Defines the function held in the company of the credential subject. Recommendation: see Occupational Category: https://schema.org/occupationalCategory","type":"string"}},"required":["id","familyName","firstName","startDate","occupationalCategory"]}}}]}