SetActiveEnvironmentOutputBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/SetActiveEnvironmentOutputBody.jsonactiveEnvironmentstringrequired
needsRestartbooleanrequired
SetActiveEnvironmentOutputBody
{
"$schema": "https://example.com/schemas/SetActiveEnvironmentOutputBody.json",
"activeEnvironment": "string",
"needsRestart": true
}