{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "KeyReleasePolicy", "type": "object", "description": "The policy rules under which the key can be exported.", "properties": { "contentType": { "type": "string", "description": "Content type and version of key release policy." }, "immutable": { "type": "boolean", "description": "Defines whether the policy is immutable." }, "data": { "type": "string", "description": "Blob encoding the policy rules (base64url-encoded)." } } }