{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-experience-cloud/refs/heads/main/json-structure/target-api-environment-list-structure.json", "name": "EnvironmentList", "description": "EnvironmentList schema", "type": "object", "properties": { "environments": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "int32" }, "name": { "type": "string" } } } } } }