{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/access_key_rotation_interval_days",
"title": "access_key_rotation_interval_days",
"description": "The number of days between key rotations.",
"example": 30,
"maximum": 365,
"minimum": 21,
"type": "number"
}