Hubspot Cms Hubdb Api Context
JSON-LD context defining the semantic vocabulary for Hubspot Cms Hubdb Api from HubSpot.
8 Classes
15 Properties
4 Namespaces
Namespaces
hubspot:
https://developers.hubspot.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
HubDBTable
HubDBColumn
HubDBTableCreateRequest
HubDBRow
HubDBRowCreateRequest
CollectionResponseHubDBTable
CollectionResponseHubDBRow
Paging
Properties
| Property |
Type |
Container |
| id |
string |
|
| name |
|
|
| label |
string |
|
| columns |
reference |
set |
| published |
boolean |
|
| rowCount |
integer |
|
| createdAt |
dateTime |
|
| updatedAt |
dateTime |
|
| publishedAt |
dateTime |
|
| type |
string |
|
| options |
reference |
set |
| values |
reference |
|
| results |
reference |
set |
| paging |
reference |
|
| next |
reference |
|
JSON-LD Document
{
"@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"
}
}
}