changedInput schema / properties / receivers / items / oneOf
Previous value: -[
- {
- "properties": {
- "address": {
- "format": "email",
- "minLength": 1,
- "pattern": "^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$",
- "type": "string"
- },
- "metadata": {
- "additionalProperties": {
- "type": "string"
- },
- "propertyNames": {
- "type": "string"
- },
- "type": "object"
- },
- "name": {
- "type": "string"
- },
- "provider": {
- "const": "Notification_AddReceiverEmailNotificationRequestModel",
- "type": "string"
- }
- },
- "required": [
- "provider",
- "address"
- ],
- "type": "object"
- },
- {
- "properties": {
- "address": {
- "format": "email",
- "minLength": 1,
- "pattern": "^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$",
- "type": "string"
- },
- "metadata": {
- "additionalProperties": {
- "type": "string"
- },
- "propertyNames": {
- "type": "string"
- },
- "type": "object"
- },
- "name": {
- "type": "string"
- },
- "phone": {
- "type": "string"
- },
- "provider": {
- "const": "Notification_AddReceiverNoticemanNotificationRequestModel",
- "type": "string"
- },
- "type": {
- "enum": [
- "TO",
- "CC",
- "BCC"
- ],
- "type": "string"
- }
- },
- "required": [
- "provider",
- "type",
- "address"
- ],
- "type": "object"
- },
- {
- "properties": {
- "address": {
- "minLength": 1,
- "type": "string"
- },
- "provider": {
- "const": "Notification_AddReceiverSmsNotificationRequestModel",
- "type": "string"
- }
- },
- "required": [
- "provider",
- "address"
- ],
- "type": "object"
- },
- {
- "properties": {
- "address": {
- "minLength": 1,
- "type": "string"
- },
- "provider": {
- "const": "Notification_AddReceiverWfbNotificationRequestModel",
- "type": "string"
- }
- },
- "required": [
- "provider",
- "address"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "properties": {
+ "address": {
+ "format": "email",
+ "minLength": 1,
+ "pattern": "^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$",
+ "type": "string"
+ },
+ "metadata": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "name": {
+ "type": "string"
+ },
+ "provider": {
+ "const": "Notification_AddReceiverEmailNotificationRequestModel",
+ "type": "string"
+ }
+ },
+ "required": [
+ "provider",
+ "address"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "address": {
+ "format": "email",
+ "minLength": 1,
+ "pattern": "^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$",
+ "type": "string"
+ },
+ "metadata": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "name": {
+ "type": "string"
+ },
+ "phone": {
+ "type": "string"
+ },
+ "provider": {
+ "const": "Notification_AddReceiverNoticemanNotificationRequestModel",
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "TO",
+ "CC",
+ "BCC"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "provider",
+ "type",
+ "address"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "address": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "provider": {
+ "const": "Notification_AddReceiverSmsNotificationRequestModel",
+ "type": "string"
+ }
+ },
+ "required": [
+ "provider",
+ "address"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "address": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "provider": {
+ "const": "Notification_AddReceiverWfbNotificationRequestModel",
+ "type": "string"
+ }
+ },
+ "required": [
+ "provider",
+ "address"
+ ],
+ "type": "object"
+ }
+]