{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_key_config", "title": "access_key_config", "properties": { "days_until_next_rotation": { "$ref": "#/components/schemas/access_days_until_next_rotation" }, "key_rotation_interval_days": { "$ref": "#/components/schemas/access_key_rotation_interval_days" }, "last_key_rotation_at": { "$ref": "#/components/schemas/access_last_key_rotation_at" } }, "type": "object" }