{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProjectEnvVarList", "title": "ProjectEnvVarList", "type": "object", "properties": { "items": { "type": "array", "items": { "$ref": "#/components/schemas/ProjectEnvVar" }, "description": "List of environment variables" }, "next_page_token": { "type": "string", "description": "Token for retrieving the next page" } } }