Google Cloud Transfer Service · JSON-LD Context

Google Cloud Transfer Service Context

JSON-LD context defining the semantic vocabulary for Google Cloud Transfer Service from Google Cloud Transfer Service.

0 Classes 5 Properties 4 Namespaces
View Context View on GitHub

Namespaces

sts: https://cloud.google.com/storage-transfer/ns/
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
dcterms: http://purl.org/dc/terms/

Properties

Property Type Container
TransferJob
TransferOperation
AgentPool
GcsData
AwsS3Data

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "sts": "https://cloud.google.com/storage-transfer/ns/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dcterms": "http://purl.org/dc/terms/",

    "TransferJob": {
      "@id": "sts:TransferJob",
      "@context": {
        "name": "schema:name",
        "description": "schema:description",
        "projectId": "sts:projectId",
        "status": "sts:status",
        "transferSpec": "sts:transferSpec",
        "schedule": "sts:schedule",
        "creationTime": {
          "@id": "dcterms:created",
          "@type": "xsd:dateTime"
        },
        "lastModificationTime": {
          "@id": "dcterms:modified",
          "@type": "xsd:dateTime"
        }
      }
    },

    "TransferOperation": {
      "@id": "sts:TransferOperation",
      "@context": {
        "name": "schema:name",
        "projectId": "sts:projectId",
        "status": "sts:operationStatus",
        "startTime": {
          "@id": "sts:startTime",
          "@type": "xsd:dateTime"
        },
        "endTime": {
          "@id": "sts:endTime",
          "@type": "xsd:dateTime"
        },
        "counters": "sts:transferCounters"
      }
    },

    "AgentPool": {
      "@id": "sts:AgentPool",
      "@context": {
        "name": "schema:name",
        "displayName": "schema:alternateName",
        "state": "sts:agentPoolState",
        "bandwidthLimit": "sts:bandwidthLimit"
      }
    },

    "GcsData": {
      "@id": "sts:GcsData",
      "@context": {
        "bucketName": "sts:bucketName",
        "path": "sts:path"
      }
    },

    "AwsS3Data": {
      "@id": "sts:AwsS3Data",
      "@context": {
        "bucketName": "sts:bucketName",
        "path": "sts:path",
        "roleArn": "sts:roleArn"
      }
    }
  }
}