Google Cloud Pub/Sub · JSON-LD Context

Google Cloud Pubsub Context

JSON-LD context defining the semantic vocabulary for Google Cloud Pubsub from Google Cloud Pub/Sub.

15 Classes 1 Properties 1 Namespaces
View Context View on GitHub

Namespaces

gcloud: https://cloud.google.com/pubsub/docs/reference/rest/v1/projects.topics#

Classes

Topic Subscription PubsubMessage name labels data messageId publishTime orderingKey topic pushEndpoint ackDeadlineSeconds filter messageRetentionDuration kmsKeyName

Properties

Property Type Container
schemaSettings

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "gcloud": "https://cloud.google.com/pubsub/docs/reference/rest/v1/projects.topics#",
    "Topic": "gcloud:Topic",
    "Subscription": "gcloud:Subscription",
    "PubsubMessage": "gcloud:PubsubMessage",
    "name": "schema:name",
    "labels": "schema:keywords",
    "data": "schema:text",
    "messageId": "schema:identifier",
    "publishTime": "schema:datePublished",
    "orderingKey": "schema:position",
    "topic": "schema:isPartOf",
    "pushEndpoint": "schema:url",
    "ackDeadlineSeconds": "schema:duration",
    "filter": "schema:query",
    "messageRetentionDuration": "schema:duration",
    "kmsKeyName": "schema:identifier",
    "schemaSettings": {
      "@id": "schema:DataFeed",
      "@context": {
        "schema": "schema:name",
        "encoding": "schema:encodingFormat"
      }
    }
  }
}