Google Cloud App Engine · JSON-LD Context

Appengine Context

JSON-LD context defining the semantic vocabulary for Appengine from Google Cloud App Engine.

11 Classes 3 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
dcterms: http://purl.org/dc/terms/
gcp: https://cloud.google.com/schema#

Classes

Application Service Version Instance name description id locationId servingStatus runtime instanceClass

Properties

Property Type Container
createTime dateTime
defaultHostname string
memoryUsage string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://cloud.google.com/appengine/schema#",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dcterms": "http://purl.org/dc/terms/",
    "gcp": "https://cloud.google.com/schema#",
    "Application": "gcp:AppEngineApplication",
    "Service": "gcp:AppEngineService",
    "Version": "gcp:AppEngineVersion",
    "Instance": "gcp:AppEngineInstance",
    "name": "schema:name",
    "description": "schema:description",
    "id": "schema:identifier",
    "locationId": "gcp:locationId",
    "servingStatus": "gcp:servingStatus",
    "runtime": "gcp:runtime",
    "createTime": {
      "@id": "dcterms:created",
      "@type": "xsd:dateTime"
    },
    "defaultHostname": {
      "@id": "schema:url",
      "@type": "xsd:string"
    },
    "instanceClass": "gcp:instanceClass",
    "memoryUsage": {
      "@id": "gcp:memoryUsage",
      "@type": "xsd:string"
    }
  }
}