{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "userAgent": { "type": "string" } }, "required": [ "userAgent" ], "title": "InitializeResponse", "type": "object" }