Amazon Private CA · Schema

ValidityPeriodType

ValidityPeriodType schema from Amazon Private CA API

Certificate AuthorityCertificatesPKISecurityX.509TLSIoT
View JSON Schema on GitHub

JSON Schema

amazon-private-ca-validity-period-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-private-ca/refs/heads/main/json-schema/amazon-private-ca-validity-period-type-schema.json",
  "title": "ValidityPeriodType",
  "description": "ValidityPeriodType schema from Amazon Private CA API",
  "type": "string",
  "enum": [
    "END_DATE",
    "ABSOLUTE",
    "DAYS",
    "MONTHS",
    "YEARS"
  ]
}