{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "companyPositions", "type": "object", "properties": { "fsymId": { "type": "string" }, "personId": { "type": "string" }, "name": { "type": "string" }, "title": { "type": "string" }, "yearsAtFirm": { "type": "number" }, "age": { "type": "number" }, "gender": { "type": "string" }, "requestPosition": { "type": "string" }, "requestId": { "type": "string" } } }