{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "RetentionPeriod",
"type": "object",
"properties": {
"number": {
"type": "integer",
"description": "The number of units for the retention period."
},
"units": {
"type": "string",
"description": "The unit of time that the retention period is measured in."
}
}
}