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