ServiceNow · JSON-LD Context

Servicenow Aggregate Context

JSON-LD context defining the semantic vocabulary for Servicenow Aggregate from ServiceNow.

0 Classes 2 Properties 2 Namespaces
View Context View on GitHub

Namespaces

xsd: http://www.w3.org/2001/XMLSchema#
schema: https://schema.org/

Properties

Property Type Container
AggregateResult
Error

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/",
    "AggregateResult": {
      "@id": "ns:AggregateResult",
      "@context": {
        "stats": "ns:stats",
        "group_by": "ns:group_by"
      }
    },
    "Error": {
      "@id": "ns:Error",
      "@context": {
        "error": "ns:error"
      }
    }
  }
}