{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ScorecardResult", "type": "object", "properties": { "id": { "type": "string" }, "descriptor": { "type": "string" }, "currentBasePayAmount": { "type": "number" }, "proposedBasePayAmount": { "type": "number" }, "percentChange": { "type": "number" }, "meritAmount": { "type": "number" }, "promotionAmount": { "type": "number" } } }