{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TalentProfile", "type": "object", "properties": { "id": { "type": "string" }, "descriptor": { "type": "string" }, "jobHistory": { "type": "array" }, "education": { "type": "array" }, "skills": { "type": "array" }, "certifications": { "type": "array" }, "languages": { "type": "array" }, "careerInterests": { "type": "string" } } }