{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "RetentionPolicy",
"type": "object",
"description": "The retention policy.",
"properties": {
"Enabled": {
"type": "boolean",
"description": "Indicates whether a retention policy is enabled."
},
"Days": {
"type": "integer",
"description": "The number of days that metrics or logging data should be retained."
}
}
}