DEV Community · Schema

SegmentUserIds

Developer CommunityArticlesBloggingSocialContentOpen Source

Properties

Name Type Description
user_ids array
View JSON Schema on GitHub

JSON Schema

segmentuserids.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SegmentUserIds",
  "type": "object",
  "properties": {
    "user_ids": {
      "type": "array",
      "items": {
        "type": "integer"
      },
      "maxItems": 10000
    }
  }
}