CryptoNews API · JSON-LD Context

Cryptonews Context

JSON-LD context defining the semantic vocabulary for Cryptonews from CryptoNews API.

44 Classes 5 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
cryptonews: https://cryptonews-api.com/vocab#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

NewsArticle WhaleTransaction TickerPrice CryptoEvent TickerInfo title text source_name topics sentiment type tickers blockchain symbol transaction_type from to amount amount_usd min_amount ticker price price_change_percentage_24h market_cap volume_24h total_transactions total_volume_usd largest_transaction_usd exchange_inflow_usd exchange_outflow_usd mention_count sentiment_score positive negative neutral name description total_pages count data page items section token

Properties

Property Type Container
news_url reference
image_url reference
date dateTime
timestamp integer
logo reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "cryptonews": "https://cryptonews-api.com/vocab#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "NewsArticle": "schema:NewsArticle",
    "WhaleTransaction": "cryptonews:WhaleTransaction",
    "TickerPrice": "cryptonews:TickerPrice",
    "CryptoEvent": "schema:Event",
    "TickerInfo": "cryptonews:TickerInfo",

    "news_url": { "@id": "schema:url", "@type": "@id" },
    "image_url": { "@id": "schema:image", "@type": "@id" },
    "title": "schema:headline",
    "text": "schema:articleBody",
    "source_name": "schema:publisher",
    "date": { "@id": "schema:datePublished", "@type": "xsd:dateTime" },
    "topics": "schema:about",
    "sentiment": "cryptonews:sentiment",
    "type": "schema:encodingFormat",
    "tickers": "cryptonews:ticker",

    "blockchain": "cryptonews:blockchain",
    "symbol": "cryptonews:symbol",
    "transaction_type": "cryptonews:transactionType",
    "from": "cryptonews:sender",
    "to": "cryptonews:recipient",
    "amount": "cryptonews:amount",
    "amount_usd": "cryptonews:amountUSD",
    "timestamp": { "@id": "schema:startDate", "@type": "xsd:integer" },
    "min_amount": "cryptonews:minimumAmount",

    "ticker": "cryptonews:tickerSymbol",
    "price": "cryptonews:price",
    "price_change_percentage_24h": "cryptonews:priceChange24h",
    "market_cap": "cryptonews:marketCap",
    "volume_24h": "cryptonews:volume24h",

    "total_transactions": "cryptonews:totalTransactions",
    "total_volume_usd": "cryptonews:totalVolumeUSD",
    "largest_transaction_usd": "cryptonews:largestTransactionUSD",
    "exchange_inflow_usd": "cryptonews:exchangeInflowUSD",
    "exchange_outflow_usd": "cryptonews:exchangeOutflowUSD",

    "mention_count": "cryptonews:mentionCount",
    "sentiment_score": "cryptonews:sentimentScore",

    "positive": "cryptonews:positiveCount",
    "negative": "cryptonews:negativeCount",
    "neutral": "cryptonews:neutralCount",

    "name": "schema:name",
    "logo": { "@id": "schema:logo", "@type": "@id" },
    "description": "schema:description",

    "total_pages": "cryptonews:totalPages",
    "count": "schema:totalItems",
    "data": "schema:itemListElement",
    "page": "cryptonews:page",
    "items": "cryptonews:itemsPerPage",
    "section": "cryptonews:section",
    "token": "cryptonews:apiToken"
  }
}