{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EncryptionKeyStaticReference", "title": "EncryptionKeyStaticReference", "description": "A static encryption key reference, either by ID or by value.\n", "anyOf": [ { "$ref": "#/components/schemas/EncryptionKeyStaticReferenceById" }, { "$ref": "#/components/schemas/EncryptionKeyStaticReferenceByName" } ], "x-terraform-preferred": "#/components/schemas/EncryptionKeyStaticReferenceById" }