{ "@context": { "@version": 1.1, "hubspot": "https://developers.hubspot.com/schema/", "schema": "https://schema.org/", "dcterms": "http://purl.org/dc/terms/", "xsd": "http://www.w3.org/2001/XMLSchema#", "HubDBTable": "hubspot:HubDBTable", "id": { "@id": "hubspot:id", "@type": "xsd:string" }, "name": { "@id": "schema:name" }, "label": { "@id": "hubspot:label", "@type": "xsd:string" }, "columns": { "@id": "hubspot:columns", "@container": "@set", "@type": "@id" }, "published": { "@id": "hubspot:published", "@type": "xsd:boolean" }, "rowCount": { "@id": "hubspot:rowCount", "@type": "xsd:integer" }, "createdAt": { "@id": "hubspot:createdAt", "@type": "xsd:dateTime" }, "updatedAt": { "@id": "hubspot:updatedAt", "@type": "xsd:dateTime" }, "publishedAt": { "@id": "hubspot:publishedAt", "@type": "xsd:dateTime" }, "HubDBColumn": "hubspot:HubDBColumn", "type": { "@id": "hubspot:type", "@type": "xsd:string" }, "options": { "@id": "hubspot:options", "@container": "@set", "@type": "@id" }, "HubDBTableCreateRequest": "hubspot:HubDBTableCreateRequest", "HubDBRow": "hubspot:HubDBRow", "values": { "@id": "hubspot:values", "@type": "@id" }, "HubDBRowCreateRequest": "hubspot:HubDBRowCreateRequest", "CollectionResponseHubDBTable": "hubspot:CollectionResponseHubDBTable", "results": { "@id": "hubspot:results", "@container": "@set", "@type": "@id" }, "paging": { "@id": "hubspot:paging", "@type": "@id" }, "CollectionResponseHubDBRow": "hubspot:CollectionResponseHubDBRow", "Paging": "hubspot:Paging", "next": { "@id": "hubspot:next", "@type": "@id" } } }