42Crunch · JSON-LD Context

42Crunch Scand Manager Context

JSON-LD context defining the semantic vocabulary for 42Crunch Scand Manager from 42Crunch.

5 Classes 8 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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

Classes

Jobs JobSpec JobStatus Error name

Properties

Property Type Container
jobs string set
token string
expirationTime integer
platformService string
scandImage string
env reference
status string
error string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "42c": "https://42crunch.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Jobs": "42c:Jobs",
    "JobSpec": "42c:JobSpec",
    "JobStatus": "42c:JobStatus",
    "Error": "42c:Error",
    "jobs": {
      "@id": "42c:jobs",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "token": {
      "@id": "42c:token",
      "@type": "xsd:string"
    },
    "name": "schema:name",
    "expirationTime": {
      "@id": "42c:expirationTime",
      "@type": "xsd:integer"
    },
    "platformService": {
      "@id": "42c:platformService",
      "@type": "xsd:string"
    },
    "scandImage": {
      "@id": "42c:scandImage",
      "@type": "xsd:string"
    },
    "env": {
      "@id": "42c:env",
      "@type": "@id"
    },
    "status": {
      "@id": "42c:status",
      "@type": "xsd:string"
    },
    "error": {
      "@id": "42c:error",
      "@type": "xsd:string"
    }
  }
}