{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PayrollInput", "type": "object", "properties": { "id": { "type": "string" }, "descriptor": { "type": "string" }, "inputType": { "type": "string" }, "amount": { "type": "number" }, "startDate": { "type": "string" }, "endDate": { "type": "string" }, "comment": { "type": "string" } } }