{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "EnvironmentsResponse", "type": "object", "description": "List of BigPanda environments.", "properties": { "environments": { "type": "array", "description": "Array of environments.", "items": { "$ref": "#/components/schemas/Environment" } } } }