An execution environment in Talend Cloud
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Environment", "title": "Environment", "type": "object", "description": "An execution environment in Talend Cloud", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "description": { "type": "string" }, "default": { "type": "boolean" }, "created": { "type": "string", "format": "date-time" } } }