KeySummaryList schema from Amazon Payment Cryptography
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-payment-cryptography/refs/heads/main/json-schema/openapi-key-summary-list-schema.json", "title": "KeySummaryList", "description": "KeySummaryList schema from Amazon Payment Cryptography", "type": "array", "items": { "$ref": "#/components/schemas/KeySummary" } }