{
"$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."
},
"data": {
"type": "string",
"description": "Blob encoding the policy rules under which the key can be released."
},
"immutable": {
"type": "boolean",
"description": "Defines the mutability state of the policy. Once marked immutable, this flag cannot be reset and the policy cannot be changed under any circumstances."
}
}
}