Smartproxy · JSON-LD Context

Smartproxy Context

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

11 Classes 8 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
smartproxy: https://api-evangelist.github.io/smartproxy/vocab#

Classes

name description ProxyAccount SubUser username ProxyEndpoint host protocol location Subscription WhitelistedIp

Properties

Property Type Container
url reference
created dateTime
status string
serviceType string
port integer
trafficLimit schema:QuantitativeValue
trafficUsed schema:QuantitativeValue
ipAddress string

JSON-LD Document

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

    "name": "schema:name",
    "description": "schema:description",
    "url": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "created": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },

    "ProxyAccount": "schema:Account",
    "SubUser": "schema:Person",
    "username": "schema:name",
    "status": {
      "@id": "smartproxy:status",
      "@type": "xsd:string"
    },
    "serviceType": {
      "@id": "smartproxy:serviceType",
      "@type": "xsd:string"
    },

    "ProxyEndpoint": "schema:EntryPoint",
    "host": "schema:url",
    "port": {
      "@id": "schema:portableDevice",
      "@type": "xsd:integer"
    },
    "protocol": "schema:encodingFormat",
    "location": "schema:addressCountry",

    "Subscription": "schema:Offer",
    "trafficLimit": {
      "@id": "smartproxy:trafficLimit",
      "@type": "schema:QuantitativeValue"
    },
    "trafficUsed": {
      "@id": "smartproxy:trafficUsed",
      "@type": "schema:QuantitativeValue"
    },

    "WhitelistedIp": "schema:DefinedTerm",
    "ipAddress": {
      "@id": "smartproxy:ipAddress",
      "@type": "xsd:string"
    }
  }
}