Flowdock (Discontinued) · JSON Structure

Flowdock Organization Structure

Billing and tenancy container. Owns flows and a roster of users; carries the subscription state (trial vs. active billing).

Type: Properties: 0
Team ChatTeam InboxCollaborationReal-Time MessagingIntegrationsDiscontinued

Organization is a JSON Structure definition published by Flowdock (Discontinued).

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Organization",
  "description": "Billing and tenancy container. Owns flows and a roster of users; carries the subscription state (trial vs. active billing).",
  "fields": [
    {"name": "id", "type": "integer", "role": "identifier"},
    {"name": "parameterized_name", "type": "string", "role": "subdomain"},
    {"name": "name", "type": "string", "role": "label"},
    {"name": "user_limit", "type": "integer", "role": "quota"},
    {"name": "user_count", "type": "integer", "role": "metric"},
    {"name": "active", "type": "boolean", "role": "status"},
    {"name": "subscription.trial", "type": "boolean"},
    {"name": "subscription.trial_ends", "type": "date"},
    {"name": "subscription.billing_date", "type": "date"}
  ],
  "children": ["Flow", "User", "Invitation"]
}