{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/albato/refs/heads/main/json-structure/albato-albato-embedded-team-structure.json", "title": "Team", "description": "An embedded team representing a customer account", "type": "object", "properties": { "id": { "type": "string", "description": "" }, "name": { "type": "string", "description": "" }, "external_id": { "type": "string", "description": "" }, "plan": { "type": "string", "description": "" }, "active_automations": { "type": "int32", "description": "" }, "transaction_count": { "type": "int32", "description": "" }, "created_at": { "type": "datetime", "description": "" } } }