tls-certificates-and-hostnames_certificate_revoke_response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-certificate-revoke-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_certificate_revoke_response",
  "title": "tls-certificates-and-hostnames_certificate_revoke_response",
  "allOf": [
    {
      "properties": {
        "result": {
          "properties": {
            "id": {
              "$ref": "#/components/schemas/tls-certificates-and-hostnames_identifier"
            },
            "revoked_at": {
              "$ref": "#/components/schemas/tls-certificates-and-hostnames_revoked_at"
            }
          }
        }
      },
      "type": "object"
    }
  ]
}