Amazon Private CA · JSON Structure

Amazon Private Ca Asn1Subject Structure

Contains information about the certificate subject. The Subject field in the certificate identifies the entity that owns or controls the public key in the certificate. The entity can be a user, computer, device, or service. The Subject must contain an X.500 distinguished name (DN). A DN is a sequence of relative distinguished names (RDNs). The RDNs are separated by commas in the certificate.

Type: object Properties: 15
Certificate AuthorityCertificatesPKISecurityX.509TLSIoT

ASN1Subject is a JSON Structure definition published by Amazon Private CA, describing 15 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Country Organization OrganizationalUnit DistinguishedNameQualifier State CommonName SerialNumber Locality Title Surname GivenName Initials Pseudonym GenerationQualifier CustomAttributes

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-asn1subject-structure.json",
  "name": "ASN1Subject",
  "description": "Contains information about the certificate subject. The <code>Subject</code> field in the certificate identifies the entity that owns or controls the public key in the certificate. The entity can be a user, computer, device, or service. The <code>Subject </code>must contain an X.500 distinguished name (DN). A DN is a sequence of relative distinguished names (RDNs). The RDNs are separated by commas in the certificate.",
  "type": "object",
  "properties": {
    "Country": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CountryCodeString"
        },
        {
          "description": "Two-digit code that specifies the country in which the certificate subject located."
        }
      ]
    },
    "Organization": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String64"
        },
        {
          "description": "Legal name of the organization with which the certificate subject is affiliated. "
        }
      ]
    },
    "OrganizationalUnit": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String64"
        },
        {
          "description": "A subdivision or unit of the organization (such as sales or finance) with which the certificate subject is affiliated."
        }
      ]
    },
    "DistinguishedNameQualifier": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ASN1PrintableString64"
        },
        {
          "description": "Disambiguating information for the certificate subject."
        }
      ]
    },
    "State": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String128"
        },
        {
          "description": "State in which the subject of the certificate is located."
        }
      ]
    },
    "CommonName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String64"
        },
        {
          "description": "<p>For CA and end-entity certificates in a private PKI, the common name (CN) can be any string within the length limit. </p> <p>Note: In publicly trusted certificates, the common name must be a fully qualified domain name (FQDN) associated with the certificate subject.</p>"
        }
      ]
    },
    "SerialNumber": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ASN1PrintableString64"
        },
        {
          "description": "The certificate serial number."
        }
      ]
    },
    "Locality": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String128"
        },
        {
          "description": "The locality (such as a city or town) in which the certificate subject is located."
        }
      ]
    },
    "Title": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String64"
        },
        {
          "description": "A title such as Mr. or Ms., which is pre-pended to the name to refer formally to the certificate subject."
        }
      ]
    },
    "Surname": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String40"
        },
        {
          "description": "Family name. In the US and the UK, for example, the surname of an individual is ordered last. In Asian cultures the surname is typically ordered first."
        }
      ]
    },
    "GivenName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String16"
        },
        {
          "description": "First name."
        }
      ]
    },
    "Initials": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String5"
        },
        {
          "description": "Concatenation that typically contains the first letter of the <b>GivenName</b>, the first letter of the middle name if one exists, and the first letter of the <b>Surname</b>."
        }
      ]
    },
    "Pseudonym": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String128"
        },
        {
          "description": "Typically a shortened version of a longer <b>GivenName</b>. For example, Jonathan is often shortened to John. Elizabeth is often shortened to Beth, Liz, or Eliza."
        }
      ]
    },
    "GenerationQualifier": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String3"
        },
        {
          "description": "Typically a qualifier appended to the name of an individual. Examples include Jr. for junior, Sr. for senior, and III for third."
        }
      ]
    },
    "CustomAttributes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CustomAttributeList"
        },
        {
          "description": "<p/> <p>Contains a sequence of one or more X.500 relative distinguished names (RDNs), each of which consists of an object identifier (OID) and a value. For more information, see NIST\u2019s definition of <a href=\"https://csrc.nist.gov/glossary/term/Object_Identifier\">Object Identifier (OID)</a>.</p> <note> <p>Custom attributes cannot be used in combination with standard attributes.</p> </note>"
        }
      ]
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/amazon-private-ca-asn1subject-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.