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