Google AppSheet · JSON-LD Context

context Context

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

11 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

appsheet: https://api.appsheet.com/api/v2/

Classes

SoftwareApplication name description Action actionStatus target result object DataFeed dataFeedElement Dataset

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "appsheet": "https://api.appsheet.com/api/v2/",
    "SoftwareApplication": "schema:SoftwareApplication",
    "name": "schema:name",
    "description": "schema:description",
    "Action": "schema:Action",
    "actionStatus": "schema:actionStatus",
    "target": "schema:target",
    "result": "schema:result",
    "object": "schema:object",
    "DataFeed": "schema:DataFeed",
    "dataFeedElement": "schema:dataFeedElement",
    "Dataset": "schema:Dataset"
  }
}