object labels_color
{
  "xml": {
    "name": "label"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "A valid label color or null"
    }
  }
}
object labels_name
{
  "xml": {
    "name": "label"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "a string with a length from 0 to 16384"
    }
  }
}
object lists
{
  "xml": {
    "name": "list"
  },
  "type": "object",
  "properties": {
    "pos": {
      "type": "string",
      "description": "A position. top , bottom , or a positive number."
    },
    "name": {
      "type": "string",
      "description": "a string with a length from 1 to 16384"
    },
    "closed": {
      "type": "string",
      "description": " true or false"
    },
    "idBoard": {
      "type": "string",
      "description": "id of the board that the list should be added to"
    },
    "subscribed": {
      "type": "string",
      "description": " true or false"
    },
    "idListSource": {
      "type": "string",
      "description": "The id of the list to copy into a new list."
    }
  }
}
object lists_cards
{
  "xml": {
    "name": "list"
  },
  "type": "object",
  "properties": {
    "due": {
      "type": "string",
      "description": "A date, or null"
    },
    "desc": {
      "type": "string",
      "description": "a string with a length from 0 to 16384"
    },
    "name": {
      "type": "string",
      "description": "a string with a length from 1 to 16384"
    },
    "labels": {
      "type": "string",
      "description": "all or a comma-separated list of: blue, green, orange, purple, red or yellow"
    },
    "idMembers": {
      "type": "string",
      "description": "A comma-separated list of objectIds, 24-character hex strings"
    }
  }
}
object lists_closed
{
  "xml": {
    "name": "list"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": " true or false"
    }
  }
}
object lists_idBoard
{
  "xml": {
    "name": "list"
  },
  "type": "object",
  "properties": {
    "pos": {
      "type": "string",
      "description": "position of the list on the new board"
    },
    "value": {
      "type": "string",
      "description": "id of the board the list should be moved to"
    }
  }
}
object lists_moveAllCards
{
  "xml": {
    "name": "list"
  },
  "type": "object",
  "properties": {
    "idBoard": {
      "type": "string",
      "description": "id of the board that the cards should be moved to"
    }
  }
}
object lists_name
{
  "xml": {
    "name": "list"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "a string with a length from 1 to 16384"
    }
  }
}
object lists_pos
{
  "xml": {
    "name": "list"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "A position. top , bottom , or a positive number."
    }
  }
}
object lists_subscribed
{
  "xml": {
    "name": "list"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": " true or false"
    }
  }
}
object members
{
  "xml": {
    "name": "member"
  },
  "type": "object",
  "properties": {
    "bio": {
      "type": "string",
      "description": "a string with a length from 0 to 16384"
    },
    "fullName": {
      "type": "string",
      "description": "A string with a length of at least 1.  Cannot begin or end with a space."
    },
    "initials": {
      "type": "string",
      "description": "A string with a length from 1 to 4.  Cannot begin or end with a space"
    },
    "username": {
      "type": "string",
      "description": "A string with a length of at least 3.  Only lowercase letters, underscores, and numbers are allowed.  Must be unique."
    },
    "avatarSource": {
      "type": "string",
      "description": "One of: gravatar, none or upload"
    },
    "prefs/locale": {
      "type": "string",
      "description": "a string with a length from 0 to 255"
    },
    "prefs/colorBlind": {
      "type": "string",
      "description": " true or false"
    },
    "prefs/minutesBetweenSummaries": {
      "type": "string",
      "description": "-1 (disabled), 1 or 60"
    }
  }
}
object members_avatar
{
  "xml": {
    "name": "member"
  },
  "type": "object",
  "properties": {
    "file": {
      "type": "string",
      "description": "A file"
    }
  }
}
object members_avatarSource
{
  "xml": {
    "name": "member"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "One of: gravatar, none or upload"
    }
  }
}
object members_bio
{
  "xml": {
    "name": "member"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "a string with a length from 0 to 16384"
    }
  }
}
object members_boardBackgrounds
{
  "xml": {
    "name": "member"
  },
  "type": "object",
  "properties": {
    "file": {
      "type": "string",
      "description": "A file"
    },
    "tile": {
      "type": "string",
      "description": " true or false"
    },
    "brightness": {
      "type": "string",
      "description": "One of: dark, light or unknown"
    }
  }
}
object members_boardStars
{
  "xml": {
    "name": "member"
  },
  "type": "object",
  "properties": {
    "pos": {
      "type": "string",
      "description": "A position. top , bottom , or a positive number."
    },
    "idBoard": {
      "type": "string",
      "description": "The id of the board to star"
    }
  }
}
object members_boardStars_idBoard
{
  "xml": {
    "name": "member"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "An id"
    }
  }
}
object members_boardStars_pos
{
  "xml": {
    "name": "member"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "A position. top , bottom , or a positive number."
    }
  }
}
object members_customBoardBackgrounds
{
  "xml": {
    "name": "member"
  },
  "type": "object",
  "properties": {
    "file": {
      "type": "string",
      "description": "A file"
    },
    "tile": {
      "type": "string",
      "description": " true or false"
    },
    "brightness": {
      "type": "string",
      "description": "One of: dark, light or unknown"
    }
  }
}
object members_customEmoji
{
  "xml": {
    "name": "member"
  },
  "type": "object",
  "properties": {
    "file": {
      "type": "string",
      "description": "A file"
    },
    "name": {
      "type": "string",
      "description": "a string with a length from 2 to 64"
    }
  }
}
object members_customStickers
{
  "xml": {
    "name": "member"
  },
  "type": "object",
  "properties": {
    "file": {
      "type": "string",
      "description": "A file"
    }
  }
}
object members_fullName
{
  "xml": {
    "name": "member"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "A string with a length of at least 1.  Cannot begin or end with a space."
    }
  }
}
object members_initials
{
  "xml": {
    "name": "member"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "A string with a length from 1 to 4.  Cannot begin or end with a space"
    }
  }
}
object members_oneTimeMessagesDismissed
{
  "xml": {
    "name": "member"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "Type of message dismissed"
    }
  }
}
object members_savedSearches
{
  "xml": {
    "name": "member"
  },
  "type": "object",
  "properties": {
    "pos": {
      "type": "string",
      "description": "A position. top , bottom , or a positive number."
    },
    "name": {
      "type": "string",
      "description": "A non-empty string with at least one non-space character"
    },
    "query": {
      "type": "string",
      "description": "a string with a length from 1 to 16384"
    }
  }
}
object members_savedSearches_name
{
  "xml": {
    "name": "member"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "A non-empty string with at least one non-space character"
    }
  }
}
object members_savedSearches_pos
{
  "xml": {
    "name": "member"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "A position. top , bottom , or a positive number."
    }
  }
}
object members_savedSearches_query
{
  "xml": {
    "name": "member"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "a string with a length from 1 to 16384"
    }
  }
}
object members_username
{
  "xml": {
    "name": "member"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "A string with a length of at least 3.  Only lowercase letters, underscores, and numbers are allowed.  Must be unique."
    }
  }
}
object myPrefs_emailPosition
{
  "xml": {
    "name": "board"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "One of: bottom or top"
    }
  }
}
object myPrefs_idEmailList
{
  "xml": {
    "name": "board"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "An id"
    }
  }
}
object myPrefs_showListGuide
{
  "xml": {
    "name": "board"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": " true or false"
    }
  }
}
object myPrefs_showSidebar
{
  "xml": {
    "name": "board"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": " true or false"
    }
  }
}
object myPrefs_showSidebarActivity
{
  "xml": {
    "name": "board"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": " true or false"
    }
  }
}
object myPrefs_showSidebarBoardActions
{
  "xml": {
    "name": "board"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": " true or false"
    }
  }
}
object myPrefs_showSidebarMembers
{
  "xml": {
    "name": "board"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": " true or false"
    }
  }
}
object notifications
{
  "xml": {
    "name": "notification"
  },
  "type": "object",
  "properties": {
    "unread": {
      "type": "string",
      "description": " true or false"
    }
  }
}
object notifications_unread
{
  "xml": {
    "name": "notification"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": " true or false"
    }
  }
}
object organizations
{
  "xml": {
    "name": "organization"
  },
  "type": "object",
  "properties": {
    "desc": {
      "type": "string",
      "description": "a string with a length from 0 to 16384"
    },
    "name": {
      "type": "string",
      "description": "a string with a length from 0 to 16384"
    },
    "website": {
      "type": "string",
      "description": "A URL starting with http:// or https:// or null"
    },
    "displayName": {
      "type": "string",
      "description": "A string with a length of at least 1.  Cannot begin or end with a space."
    },
    "prefs/permissionLevel": {
      "type": "string",
      "description": "One of: private or public"
    },
    "prefs/associatedDomain": {
      "type": "string",
      "description": "The google apps domain to link this org to."
    },
    "prefs/googleAppsVersion": {
      "type": "string",
      "description": "a number from 1 to 2"
    },
    "prefs/orgInviteRestrict": {
      "type": "string",
      "description": "An email address with optional expansion tokens"
    },
    "prefs/externalMembersDisabled": {
      "type": "string",
      "description": " true or false"
    },
    "prefs/boardVisibilityRestrict/org": {
      "type": "string",
      "description": "One of: admin, none or org"
    },
    "prefs/boardVisibilityRestrict/public": {
      "type": "string",
      "description": "One of: admin, none or org"
    },
    "prefs/boardVisibilityRestrict/private": {
      "type": "string",
      "description": "One of: admin, none or org"
    }
  }
}
object organizations_desc
{
  "xml": {
    "name": "organization"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "a string with a length from 0 to 16384"
    }
  }
}
object organizations_displayName
{
  "xml": {
    "name": "organization"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "A string with a length of at least 1.  Cannot begin or end with a space."
    }
  }
}
object organizations_logo
{
  "xml": {
    "name": "organization"
  },
  "type": "object",
  "properties": {
    "file": {
      "type": "string",
      "description": "A file"
    }
  }
}
object organizations_members
{
  "xml": {
    "name": "organization"
  },
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "One of: admin, normal or observer"
    },
    "email": {
      "type": "string",
      "description": "An email address"
    },
    "fullName": {
      "type": "string",
      "description": "A string with a length of at least 1.  Cannot begin or end with a space."
    }
  }
}
object organizations_members_deactivated
{
  "xml": {
    "name": "organization"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": " true or false"
    }
  }
}
object organizations_memberships
{
  "xml": {
    "name": "organization"
  },
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "One of: admin, normal or observer"
    },
    "member_fields": {
      "type": "string",
      "description": "all or a comma-separated list of: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url or username"
    }
  }
}
object organizations_name
{
  "xml": {
    "name": "organization"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "A string with a length of at least 3.  Only lowercase letters, underscores, and numbers are allowed.  Must be unique."
    }
  }
}
object organizations_website
{
  "xml": {
    "name": "organization"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "A URL starting with http:// or https:// or null"
    }
  }
}
object prefs_associatedDomain
{
  "xml": {
    "name": "organization"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "The google apps domain to link this org to."
    }
  }
}
object prefs_background
{
  "xml": {
    "name": "board"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "A standard background name, or the id of a custom background"
    }
  }
}
object prefs_boardVisibilityRestrict
{
  "xml": {
    "name": "organization"
  },
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "One of: admin, none or org"
    }
  }
}
Load more schemas