{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "platformFamily": { "description": "Platform family for the running app-server target, for example `\"unix\"` or `\"windows\"`.", "type": "string" }, "platformOs": { "description": "Operating system for the running app-server target, for example `\"macos\"`, `\"linux\"`, or `\"windows\"`.", "type": "string" }, "userAgent": { "type": "string" } }, "required": [ "platformFamily", "platformOs", "userAgent" ], "title": "InitializeResponse", "type": "object" }