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