{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EncryptionKeyStaticReferenceByName", "title": "EncryptionKeyStaticReferenceByName", "description": "A static encryption key reference by name.", "type": "object", "properties": { "name": { "description": "The name of the static key defined in the key source.", "type": "string", "maxLength": 255, "minLength": 1 } }, "required": [ "name" ], "x-speakeasy-name-override": "ReferenceByName" }