Frostbyte · JSON-LD Context

Frostbyte Context

JSON-LD context defining the semantic vocabulary for Frostbyte from Frostbyte.

0 Classes 18 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
fb: https://api-catalog-three.vercel.app/vocab#

Properties

Property Type Container
Frostbyte
FrostbyteAPI
FrostbyteCredit
FrostbyteKey
FrostbyteService
credits schema:Integer
expires_at schema:DateTime
ip
country_code
city
latitude schema:Number
longitude schema:Number
timezone
symbol
price schema:Number
change_24h schema:Number
volume_24h schema:Number
source

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "fb": "https://api-catalog-three.vercel.app/vocab#",
    "Frostbyte":         { "@id": "schema:Organization" },
    "FrostbyteAPI":      { "@id": "schema:WebAPI" },
    "FrostbyteCredit":   { "@id": "fb:Credit" },
    "FrostbyteKey":      { "@id": "fb:APIKey" },
    "FrostbyteService":  { "@id": "fb:Service" },
    "credits":           { "@id": "fb:credits", "@type": "schema:Integer" },
    "expires_at":        { "@id": "fb:expiresAt", "@type": "schema:DateTime" },
    "ip":                { "@id": "fb:ip" },
    "country_code":      { "@id": "schema:addressCountry" },
    "city":              { "@id": "schema:addressLocality" },
    "latitude":          { "@id": "schema:latitude", "@type": "schema:Number" },
    "longitude":         { "@id": "schema:longitude", "@type": "schema:Number" },
    "timezone":          { "@id": "fb:timezone" },
    "symbol":            { "@id": "fb:symbol" },
    "price":             { "@id": "schema:price", "@type": "schema:Number" },
    "change_24h":        { "@id": "fb:change24h", "@type": "schema:Number" },
    "volume_24h":        { "@id": "fb:volume24h", "@type": "schema:Number" },
    "source":            { "@id": "schema:provider" }
  }
}