{
  "properties": {
    "spec": {
      "additionalProperties": false,
      "properties": {
        "domains": {
          "items": {
            "maxLength": 63,
            "pattern": "^(([a-z0-9]+|[a-z0-9][-a-z0-9]*[a-z0-9])\\.)+[a-z][-a-z0-9]*[a-z0-9]$",
            "type": "string"
          },
          "maxItems": 1,
          "type": [
            "array",
            "null"
          ]
        }
      },
      "type": [
        "object",
        "null"
      ]
    },
    "status": {
      "additionalProperties": false,
      "properties": {
        "certificateName": {
          "type": [
            "string",
            "null"
          ]
        },
        "certificateStatus": {
          "type": [
            "string",
            "null"
          ]
        },
        "domainStatus": {
          "items": {
            "additionalProperties": false,
            "properties": {
              "domain": {
                "type": "string"
              },
              "status": {
                "type": "string"
              }
            },
            "required": [
              "domain",
              "status"
            ],
            "type": "object"
          },
          "type": [
            "array",
            "null"
          ]
        },
        "expireTime": {
          "format": "date-time",
          "type": [
            "string",
            "null"
          ]
        }
      },
      "type": [
        "object",
        "null"
      ]
    }
  },
  "type": "object"
}