X (Twitter) · JSON Structure

X Api List Create Request Structure

ListCreateRequest schema from X API v2

Type: object Properties: 3 Required: 1
Social MediaMicrobloggingReal-Time DataStreamingAdvertisingContent

ListCreateRequest is a JSON Structure definition published by X (Twitter), describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

description name private

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/twitter/refs/heads/main/json-structure/x-api-list-create-request-structure.json",
  "name": "ListCreateRequest",
  "description": "ListCreateRequest schema from X API v2",
  "type": "object",
  "properties": {
    "description": {
      "type": "string",
      "minLength": 0,
      "maxLength": 100
    },
    "name": {
      "type": "string",
      "minLength": 1,
      "maxLength": 25
    },
    "private": {
      "type": "boolean",
      "default": false
    }
  },
  "required": [
    "name"
  ]
}