{ "type": "object", "name": "EducationDegree", "properties": { "degree": { "type": "string" }, "areaOfStudy": { "type": "string" } }, "required": [ "degree", "areaOfStudy" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }