hubspot:
https://developers.hubspot.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
{
"@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#",
"AssetFileMetadata": "hubspot:AssetFileMetadata",
"id": {
"@id": "hubspot:id",
"@type": "xsd:string"
},
"name": {
"@id": "schema:name"
},
"folder": {
"@id": "hubspot:folder",
"@type": "xsd:boolean"
},
"children": {
"@id": "hubspot:children",
"@container": "@set",
"@type": "xsd:string"
},
"hash": {
"@id": "hubspot:hash",
"@type": "xsd:string"
},
"createdAt": {
"@id": "hubspot:createdAt",
"@type": "xsd:string"
},
"updatedAt": {
"@id": "hubspot:updatedAt",
"@type": "xsd:string"
},
"archivedAt": {
"@id": "hubspot:archivedAt",
"@type": "xsd:string"
},
"FileUploadRequest": "hubspot:FileUploadRequest",
"file": {
"@id": "hubspot:file",
"@type": "xsd:string"
},
"FileExtractRequest": "hubspot:FileExtractRequest",
"path": {
"@id": "hubspot:path",
"@type": "xsd:string"
},
"TaskLocator": "hubspot:TaskLocator",
"links": {
"@id": "hubspot:links",
"@type": "@id"
},
"ActionResponse": "hubspot:ActionResponse",
"status": {
"@id": "hubspot:status",
"@type": "xsd:string"
},
"requestedAt": {
"@id": "hubspot:requestedAt",
"@type": "xsd:dateTime"
},
"startedAt": {
"@id": "hubspot:startedAt",
"@type": "xsd:dateTime"
},
"completedAt": {
"@id": "hubspot:completedAt",
"@type": "xsd:dateTime"
},
"ValidationResult": "hubspot:ValidationResult",
"valid": {
"@id": "hubspot:valid",
"@type": "xsd:boolean"
},
"errors": {
"@id": "hubspot:errors",
"@container": "@set",
"@type": "@id"
},
"warnings": {
"@id": "hubspot:warnings",
"@container": "@set",
"@type": "@id"
},
"ValidationError": "hubspot:ValidationError",
"message": {
"@id": "hubspot:message",
"@type": "xsd:string"
},
"line": {
"@id": "hubspot:line",
"@type": "xsd:integer"
},
"column": {
"@id": "hubspot:column",
"@type": "xsd:integer"
},
"category": {
"@id": "hubspot:category",
"@type": "xsd:string"
},
"ValidationWarning": "hubspot:ValidationWarning",
"suggestion": {
"@id": "hubspot:suggestion",
"@type": "xsd:string"
}
}
}