Sorsa · JSON Structure

Sorsa Tweet Entity Structure

JSON Structure description for Sorsa tweet-entity.

Type: record Properties: 0
TwitterXSocial MediaData ExtractionReal-Time

TweetEntity 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-tweet-entity-structure.json",
  "name": "TweetEntity",
  "description": "JSON Structure description for Sorsa tweet-entity.",
  "type": "record",
  "fields": [
    {
      "name": "link",
      "type": "string",
      "description": "Direct URL of the entity."
    },
    {
      "name": "preview",
      "type": "string",
      "description": "Preview or thumbnail URL for the entity."
    },
    {
      "name": "type",
      "type": "string",
      "description": "Entity type (e.g. `photo`, `video`, `url`)."
    }
  ]
}