{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/argyle/refs/heads/main/json-schema/partnerverificationemploymentrequest.json", "title": "PartnerVerificationEmploymentRequest", "allOf": [ { "$ref": "#/components/schemas/PartnerVerificationEmployment" }, { "type": "object", "required": [ "employer", "status", "hire_date" ] } ] }