Google Cloud Firestore · JSON-LD Context

Google Cloud Firestore Context

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

18 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

firestore: https://cloud.google.com/firestore/docs/reference/rest/v1/
gcloud: https://cloud.google.com/apis/

Classes

Document Database Index Collection name description fields createTime updateTime locationId type concurrencyMode stringValue integerValue booleanValue geoPointValue timestampValue project

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "firestore": "https://cloud.google.com/firestore/docs/reference/rest/v1/",
    "gcloud": "https://cloud.google.com/apis/",
    "Document": "firestore:projects.databases.documents",
    "Database": "firestore:projects.databases",
    "Index": "firestore:projects.databases.collectionGroups.indexes",
    "Collection": "firestore:collection",
    "name": "schema:name",
    "description": "schema:description",
    "fields": "firestore:fields",
    "createTime": "schema:dateCreated",
    "updateTime": "schema:dateModified",
    "locationId": "schema:location",
    "type": "firestore:databaseType",
    "concurrencyMode": "firestore:concurrencyMode",
    "stringValue": "schema:Text",
    "integerValue": "schema:Integer",
    "booleanValue": "schema:Boolean",
    "geoPointValue": "schema:GeoCoordinates",
    "timestampValue": "schema:DateTime",
    "project": "gcloud:project"
  }
}