nOps · JSON-LD Context

Nops Context

JSON-LD context defining the semantic vocabulary for Nops from nOps.

0 Classes 4 Properties 1 Namespaces
View Context View on GitHub

Namespaces

nops: https://app.nops.io/

Properties

Property Type Container
MapMigrationProject
MapMigrationProduct
MapMigrationResource
Scheduler

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "nops": "https://app.nops.io/",
    "MapMigrationProject": {
      "@id": "nops:map-migration-project",
      "@context": {
        "id": "https://schema.org/identifier",
        "name": "https://schema.org/name",
        "status": "https://schema.org/status",
        "created_at": "https://schema.org/dateCreated",
        "updated_at": "https://schema.org/dateModified"
      }
    },
    "MapMigrationProduct": {
      "@id": "nops:map-migration-product",
      "@context": {
        "id": "https://schema.org/identifier",
        "name": "https://schema.org/name",
        "project_id": {
          "@id": "nops:map-migration-project",
          "@type": "@id"
        }
      }
    },
    "MapMigrationResource": {
      "@id": "nops:map-migration-resource",
      "@context": {
        "id": "https://schema.org/identifier",
        "resource_type": "https://schema.org/category",
        "resource_id": "https://schema.org/identifier",
        "project_id": {
          "@id": "nops:map-migration-project",
          "@type": "@id"
        }
      }
    },
    "Scheduler": {
      "@id": "nops:scheduler",
      "@context": {
        "id": "https://schema.org/identifier",
        "name": "https://schema.org/name",
        "enabled": "https://schema.org/actionStatus",
        "project_id": "https://schema.org/identifier",
        "schedule": "https://schema.org/Schedule",
        "resources": "https://schema.org/hasPart",
        "created_at": "https://schema.org/dateCreated"
      }
    }
  }
}