Sorsa · JSON Structure

Sorsa Community User Structure

JSON Structure description for Sorsa community-user.

Type: record Properties: 0
TwitterXSocial MediaData ExtractionReal-Time

CommunityUser is a JSON Structure definition published by Sorsa. It conforms to the https://json-structure.org/draft/2025-04/schema meta-schema.

Meta-schema: https://json-structure.org/draft/2025-04/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2025-04/schema",
  "$id": "https://api-evangelist.github.io/sorsa/json-structure/sorsa-community-user-structure.json",
  "name": "CommunityUser",
  "description": "JSON Structure description for Sorsa community-user.",
  "type": "record",
  "fields": [
    {
      "name": "display_name",
      "type": "string",
      "description": "User's display name."
    },
    {
      "name": "id",
      "type": "string",
      "description": "Unique Twitter/X user ID."
    },
    {
      "name": "profile_image_url",
      "type": "string",
      "description": "URL of the user's avatar image."
    },
    {
      "name": "protected",
      "type": "boolean",
      "description": "Whether the account's tweets are protected (private)."
    },
    {
      "name": "username",
      "type": "string",
      "description": "Current Twitter/X handle (without @)."
    },
    {
      "name": "verified",
      "type": "boolean",
      "description": "Whether the account has a verified badge."
    }
  ]
}