{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "selectedEnvironmentName": { "type": [ "string", "null" ], "minLength": 1 } }, "required": [ "selectedEnvironmentName" ] }