{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-private-ca/refs/heads/main/json-schema/amazon-private-ca-custom-extension-schema.json", "title": "CustomExtension", "description": "
Specifies the X.509 extension information for a certificate.
Extensions present in CustomExtensions follow the ApiPassthrough template rules.
Specifies the object identifier (OID) of the X.509 extension. For more information, see the Global OID reference database.
" } ] }, "Value": { "allOf": [ { "$ref": "#/components/schemas/Base64String1To4096" }, { "description": "Specifies the base64-encoded value of the X.509 extension.
" } ] }, "Critical": { "allOf": [ { "$ref": "#/components/schemas/Boolean" }, { "description": "Specifies the critical flag of the X.509 extension.
" } ] } }, "required": [ "ObjectIdentifier", "Value" ] }