Stacker · JSON-LD Context

Stacker Context

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

10 Classes 3 Properties 1 Namespaces
View Context View on GitHub

Namespaces

stacker: https://api.go.stackerhq.com/schema/

Classes

sid object_sid record_sid stack_id account_id field_api_name name description created modified

Properties

Property Type Container
StackObject reference
Record reference
Account reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "stacker": "https://api.go.stackerhq.com/schema/",
    "sid": "stacker:systemIdentifier",
    "object_sid": "stacker:objectIdentifier",
    "record_sid": "stacker:recordIdentifier",
    "stack_id": "stacker:stackIdentifier",
    "account_id": "stacker:accountIdentifier",
    "field_api_name": "stacker:fieldApiName",
    "StackObject": {
      "@id": "stacker:Object",
      "@type": "@id"
    },
    "Record": {
      "@id": "stacker:Record",
      "@type": "@id"
    },
    "Account": {
      "@id": "schema:Organization",
      "@type": "@id"
    },
    "name": "schema:name",
    "description": "schema:description",
    "created": "schema:dateCreated",
    "modified": "schema:dateModified"
  }
}