{ "type": "object", "properties": { "matchPersonInput": { "type": "array", "description": "", "example": [], "items": { "type": "object", "properties": { "personId": { "type": "string", "example": "500123" } }, "required": [ "personId" ] } }, "outputFields": { "type": "array", "description": "", "example": [], "items": { "type": "string" } } }, "required": [ "matchPersonInput", "outputFields" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "BulkContactEnrichRequest" }