{
  "description": "Generator information:\n- Generated from: /dataprotection/resource-manager/Microsoft.DataProtection/stable/2023-11-01/dataprotection.json\n- ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupPolicies/{backupPolicyName}",
  "properties": {
    "apiVersion": {
      "description": "APIVersion defines the versioned schema of this representation of an object.\nServers should convert recognized schemas to the latest internal value, and\nmay reject unrecognized values.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
      "type": "string"
    },
    "kind": {
      "description": "Kind is a string value representing the REST resource this object represents.\nServers may infer this from the endpoint the client submits requests to.\nCannot be updated.\nIn CamelCase.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "spec": {
      "properties": {
        "azureName": {
          "description": "AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it\ndoesn't have to be.",
          "type": "string"
        },
        "operatorSpec": {
          "description": "OperatorSpec: The specification for configuring operator behavior. This field is interpreted by the operator and not\npassed directly to Azure",
          "properties": {
            "configMapExpressions": {
              "description": "ConfigMapExpressions: configures where to place operator written dynamic ConfigMaps (created with CEL expressions).",
              "items": {
                "description": "DestinationExpression is a CEL expression and a destination to store the result in. The destination may\nbe a secret or a configmap. The value of the expression is stored at the specified location in\nthe destination.",
                "properties": {
                  "key": {
                    "description": "Key is the key in the ConfigMap or Secret being written to. If the CEL expression in Value returns a string\nthis is required to identify what key to write to. If the CEL expression in Value returns a map[string]string\nKey must not be set, instead the keys written will be determined dynamically based on the keys of the resulting\nmap[string]string.",
                    "type": "string"
                  },
                  "name": {
                    "description": "Name is the name of the Kubernetes configmap or secret to write to.\nThe configmap or secret will be created in the same namespace as the resource.",
                    "type": "string"
                  },
                  "value": {
                    "description": "Value is a CEL expression. The CEL expression may return a string or a map[string]string. For more information\non CEL in ASO see https://azure.github.io/azure-service-operator/guide/expressions/",
                    "type": "string"
                  }
                },
                "required": [
                  "name",
                  "value"
                ],
                "type": "object",
                "additionalProperties": false
              },
              "type": "array"
            },
            "secretExpressions": {
              "description": "SecretExpressions: configures where to place operator written dynamic secrets (created with CEL expressions).",
              "items": {
                "description": "DestinationExpression is a CEL expression and a destination to store the result in. The destination may\nbe a secret or a configmap. The value of the expression is stored at the specified location in\nthe destination.",
                "properties": {
                  "key": {
                    "description": "Key is the key in the ConfigMap or Secret being written to. If the CEL expression in Value returns a string\nthis is required to identify what key to write to. If the CEL expression in Value returns a map[string]string\nKey must not be set, instead the keys written will be determined dynamically based on the keys of the resulting\nmap[string]string.",
                    "type": "string"
                  },
                  "name": {
                    "description": "Name is the name of the Kubernetes configmap or secret to write to.\nThe configmap or secret will be created in the same namespace as the resource.",
                    "type": "string"
                  },
                  "value": {
                    "description": "Value is a CEL expression. The CEL expression may return a string or a map[string]string. For more information\non CEL in ASO see https://azure.github.io/azure-service-operator/guide/expressions/",
                    "type": "string"
                  }
                },
                "required": [
                  "name",
                  "value"
                ],
                "type": "object",
                "additionalProperties": false
              },
              "type": "array"
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "owner": {
          "description": "Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also\ncontrols the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a\nreference to a dataprotection.azure.com/BackupVault resource",
          "properties": {
            "armId": {
              "pattern": "(?i)(^(/subscriptions/([^/]+)(/resourcegroups/([^/]+))?)?/providers/([^/]+)/([^/]+/[^/]+)(/([^/]+/[^/]+))*$|^/subscriptions/([^/]+)(/resourcegroups/([^/]+))?$)",
              "type": "string"
            },
            "name": {
              "description": "This is the name of the Kubernetes resource to reference.",
              "type": "string"
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "properties": {
          "description": "Properties: BaseBackupPolicyResource properties",
          "properties": {
            "backupPolicy": {
              "description": "BackupPolicy: Mutually exclusive with all other properties",
              "properties": {
                "datasourceTypes": {
                  "description": "DatasourceTypes: Type of datasource for the backup management",
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "objectType": {
                  "enum": [
                    "BackupPolicy"
                  ],
                  "type": "string"
                },
                "policyRules": {
                  "description": "PolicyRules: Policy rule dictionary that contains rules for each backuptype i.e Full/Incremental/Logs etc",
                  "items": {
                    "properties": {
                      "azureBackupRule": {
                        "description": "AzureBackup: Mutually exclusive with all other properties",
                        "properties": {
                          "backupParameters": {
                            "properties": {
                              "azureBackupParams": {
                                "description": "AzureBackupParams: Mutually exclusive with all other properties",
                                "properties": {
                                  "backupType": {
                                    "description": "BackupType: BackupType ; Full/Incremental etc",
                                    "type": "string"
                                  },
                                  "objectType": {
                                    "description": "ObjectType: Type of the specific object - used for deserializing",
                                    "enum": [
                                      "AzureBackupParams"
                                    ],
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "backupType",
                                  "objectType"
                                ],
                                "type": "object",
                                "additionalProperties": false
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "dataStore": {
                            "description": "DataStore: DataStoreInfo base",
                            "properties": {
                              "dataStoreType": {
                                "description": "DataStoreType: type of datastore; Operational/Vault/Archive",
                                "enum": [
                                  "ArchiveStore",
                                  "OperationalStore",
                                  "VaultStore"
                                ],
                                "type": "string"
                              },
                              "objectType": {
                                "description": "ObjectType: Type of Datasource object, used to initialize the right inherited type",
                                "type": "string"
                              }
                            },
                            "required": [
                              "dataStoreType",
                              "objectType"
                            ],
                            "type": "object",
                            "additionalProperties": false
                          },
                          "name": {
                            "type": "string"
                          },
                          "objectType": {
                            "enum": [
                              "AzureBackupRule"
                            ],
                            "type": "string"
                          },
                          "trigger": {
                            "properties": {
                              "adhocBasedTriggerContext": {
                                "description": "Adhoc: Mutually exclusive with all other properties",
                                "properties": {
                                  "objectType": {
                                    "description": "ObjectType: Type of the specific object - used for deserializing",
                                    "enum": [
                                      "AdhocBasedTriggerContext"
                                    ],
                                    "type": "string"
                                  },
                                  "taggingCriteria": {
                                    "description": "TaggingCriteria: Tagging Criteria containing retention tag for adhoc backup.",
                                    "properties": {
                                      "tagInfo": {
                                        "description": "TagInfo: Retention tag information",
                                        "properties": {
                                          "tagName": {
                                            "description": "TagName: Retention Tag Name to relate it to retention rule.",
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "tagName"
                                        ],
                                        "type": "object",
                                        "additionalProperties": false
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  }
                                },
                                "required": [
                                  "objectType",
                                  "taggingCriteria"
                                ],
                                "type": "object",
                                "additionalProperties": false
                              },
                              "scheduleBasedTriggerContext": {
                                "description": "Schedule: Mutually exclusive with all other properties",
                                "properties": {
                                  "objectType": {
                                    "description": "ObjectType: Type of the specific object - used for deserializing",
                                    "enum": [
                                      "ScheduleBasedTriggerContext"
                                    ],
                                    "type": "string"
                                  },
                                  "schedule": {
                                    "description": "Schedule: Schedule for this backup",
                                    "properties": {
                                      "repeatingTimeIntervals": {
                                        "description": "RepeatingTimeIntervals: ISO 8601 repeating time interval format",
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array"
                                      },
                                      "timeZone": {
                                        "description": "TimeZone: Time zone for a schedule. Example: Pacific Standard Time",
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "repeatingTimeIntervals"
                                    ],
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "taggingCriteria": {
                                    "description": "TaggingCriteria: List of tags that can be applicable for given schedule.",
                                    "items": {
                                      "description": "Tagging criteria",
                                      "properties": {
                                        "criteria": {
                                          "description": "Criteria: Criteria which decides whether the tag can be applied to a triggered backup.",
                                          "items": {
                                            "properties": {
                                              "scheduleBasedBackupCriteria": {
                                                "description": "ScheduleBasedBackupCriteria: Mutually exclusive with all other properties",
                                                "properties": {
                                                  "absoluteCriteria": {
                                                    "description": "AbsoluteCriteria: it contains absolute values like \"AllBackup\" / \"FirstOfDay\" / \"FirstOfWeek\" / \"FirstOfMonth\"\nand should be part of AbsoluteMarker enum",
                                                    "items": {
                                                      "enum": [
                                                        "AllBackup",
                                                        "FirstOfDay",
                                                        "FirstOfMonth",
                                                        "FirstOfWeek",
                                                        "FirstOfYear"
                                                      ],
                                                      "type": "string"
                                                    },
                                                    "type": "array"
                                                  },
                                                  "daysOfMonth": {
                                                    "description": "DaysOfMonth: This is day of the month from 1 to 28 other wise last of month",
                                                    "items": {
                                                      "description": "Day of the week",
                                                      "properties": {
                                                        "date": {
                                                          "description": "Date: Date of the month",
                                                          "type": "integer"
                                                        },
                                                        "isLast": {
                                                          "description": "IsLast: Whether Date is last date of month",
                                                          "type": "boolean"
                                                        }
                                                      },
                                                      "type": "object",
                                                      "additionalProperties": false
                                                    },
                                                    "type": "array"
                                                  },
                                                  "daysOfTheWeek": {
                                                    "description": "DaysOfTheWeek: It should be Sunday/Monday/T..../Saturday",
                                                    "items": {
                                                      "enum": [
                                                        "Friday",
                                                        "Monday",
                                                        "Saturday",
                                                        "Sunday",
                                                        "Thursday",
                                                        "Tuesday",
                                                        "Wednesday"
                                                      ],
                                                      "type": "string"
                                                    },
                                                    "type": "array"
                                                  },
                                                  "monthsOfYear": {
                                                    "description": "MonthsOfYear: It should be January/February/....../December",
                                                    "items": {
                                                      "enum": [
                                                        "April",
                                                        "August",
                                                        "December",
                                                        "February",
                                                        "January",
                                                        "July",
                                                        "June",
                                                        "March",
                                                        "May",
                                                        "November",
                                                        "October",
                                                        "September"
                                                      ],
                                                      "type": "string"
                                                    },
                                                    "type": "array"
                                                  },
                                                  "objectType": {
                                                    "description": "ObjectType: Type of the specific object - used for deserializing",
                                                    "enum": [
                                                      "ScheduleBasedBackupCriteria"
                                                    ],
                                                    "type": "string"
                                                  },
                                                  "scheduleTimes": {
                                                    "description": "ScheduleTimes: List of schedule times for backup",
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": "array"
                                                  },
                                                  "weeksOfTheMonth": {
                                                    "description": "WeeksOfTheMonth: It should be First/Second/Third/Fourth/Last",
                                                    "items": {
                                                      "enum": [
                                                        "First",
                                                        "Fourth",
                                                        "Last",
                                                        "Second",
                                                        "Third"
                                                      ],
                                                      "type": "string"
                                                    },
                                                    "type": "array"
                                                  }
                                                },
                                                "required": [
                                                  "objectType"
                                                ],
                                                "type": "object",
                                                "additionalProperties": false
                                              }
                                            },
                                            "type": "object",
                                            "additionalProperties": false
                                          },
                                          "type": "array"
                                        },
                                        "isDefault": {
                                          "description": "IsDefault: Specifies if tag is default.",
                                          "type": "boolean"
                                        },
                                        "tagInfo": {
                                          "description": "TagInfo: Retention tag information",
                                          "properties": {
                                            "tagName": {
                                              "description": "TagName: Retention Tag Name to relate it to retention rule.",
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "tagName"
                                          ],
                                          "type": "object",
                                          "additionalProperties": false
                                        },
                                        "taggingPriority": {
                                          "description": "TaggingPriority: Retention Tag priority.",
                                          "type": "integer"
                                        }
                                      },
                                      "required": [
                                        "isDefault",
                                        "tagInfo",
                                        "taggingPriority"
                                      ],
                                      "type": "object",
                                      "additionalProperties": false
                                    },
                                    "type": "array"
                                  }
                                },
                                "required": [
                                  "objectType",
                                  "schedule",
                                  "taggingCriteria"
                                ],
                                "type": "object",
                                "additionalProperties": false
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          }
                        },
                        "required": [
                          "dataStore",
                          "name",
                          "objectType",
                          "trigger"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      },
                      "azureRetentionRule": {
                        "description": "AzureRetention: Mutually exclusive with all other properties",
                        "properties": {
                          "isDefault": {
                            "type": "boolean"
                          },
                          "lifecycles": {
                            "items": {
                              "description": "Source LifeCycle",
                              "properties": {
                                "deleteAfter": {
                                  "properties": {
                                    "absoluteDeleteOption": {
                                      "description": "AbsoluteDeleteOption: Mutually exclusive with all other properties",
                                      "properties": {
                                        "duration": {
                                          "description": "Duration: Duration of deletion after given timespan",
                                          "type": "string"
                                        },
                                        "objectType": {
                                          "description": "ObjectType: Type of the specific object - used for deserializing",
                                          "enum": [
                                            "AbsoluteDeleteOption"
                                          ],
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "duration",
                                        "objectType"
                                      ],
                                      "type": "object",
                                      "additionalProperties": false
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "sourceDataStore": {
                                  "description": "SourceDataStore: DataStoreInfo base",
                                  "properties": {
                                    "dataStoreType": {
                                      "description": "DataStoreType: type of datastore; Operational/Vault/Archive",
                                      "enum": [
                                        "ArchiveStore",
                                        "OperationalStore",
                                        "VaultStore"
                                      ],
                                      "type": "string"
                                    },
                                    "objectType": {
                                      "description": "ObjectType: Type of Datasource object, used to initialize the right inherited type",
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "dataStoreType",
                                    "objectType"
                                  ],
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "targetDataStoreCopySettings": {
                                  "items": {
                                    "description": "Target copy settings",
                                    "properties": {
                                      "copyAfter": {
                                        "description": "CopyAfter: It can be CustomCopyOption or ImmediateCopyOption.",
                                        "properties": {
                                          "copyOnExpiryOption": {
                                            "description": "CopyOnExpiry: Mutually exclusive with all other properties",
                                            "properties": {
                                              "objectType": {
                                                "description": "ObjectType: Type of the specific object - used for deserializing",
                                                "enum": [
                                                  "CopyOnExpiryOption"
                                                ],
                                                "type": "string"
                                              }
                                            },
                                            "required": [
                                              "objectType"
                                            ],
                                            "type": "object",
                                            "additionalProperties": false
                                          },
                                          "customCopyOption": {
                                            "description": "CustomCopy: Mutually exclusive with all other properties",
                                            "properties": {
                                              "duration": {
                                                "description": "Duration: Data copied after given timespan",
                                                "type": "string"
                                              },
                                              "objectType": {
                                                "description": "ObjectType: Type of the specific object - used for deserializing",
                                                "enum": [
                                                  "CustomCopyOption"
                                                ],
                                                "type": "string"
                                              }
                                            },
                                            "required": [
                                              "objectType"
                                            ],
                                            "type": "object",
                                            "additionalProperties": false
                                          },
                                          "immediateCopyOption": {
                                            "description": "ImmediateCopy: Mutually exclusive with all other properties",
                                            "properties": {
                                              "objectType": {
                                                "description": "ObjectType: Type of the specific object - used for deserializing",
                                                "enum": [
                                                  "ImmediateCopyOption"
                                                ],
                                                "type": "string"
                                              }
                                            },
                                            "required": [
                                              "objectType"
                                            ],
                                            "type": "object",
                                            "additionalProperties": false
                                          }
                                        },
                                        "type": "object",
                                        "additionalProperties": false
                                      },
                                      "dataStore": {
                                        "description": "DataStore: Info of target datastore",
                                        "properties": {
                                          "dataStoreType": {
                                            "description": "DataStoreType: type of datastore; Operational/Vault/Archive",
                                            "enum": [
                                              "ArchiveStore",
                                              "OperationalStore",
                                              "VaultStore"
                                            ],
                                            "type": "string"
                                          },
                                          "objectType": {
                                            "description": "ObjectType: Type of Datasource object, used to initialize the right inherited type",
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "dataStoreType",
                                          "objectType"
                                        ],
                                        "type": "object",
                                        "additionalProperties": false
                                      }
                                    },
                                    "required": [
                                      "copyAfter",
                                      "dataStore"
                                    ],
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "type": "array"
                                }
                              },
                              "required": [
                                "deleteAfter",
                                "sourceDataStore"
                              ],
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "objectType": {
                            "enum": [
                              "AzureRetentionRule"
                            ],
                            "type": "string"
                          }
                        },
                        "required": [
                          "lifecycles",
                          "name",
                          "objectType"
                        ],
                        "type": "object",
                        "additionalProperties": false
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "required": [
                "datasourceTypes",
                "objectType",
                "policyRules"
              ],
              "type": "object",
              "additionalProperties": false
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "additionalProperties": false
      },
      "required": [
        "owner"
      ],
      "type": "object",
      "additionalProperties": false
    },
    "status": {
      "properties": {
        "conditions": {
          "description": "Conditions: The observed state of the resource",
          "items": {
            "description": "Condition defines an extension to status (an observation) of a resource",
            "properties": {
              "lastTransitionTime": {
                "description": "LastTransitionTime is the last time the condition transitioned from one status to another.",
                "format": "date-time",
                "type": "string"
              },
              "message": {
                "description": "Message is a human readable message indicating details about the transition. This field may be empty.",
                "type": "string"
              },
              "observedGeneration": {
                "description": "ObservedGeneration is the .metadata.generation that the condition was set based upon. For instance, if\n.metadata.generation is currently 12, but the .status.condition[x].observedGeneration is 9, the condition is out of date\nwith respect to the current state of the instance.",
                "format": "int64",
                "type": "integer"
              },
              "reason": {
                "description": "Reason for the condition's last transition.\nReasons are upper CamelCase (PascalCase) with no spaces. A reason is always provided, this field will not be empty.",
                "type": "string"
              },
              "severity": {
                "description": "Severity with which to treat failures of this type of condition.\nFor conditions which have positive polarity (Status == True is their normal/healthy state), this will be omitted when Status == True\nFor conditions which have negative polarity (Status == False is their normal/healthy state), this will be omitted when Status == False.\nThis is omitted in all cases when Status == Unknown",
                "type": "string"
              },
              "status": {
                "description": "Status of the condition, one of True, False, or Unknown.",
                "type": "string"
              },
              "type": {
                "description": "Type of condition.",
                "type": "string"
              }
            },
            "required": [
              "lastTransitionTime",
              "reason",
              "status",
              "type"
            ],
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        },
        "id": {
          "description": "Id: Resource Id represents the complete path to the resource.",
          "type": "string"
        },
        "name": {
          "description": "Name: Resource name associated with the resource.",
          "type": "string"
        },
        "properties": {
          "description": "Properties: BaseBackupPolicyResource properties",
          "properties": {
            "backupPolicy": {
              "description": "BackupPolicy: Mutually exclusive with all other properties",
              "properties": {
                "datasourceTypes": {
                  "description": "DatasourceTypes: Type of datasource for the backup management",
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "objectType": {
                  "type": "string"
                },
                "policyRules": {
                  "description": "PolicyRules: Policy rule dictionary that contains rules for each backuptype i.e Full/Incremental/Logs etc",
                  "items": {
                    "properties": {
                      "azureBackupRule": {
                        "description": "AzureBackup: Mutually exclusive with all other properties",
                        "properties": {
                          "backupParameters": {
                            "properties": {
                              "azureBackupParams": {
                                "description": "AzureBackupParams: Mutually exclusive with all other properties",
                                "properties": {
                                  "backupType": {
                                    "description": "BackupType: BackupType ; Full/Incremental etc",
                                    "type": "string"
                                  },
                                  "objectType": {
                                    "description": "ObjectType: Type of the specific object - used for deserializing",
                                    "type": "string"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "dataStore": {
                            "description": "DataStore: DataStoreInfo base",
                            "properties": {
                              "dataStoreType": {
                                "description": "DataStoreType: type of datastore; Operational/Vault/Archive",
                                "type": "string"
                              },
                              "objectType": {
                                "description": "ObjectType: Type of Datasource object, used to initialize the right inherited type",
                                "type": "string"
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          },
                          "name": {
                            "type": "string"
                          },
                          "objectType": {
                            "type": "string"
                          },
                          "trigger": {
                            "properties": {
                              "adhocBasedTriggerContext": {
                                "description": "Adhoc: Mutually exclusive with all other properties",
                                "properties": {
                                  "objectType": {
                                    "description": "ObjectType: Type of the specific object - used for deserializing",
                                    "type": "string"
                                  },
                                  "taggingCriteria": {
                                    "description": "TaggingCriteria: Tagging Criteria containing retention tag for adhoc backup.",
                                    "properties": {
                                      "tagInfo": {
                                        "description": "TagInfo: Retention tag information",
                                        "properties": {
                                          "eTag": {
                                            "description": "ETag: Retention Tag version.",
                                            "type": "string"
                                          },
                                          "id": {
                                            "description": "Id: Retention Tag version.",
                                            "type": "string"
                                          },
                                          "tagName": {
                                            "description": "TagName: Retention Tag Name to relate it to retention rule.",
                                            "type": "string"
                                          }
                                        },
                                        "type": "object",
                                        "additionalProperties": false
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              },
                              "scheduleBasedTriggerContext": {
                                "description": "Schedule: Mutually exclusive with all other properties",
                                "properties": {
                                  "objectType": {
                                    "description": "ObjectType: Type of the specific object - used for deserializing",
                                    "type": "string"
                                  },
                                  "schedule": {
                                    "description": "Schedule: Schedule for this backup",
                                    "properties": {
                                      "repeatingTimeIntervals": {
                                        "description": "RepeatingTimeIntervals: ISO 8601 repeating time interval format",
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array"
                                      },
                                      "timeZone": {
                                        "description": "TimeZone: Time zone for a schedule. Example: Pacific Standard Time",
                                        "type": "string"
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "taggingCriteria": {
                                    "description": "TaggingCriteria: List of tags that can be applicable for given schedule.",
                                    "items": {
                                      "description": "Tagging criteria",
                                      "properties": {
                                        "criteria": {
                                          "description": "Criteria: Criteria which decides whether the tag can be applied to a triggered backup.",
                                          "items": {
                                            "properties": {
                                              "scheduleBasedBackupCriteria": {
                                                "description": "ScheduleBasedBackupCriteria: Mutually exclusive with all other properties",
                                                "properties": {
                                                  "absoluteCriteria": {
                                                    "description": "AbsoluteCriteria: it contains absolute values like \"AllBackup\" / \"FirstOfDay\" / \"FirstOfWeek\" / \"FirstOfMonth\"\nand should be part of AbsoluteMarker enum",
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": "array"
                                                  },
                                                  "daysOfMonth": {
                                                    "description": "DaysOfMonth: This is day of the month from 1 to 28 other wise last of month",
                                                    "items": {
                                                      "description": "Day of the week",
                                                      "properties": {
                                                        "date": {
                                                          "description": "Date: Date of the month",
                                                          "type": "integer"
                                                        },
                                                        "isLast": {
                                                          "description": "IsLast: Whether Date is last date of month",
                                                          "type": "boolean"
                                                        }
                                                      },
                                                      "type": "object",
                                                      "additionalProperties": false
                                                    },
                                                    "type": "array"
                                                  },
                                                  "daysOfTheWeek": {
                                                    "description": "DaysOfTheWeek: It should be Sunday/Monday/T..../Saturday",
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": "array"
                                                  },
                                                  "monthsOfYear": {
                                                    "description": "MonthsOfYear: It should be January/February/....../December",
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": "array"
                                                  },
                                                  "objectType": {
                                                    "description": "ObjectType: Type of the specific object - used for deserializing",
                                                    "type": "string"
                                                  },
                                                  "scheduleTimes": {
                                                    "description": "ScheduleTimes: List of schedule times for backup",
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": "array"
                                                  },
                                                  "weeksOfTheMonth": {
                                                    "description": "WeeksOfTheMonth: It should be First/Second/Third/Fourth/Last",
                                                    "items": {
                                                      "type": "string"
                                                    },
                                                    "type": "array"
                                                  }
                                                },
                                                "type": "object",
                                                "additionalProperties": false
                                              }
                                            },
                                            "type": "object",
                                            "additionalProperties": false
                                          },
                                          "type": "array"
                                        },
                                        "isDefault": {
                                          "description": "IsDefault: Specifies if tag is default.",
                                          "type": "boolean"
                                        },
                                        "tagInfo": {
                                          "description": "TagInfo: Retention tag information",
                                          "properties": {
                                            "eTag": {
                                              "description": "ETag: Retention Tag version.",
                                              "type": "string"
                                            },
                                            "id": {
                                              "description": "Id: Retention Tag version.",
                                              "type": "string"
                                            },
                                            "tagName": {
                                              "description": "TagName: Retention Tag Name to relate it to retention rule.",
                                              "type": "string"
                                            }
                                          },
                                          "type": "object",
                                          "additionalProperties": false
                                        },
                                        "taggingPriority": {
                                          "description": "TaggingPriority: Retention Tag priority.",
                                          "type": "integer"
                                        }
                                      },
                                      "type": "object",
                                      "additionalProperties": false
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object",
                                "additionalProperties": false
                              }
                            },
                            "type": "object",
                            "additionalProperties": false
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      },
                      "azureRetentionRule": {
                        "description": "AzureRetention: Mutually exclusive with all other properties",
                        "properties": {
                          "isDefault": {
                            "type": "boolean"
                          },
                          "lifecycles": {
                            "items": {
                              "description": "Source LifeCycle",
                              "properties": {
                                "deleteAfter": {
                                  "properties": {
                                    "absoluteDeleteOption": {
                                      "description": "AbsoluteDeleteOption: Mutually exclusive with all other properties",
                                      "properties": {
                                        "duration": {
                                          "description": "Duration: Duration of deletion after given timespan",
                                          "type": "string"
                                        },
                                        "objectType": {
                                          "description": "ObjectType: Type of the specific object - used for deserializing",
                                          "type": "string"
                                        }
                                      },
                                      "type": "object",
                                      "additionalProperties": false
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "sourceDataStore": {
                                  "description": "SourceDataStore: DataStoreInfo base",
                                  "properties": {
                                    "dataStoreType": {
                                      "description": "DataStoreType: type of datastore; Operational/Vault/Archive",
                                      "type": "string"
                                    },
                                    "objectType": {
                                      "description": "ObjectType: Type of Datasource object, used to initialize the right inherited type",
                                      "type": "string"
                                    }
                                  },
                                  "type": "object",
                                  "additionalProperties": false
                                },
                                "targetDataStoreCopySettings": {
                                  "items": {
                                    "description": "Target copy settings",
                                    "properties": {
                                      "copyAfter": {
                                        "description": "CopyAfter: It can be CustomCopyOption or ImmediateCopyOption.",
                                        "properties": {
                                          "copyOnExpiryOption": {
                                            "description": "CopyOnExpiry: Mutually exclusive with all other properties",
                                            "properties": {
                                              "objectType": {
                                                "description": "ObjectType: Type of the specific object - used for deserializing",
                                                "type": "string"
                                              }
                                            },
                                            "type": "object",
                                            "additionalProperties": false
                                          },
                                          "customCopyOption": {
                                            "description": "CustomCopy: Mutually exclusive with all other properties",
                                            "properties": {
                                              "duration": {
                                                "description": "Duration: Data copied after given timespan",
                                                "type": "string"
                                              },
                                              "objectType": {
                                                "description": "ObjectType: Type of the specific object - used for deserializing",
                                                "type": "string"
                                              }
                                            },
                                            "type": "object",
                                            "additionalProperties": false
                                          },
                                          "immediateCopyOption": {
                                            "description": "ImmediateCopy: Mutually exclusive with all other properties",
                                            "properties": {
                                              "objectType": {
                                                "description": "ObjectType: Type of the specific object - used for deserializing",
                                                "type": "string"
                                              }
                                            },
                                            "type": "object",
                                            "additionalProperties": false
                                          }
                                        },
                                        "type": "object",
                                        "additionalProperties": false
                                      },
                                      "dataStore": {
                                        "description": "DataStore: Info of target datastore",
                                        "properties": {
                                          "dataStoreType": {
                                            "description": "DataStoreType: type of datastore; Operational/Vault/Archive",
                                            "type": "string"
                                          },
                                          "objectType": {
                                            "description": "ObjectType: Type of Datasource object, used to initialize the right inherited type",
                                            "type": "string"
                                          }
                                        },
                                        "type": "object",
                                        "additionalProperties": false
                                      }
                                    },
                                    "type": "object",
                                    "additionalProperties": false
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object",
                              "additionalProperties": false
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "objectType": {
                            "type": "string"
                          }
                        },
                        "type": "object",
                        "additionalProperties": false
                      }
                    },
                    "type": "object",
                    "additionalProperties": false
                  },
                  "type": "array"
                }
              },
              "type": "object",
              "additionalProperties": false
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "systemData": {
          "description": "SystemData: Metadata pertaining to creation and last modification of the resource.",
          "properties": {
            "createdAt": {
              "description": "CreatedAt: The timestamp of resource creation (UTC).",
              "type": "string"
            },
            "createdBy": {
              "description": "CreatedBy: The identity that created the resource.",
              "type": "string"
            },
            "createdByType": {
              "description": "CreatedByType: The type of identity that created the resource.",
              "type": "string"
            },
            "lastModifiedAt": {
              "description": "LastModifiedAt: The timestamp of resource last modification (UTC)",
              "type": "string"
            },
            "lastModifiedBy": {
              "description": "LastModifiedBy: The identity that last modified the resource.",
              "type": "string"
            },
            "lastModifiedByType": {
              "description": "LastModifiedByType: The type of identity that last modified the resource.",
              "type": "string"
            }
          },
          "type": "object",
          "additionalProperties": false
        },
        "type": {
          "description": "Type: Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...",
          "type": "string"
        },
        "additionalProperties": false
      },
      "type": "object",
      "additionalProperties": false
    }
  },
  "type": "object"
}
