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