Amazon Private CA · JSON Structure

Amazon Private Ca Custom Attribute Structure

Defines the X.500 relative distinguished name (RDN).

Type: object Properties: 2 Required: 2
Certificate AuthorityCertificatesPKISecurityX.509TLSIoT

CustomAttribute is a JSON Structure definition published by Amazon Private CA, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ObjectIdentifier Value

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-private-ca/refs/heads/main/json-structure/amazon-private-ca-custom-attribute-structure.json",
  "name": "CustomAttribute",
  "description": "Defines the X.500 relative distinguished name (RDN).",
  "type": "object",
  "properties": {
    "ObjectIdentifier": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CustomObjectIdentifier"
        },
        {
          "description": "Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN)."
        }
      ]
    },
    "Value": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String1To256"
        },
        {
          "description": "<p/> <p>Specifies the attribute value of relative distinguished name (RDN).</p>"
        }
      ]
    }
  },
  "required": [
    "ObjectIdentifier",
    "Value"
  ]
}