HubSpot · JSON-LD Context
Hubspot Cms Hubdb Context
JSON-LD context defining the semantic vocabulary for Hubspot Cms Hubdb from HubSpot.
0 Classes
9 Properties
2 Namespaces
Namespaces
xsd:
http://www.w3.org/2001/XMLSchema#
schema:
https://schema.org/
Properties
| Property | Type | Container |
|---|---|---|
| HubDBTable | ||
| HubDBColumn | ||
| HubDBTableCreateRequest | ||
| HubDBRow | ||
| HubDBRowCreateRequest | ||
| CollectionResponseHubDBTable | ||
| CollectionResponseHubDBRow | ||
| Paging | ||
| Error |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"xsd": "http://www.w3.org/2001/XMLSchema#",
"schema": "https://schema.org/",
"HubDBTable": {
"@id": "ns:HubDBTable",
"@context": {
"id": {
"@id": "ns:id",
"@type": "xsd:string"
},
"name": {
"@id": "ns:name",
"@type": "xsd:string"
},
"label": {
"@id": "ns:label",
"@type": "xsd:string"
},
"columns": "ns:columns",
"published": {
"@id": "ns:published",
"@type": "xsd:boolean"
},
"rowCount": {
"@id": "ns:rowCount",
"@type": "xsd:integer"
},
"createdAt": {
"@id": "ns:createdAt",
"@type": "xsd:string"
},
"updatedAt": {
"@id": "ns:updatedAt",
"@type": "xsd:string"
},
"publishedAt": {
"@id": "ns:publishedAt",
"@type": "xsd:string"
}
}
},
"HubDBColumn": {
"@id": "ns:HubDBColumn",
"@context": {
"id": {
"@id": "ns:id",
"@type": "xsd:string"
},
"name": {
"@id": "ns:name",
"@type": "xsd:string"
},
"label": {
"@id": "ns:label",
"@type": "xsd:string"
},
"type": {
"@id": "ns:type",
"@type": "xsd:string"
},
"options": "ns:options"
}
},
"HubDBTableCreateRequest": {
"@id": "ns:HubDBTableCreateRequest",
"@context": {
"name": {
"@id": "ns:name",
"@type": "xsd:string"
},
"label": {
"@id": "ns:label",
"@type": "xsd:string"
},
"columns": "ns:columns"
}
},
"HubDBRow": {
"@id": "ns:HubDBRow",
"@context": {
"id": {
"@id": "ns:id",
"@type": "xsd:string"
},
"values": "ns:values",
"createdAt": {
"@id": "ns:createdAt",
"@type": "xsd:string"
},
"updatedAt": {
"@id": "ns:updatedAt",
"@type": "xsd:string"
}
}
},
"HubDBRowCreateRequest": {
"@id": "ns:HubDBRowCreateRequest",
"@context": {
"values": "ns:values"
}
},
"CollectionResponseHubDBTable": {
"@id": "ns:CollectionResponseHubDBTable",
"@context": {
"results": "ns:results",
"paging": {
"@id": "ns:paging",
"@type": "xsd:string"
}
}
},
"CollectionResponseHubDBRow": {
"@id": "ns:CollectionResponseHubDBRow",
"@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"
}
}
}
}
}