{ "type": "object", "properties": { "jobType": { "type": "string", "example": "standard" }, "query": { "type": "object", "properties": { "firstName": { "type": "string", "example": "Acme Corporation" }, "companyName": { "type": "string", "example": "Acme Corporation" } }, "required": [ "firstName", "companyName" ] } }, "required": [ "jobType", "query" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "BulkContactSearchRequest" }