{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "PlatformConfig", "type": "object", "properties": { "type": { "type": "string" }, "isSecureBootEnabled": { "type": "boolean" }, "isTrustedPlatformModuleEnabled": { "type": "boolean" }, "isMeasuredBootEnabled": { "type": "boolean" }, "isMemoryEncryptionEnabled": { "type": "boolean" } } }