{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "WindowsSandboxSetupStartResponse", "type": "object", "required": [ "started" ], "properties": { "started": { "type": "boolean" } } }