{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "KeyReleasePolicy", "type": "object", "properties": { "contentType": { "type": "string" }, "data": { "type": "string" }, "immutable": { "type": "boolean" } } }