{
  "type": "object",
  "properties": {
    "days": {
      "type": "integer",
      "description": "The number of days to retain artifacts and logs"
    }
  },
  "required": [
    "days"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}