Apify · JSON-LD Context

Apify Context

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

7 Classes 6 Properties 4 Namespaces
View Context View on GitHub

Namespaces

apify: https://apify.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Actor Run Dataset KeyValueStore name description title

Properties

Property Type Container
id string
username string
status string
startedAt dateTime
finishedAt dateTime
itemCount integer

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "apify": "https://apify.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Actor": "apify:Actor",
    "Run": "apify:Run",
    "Dataset": "apify:Dataset",
    "KeyValueStore": "apify:KeyValueStore",
    "id": {
      "@id": "dcterms:identifier",
      "@type": "xsd:string"
    },
    "name": "schema:name",
    "description": "schema:description",
    "username": {
      "@id": "apify:username",
      "@type": "xsd:string"
    },
    "title": "schema:name",
    "status": {
      "@id": "apify:status",
      "@type": "xsd:string"
    },
    "startedAt": {
      "@id": "schema:startDate",
      "@type": "xsd:dateTime"
    },
    "finishedAt": {
      "@id": "schema:endDate",
      "@type": "xsd:dateTime"
    },
    "itemCount": {
      "@id": "apify:itemCount",
      "@type": "xsd:integer"
    }
  }
}