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