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