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