{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ShapePlatformConfigOptions", "type": "object", "description": "Platform configuration options available for the shape", "properties": { "type": { "type": "string", "description": "The type of platform configuration" }, "isSecureBootEnabled": { "type": "boolean", "description": "Whether Secure Boot is supported" }, "isTrustedPlatformModuleEnabled": { "type": "boolean", "description": "Whether the Trusted Platform Module is supported" }, "isMeasuredBootEnabled": { "type": "boolean", "description": "Whether Measured Boot is supported" }, "isMemoryEncryptionEnabled": { "type": "boolean", "description": "Whether memory encryption is supported" } } }