{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "companyCompensation", "type": "object", "properties": { "name": { "type": "string" }, "personId": { "type": "string" }, "title": { "type": "string" }, "salary": { "type": "number" }, "bonus": { "type": "number" }, "stockAwards": { "type": "number" }, "optionsAwards": { "type": "number" }, "otherCompensation": { "type": "number" }, "totalCompensation": { "type": "number" }, "nonEquityIncentivePlanComp": { "type": "number" }, "nonQualifiedCompEarnings": { "type": "number" }, "compensationYear": { "type": "string" }, "requestId": { "type": "string" } } }