diff --git a/certified-connectors/intelliHR/apiDefinition.swagger.json b/certified-connectors/intelliHR/apiDefinition.swagger.json index fbc18e0ae4..20f8d4443b 100644 --- a/certified-connectors/intelliHR/apiDefinition.swagger.json +++ b/certified-connectors/intelliHR/apiDefinition.swagger.json @@ -5343,7 +5343,7 @@ "type": "string" }, "value": { - "$ref": "#/definitions/Value3" + "$ref": "#/definitions/CustomFieldValueObj" } } }, @@ -7559,10 +7559,9 @@ } } }, - "Value3": { - "title": "Value3", + "CustomFieldValueObj": { + "title": "CustomFieldValueObj", "description": "The value for this custom field. This value structure will depend upon the type of the custom field.", - "type": "object", "properties": { "id": { "description": "The identifier string for the Dropdown Option. For SINGLE_SELECT records, the value is an object with the id and label of the dropdown option.",