SpotDraft · JSON-LD Context

Spotdraft Context

JSON-LD context defining the semantic vocabulary for Spotdraft from SpotDraft.

43 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
spotdraft: https://raw.githubusercontent.com/api-evangelist/spotdraft/main/vocabulary/spotdraft-vocabulary.yml#

Classes

id type Contract Template Counterparty Approval Workflow Clickwrap Webhook Recipient Obligation ContractType MetadataDefinition MetadataValue Note Activity User Role Organization Workspace name description status version createdAt updatedAt signedAt effectiveDate expirationDate renewalDate owner url email phone address externalId compositeId contractId templateId counterpartyId workspaceId region tags

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "spotdraft": "https://raw.githubusercontent.com/api-evangelist/spotdraft/main/vocabulary/spotdraft-vocabulary.yml#",
    "id": "@id",
    "type": "@type",

    "Contract": "spotdraft:Contract",
    "Template": "spotdraft:Template",
    "Counterparty": "spotdraft:Counterparty",
    "Approval": "spotdraft:Approval",
    "Workflow": "spotdraft:Workflow",
    "Clickwrap": "spotdraft:Clickwrap",
    "Webhook": "spotdraft:Webhook",
    "Recipient": "spotdraft:Recipient",
    "Obligation": "spotdraft:Obligation",
    "ContractType": "spotdraft:ContractType",
    "MetadataDefinition": "spotdraft:MetadataDefinition",
    "MetadataValue": "spotdraft:MetadataValue",
    "Note": "spotdraft:Note",
    "Activity": "spotdraft:Activity",
    "User": "spotdraft:User",
    "Role": "spotdraft:Role",
    "Organization": "schema:Organization",
    "Workspace": "spotdraft:Workspace",

    "name": "schema:name",
    "description": "schema:description",
    "status": "spotdraft:status",
    "version": "schema:version",
    "createdAt": "schema:dateCreated",
    "updatedAt": "schema:dateModified",
    "signedAt": "spotdraft:signedAt",
    "effectiveDate": "spotdraft:effectiveDate",
    "expirationDate": "spotdraft:expirationDate",
    "renewalDate": "spotdraft:renewalDate",
    "owner": "schema:author",
    "url": "schema:url",
    "email": "schema:email",
    "phone": "schema:telephone",
    "address": "schema:address",
    "externalId": "spotdraft:externalId",
    "compositeId": "spotdraft:compositeId",
    "contractId": "spotdraft:contractId",
    "templateId": "spotdraft:templateId",
    "counterpartyId": "spotdraft:counterpartyId",
    "workspaceId": "spotdraft:workspaceId",
    "region": "spotdraft:region",
    "tags": "schema:keywords"
  }
}