{ "type": "object", "name": "Designation", "properties": { "designationId": { "type": "string" }, "percent": { "type": "integer" }, "amount": { "type": "number" } }, "required": [ "designationId", "percent", "amount" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }