{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/zero-trust-gateway_generate-cert-request",
"title": "zero-trust-gateway_generate-cert-request",
"properties": {
"validity_period_days": {
"description": "Number of days the generated certificate will be valid, minimum 1 day and maximum 30 years. Defaults to 5 years.",
"example": 1826,
"type": "integer"
}
},
"type": "object"
}