{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TransparentDataEncryption", "title": "TransparentDataEncryption", "type": "object", "properties": { "id": { "type": "string", "readOnly": true }, "name": { "type": "string", "readOnly": true }, "type": { "type": "string", "readOnly": true }, "location": { "type": "string", "readOnly": true }, "properties": { "type": "object", "properties": { "status": { "type": "string", "description": "The status of the TDE.", "enum": [ "Enabled", "Disabled" ] } } } } }