{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "EarningItem", "type": "object", "properties": { "typeCode": { "type": "object" }, "nameCode": { "type": "object" }, "hoursQuantity": { "type": "number" } } }