Theneo · JSON-LD Context

Theneo Context

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

0 Classes 3 Properties 1 Namespaces
View Context View on GitHub

Namespaces

theneo: https://www.theneo.io/docs/

Properties

Property Type Container
Project
Workspace
ProjectUser

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "theneo": "https://www.theneo.io/docs/",
    "Project": {
      "@id": "theneo:project",
      "@context": {
        "id": "https://schema.org/identifier",
        "name": "https://schema.org/name",
        "slug": "https://schema.org/alternateName",
        "workspaceId": {
          "@id": "theneo:workspace",
          "@type": "@id"
        },
        "description": "https://schema.org/description",
        "published": "https://schema.org/status",
        "createdAt": "https://schema.org/dateCreated",
        "updatedAt": "https://schema.org/dateModified"
      }
    },
    "Workspace": {
      "@id": "theneo:workspace",
      "@context": {
        "id": "https://schema.org/identifier",
        "name": "https://schema.org/name",
        "slug": "https://schema.org/alternateName"
      }
    },
    "ProjectUser": {
      "@id": "theneo:project-user",
      "@context": {
        "id": "https://schema.org/identifier",
        "email": "https://schema.org/email",
        "role": "https://schema.org/roleName",
        "name": "https://schema.org/name"
      }
    }
  }
}