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