{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EncryptionKeyStaticReferenceById", "title": "EncryptionKeyStaticReferenceById", "description": "A static encryption key reference by ID.", "type": "object", "properties": { "id": { "description": "The ID of the static key defined in the key source.", "type": "string", "format": "uuid", "minLength": 1 } }, "required": [ "id" ] }