{ "$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." } ] }