Finlight · Schema

ArticleCategory

Content category for financial news articles

Financial NewsSentiment AnalysisMarket DataEquitiesCurrenciesCommoditiesReal-TimeWebhooksWebSocket
View JSON Schema on GitHub

JSON Schema

article-category.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://finlight.me/schemas/article-category.json",
  "title": "ArticleCategory",
  "description": "Content category for financial news articles",
  "type": "string",
  "enum": [
    "markets",
    "economy",
    "business",
    "politics",
    "geopolitics",
    "regulation",
    "technology",
    "energy",
    "commodities",
    "crypto",
    "health",
    "climate",
    "security"
  ]
}