{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-core/refs/heads/main/json-structure/iot-core-issuer-certificate-identifier-structure.json", "name": "IssuerCertificateIdentifier", "description": "The certificate issuer indentifier.", "type": "object", "properties": { "issuerCertificateSubject": { "allOf": [ { "$ref": "#/components/schemas/IssuerCertificateSubject" }, { "description": "The subject of the issuer certificate." } ] }, "issuerId": { "allOf": [ { "$ref": "#/components/schemas/IssuerId" }, { "description": "The issuer ID." } ] }, "issuerCertificateSerialNumber": { "allOf": [ { "$ref": "#/components/schemas/IssuerCertificateSerialNumber" }, { "description": "The issuer certificate serial number." } ] } } }