{ "type": "object", "properties": { "managementLevel": { "type": "string", "example": "example_value" }, "companyType": { "type": "string", "example": "standard" }, "zipCode": { "type": "string", "example": "94105" }, "locationSearchType": { "type": "string", "example": "standard" }, "zipCodeRadiusMiles": { "type": "string", "example": "94105" }, "techAttributeTagList": { "type": "string", "example": "example_value" }, "requiredFields": { "type": "string", "example": "example_value" } }, "required": [ "managementLevel", "companyType", "zipCode", "locationSearchType", "zipCodeRadiusMiles", "techAttributeTagList", "requiredFields" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ContactSearchRequest" }