{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EmployeeResult", "title": "EmployeeResult", "type": "object", "properties": { "data": { "$ref": "#/components/schemas/Employee" }, "raw": { "type": "string" } }, "required": [ "data" ] }