{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EnvironmentListResponse", "title": "EnvironmentListResponse", "type": "object", "description": "Response containing a list of Power Platform environments.", "properties": { "value": { "type": "array", "description": "Array of environment resources.", "items": { "$ref": "#/components/schemas/Environment" }, "example": [] } } }