HubSpot · JSON-LD Context

Hubspot Commerce Subscriptions Context

JSON-LD context defining the semantic vocabulary for Hubspot Commerce Subscriptions from HubSpot.

0 Classes 14 Properties 2 Namespaces
View Context View on GitHub

Namespaces

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

Properties

Property Type Container
Subscription
CollectionResponseSubscription
BatchResponseSubscription
SimplePublicObjectInput
BatchReadInput
BatchCreateInput
BatchUpdateInput
SearchRequest
FilterGroup
Filter
Association
CollectionResponseAssociation
Paging
Error

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/",
    "Subscription": {
      "@id": "ns:Subscription",
      "@context": {
        "id": {
          "@id": "ns:id",
          "@type": "xsd:string"
        },
        "properties": "ns:properties",
        "createdAt": {
          "@id": "ns:createdAt",
          "@type": "xsd:string"
        },
        "updatedAt": {
          "@id": "ns:updatedAt",
          "@type": "xsd:string"
        },
        "archived": {
          "@id": "ns:archived",
          "@type": "xsd:boolean"
        },
        "associations": "ns:associations"
      }
    },
    "CollectionResponseSubscription": {
      "@id": "ns:CollectionResponseSubscription",
      "@context": {
        "results": "ns:results",
        "paging": {
          "@id": "ns:paging",
          "@type": "xsd:string"
        }
      }
    },
    "BatchResponseSubscription": {
      "@id": "ns:BatchResponseSubscription",
      "@context": {
        "status": {
          "@id": "ns:status",
          "@type": "xsd:string"
        },
        "results": "ns:results",
        "completedAt": {
          "@id": "ns:completedAt",
          "@type": "xsd:string"
        }
      }
    },
    "SimplePublicObjectInput": {
      "@id": "ns:SimplePublicObjectInput",
      "@context": {
        "properties": "ns:properties"
      }
    },
    "BatchReadInput": {
      "@id": "ns:BatchReadInput",
      "@context": {
        "properties": "ns:properties",
        "inputs": "ns:inputs"
      }
    },
    "BatchCreateInput": {
      "@id": "ns:BatchCreateInput",
      "@context": {
        "inputs": "ns:inputs"
      }
    },
    "BatchUpdateInput": {
      "@id": "ns:BatchUpdateInput",
      "@context": {
        "inputs": "ns:inputs"
      }
    },
    "SearchRequest": {
      "@id": "ns:SearchRequest",
      "@context": {
        "filterGroups": "ns:filterGroups",
        "sorts": "ns:sorts",
        "query": {
          "@id": "ns:query",
          "@type": "xsd:string"
        },
        "properties": "ns:properties",
        "limit": {
          "@id": "ns:limit",
          "@type": "xsd:integer"
        },
        "after": {
          "@id": "ns:after",
          "@type": "xsd:string"
        }
      }
    },
    "FilterGroup": {
      "@id": "ns:FilterGroup",
      "@context": {
        "filters": "ns:filters"
      }
    },
    "Filter": {
      "@id": "ns:Filter",
      "@context": {
        "propertyName": {
          "@id": "ns:propertyName",
          "@type": "xsd:string"
        },
        "operator": {
          "@id": "ns:operator",
          "@type": "xsd:string"
        },
        "value": {
          "@id": "ns:value",
          "@type": "xsd:string"
        }
      }
    },
    "Association": {
      "@id": "ns:Association",
      "@context": {
        "id": {
          "@id": "ns:id",
          "@type": "xsd:string"
        },
        "type": {
          "@id": "ns:type",
          "@type": "xsd:string"
        }
      }
    },
    "CollectionResponseAssociation": {
      "@id": "ns:CollectionResponseAssociation",
      "@context": {
        "results": "ns:results",
        "paging": {
          "@id": "ns:paging",
          "@type": "xsd:string"
        }
      }
    },
    "Paging": {
      "@id": "ns:Paging",
      "@context": {
        "next": "ns:next"
      }
    },
    "Error": {
      "@id": "ns:Error",
      "@context": {
        "status": {
          "@id": "ns:status",
          "@type": "xsd:string"
        },
        "message": {
          "@id": "ns:message",
          "@type": "xsd:string"
        },
        "correlationId": {
          "@id": "ns:correlationId",
          "@type": "xsd:string"
        },
        "category": {
          "@id": "ns:category",
          "@type": "xsd:string"
        }
      }
    }
  }
}