Sorsa · JSON Structure

Sorsa Trend Structure

JSON Structure description for Sorsa trend.

Type: record Properties: 0
TwitterXSocial MediaData ExtractionReal-Time

Trend 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-trend-structure.json",
  "name": "Trend",
  "description": "JSON Structure description for Sorsa trend.",
  "type": "record",
  "fields": [
    {
      "name": "name",
      "type": "string",
      "description": ""
    },
    {
      "name": "query",
      "type": "string",
      "description": ""
    },
    {
      "name": "url",
      "type": "string",
      "description": ""
    }
  ]
}