{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BillingAutomationPrepaymentUpdateValue", "title": "Billing automation prepayment type update value", "type": "object", "properties": { "Value": { "title": "Billing automation prepayment type", "allOf": [ { "$ref": "#/components/schemas/BillingAutomationPrepaymentEnum" } ], "description": "Value which is to be updated.", "x-enumNames": [ "All", "Prepaid" ], "x-enumDescriptions": [ "All", "Prepaid" ] } }, "additionalProperties": false, "x-schema-id": "BillingAutomationPrepaymentUpdateValue" }