{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CompanyWithBillingAutomationRelationIEnumerableUpdateValue", "title": "Company with billing automation relation array update value", "type": "object", "properties": { "Value": { "type": "array", "items": { "$ref": "#/components/schemas/CompanyWithBillingAutomationRelation" }, "description": "Value which is to be updated.", "nullable": true } }, "additionalProperties": false, "x-schema-id": "CompanyWithBillingAutomationRelationIEnumerableUpdateValue" }