ListEnvironmentsOutputBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/ListEnvironmentsOutputBody.jsonactiveEnvironmentstringrequired
environmentsstring[]nullablerequired
ListEnvironmentsOutputBody
{
"$schema": "https://example.com/schemas/ListEnvironmentsOutputBody.json",
"activeEnvironment": "string",
"environments": "Unknown Type: array,null"
}