KeyAlgorithm schema from Amazon Private CA API
{ "$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-key-algorithm-schema.json", "title": "KeyAlgorithm", "description": "KeyAlgorithm schema from Amazon Private CA API", "type": "string", "enum": [ "RSA_2048", "RSA_4096", "EC_prime256v1", "EC_secp384r1" ] }