HubSpot · JSON-LD Context

Hubspot Source Code Context

JSON-LD context defining the semantic vocabulary for Hubspot Source Code from HubSpot.

0 Classes 10 Properties 2 Namespaces
View Context View on GitHub

Namespaces

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

Properties

Property Type Container
AssetFileMetadata
FileUploadRequest
FileExtractRequest
TaskLocator
ActionResponse
ValidationResult
ValidationError
ValidationWarning
Error
ErrorDetail

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/",
    "AssetFileMetadata": {
      "@id": "ns:AssetFileMetadata",
      "@context": {
        "id": {
          "@id": "ns:id",
          "@type": "xsd:string"
        },
        "name": {
          "@id": "ns:name",
          "@type": "xsd:string"
        },
        "folder": {
          "@id": "ns:folder",
          "@type": "xsd:boolean"
        },
        "children": "ns:children",
        "hash": {
          "@id": "ns:hash",
          "@type": "xsd:string"
        },
        "createdAt": {
          "@id": "ns:createdAt",
          "@type": "xsd:integer"
        },
        "updatedAt": {
          "@id": "ns:updatedAt",
          "@type": "xsd:integer"
        },
        "archivedAt": {
          "@id": "ns:archivedAt",
          "@type": "xsd:integer"
        }
      }
    },
    "FileUploadRequest": {
      "@id": "ns:FileUploadRequest",
      "@context": {
        "file": {
          "@id": "ns:file",
          "@type": "xsd:string"
        }
      }
    },
    "FileExtractRequest": {
      "@id": "ns:FileExtractRequest",
      "@context": {
        "path": {
          "@id": "ns:path",
          "@type": "xsd:string"
        }
      }
    },
    "TaskLocator": {
      "@id": "ns:TaskLocator",
      "@context": {
        "id": {
          "@id": "ns:id",
          "@type": "xsd:string"
        },
        "links": "ns:links"
      }
    },
    "ActionResponse": {
      "@id": "ns:ActionResponse",
      "@context": {
        "status": {
          "@id": "ns:status",
          "@type": "xsd:string"
        },
        "requestedAt": {
          "@id": "ns:requestedAt",
          "@type": "xsd:string"
        },
        "startedAt": {
          "@id": "ns:startedAt",
          "@type": "xsd:string"
        },
        "completedAt": {
          "@id": "ns:completedAt",
          "@type": "xsd:string"
        },
        "links": "ns:links"
      }
    },
    "ValidationResult": {
      "@id": "ns:ValidationResult",
      "@context": {
        "valid": {
          "@id": "ns:valid",
          "@type": "xsd:boolean"
        },
        "errors": "ns:errors",
        "warnings": "ns:warnings"
      }
    },
    "ValidationError": {
      "@id": "ns:ValidationError",
      "@context": {
        "message": {
          "@id": "ns:message",
          "@type": "xsd:string"
        },
        "line": {
          "@id": "ns:line",
          "@type": "xsd:integer"
        },
        "column": {
          "@id": "ns:column",
          "@type": "xsd:integer"
        },
        "category": {
          "@id": "ns:category",
          "@type": "xsd:string"
        }
      }
    },
    "ValidationWarning": {
      "@id": "ns:ValidationWarning",
      "@context": {
        "message": {
          "@id": "ns:message",
          "@type": "xsd:string"
        },
        "line": {
          "@id": "ns:line",
          "@type": "xsd:integer"
        },
        "suggestion": {
          "@id": "ns:suggestion",
          "@type": "xsd:string"
        }
      }
    },
    "Error": {
      "@id": "ns:Error",
      "@context": {
        "category": {
          "@id": "ns:category",
          "@type": "xsd:string"
        },
        "correlationId": {
          "@id": "ns:correlationId",
          "@type": "xsd:string"
        },
        "message": {
          "@id": "ns:message",
          "@type": "xsd:string"
        },
        "subCategory": {
          "@id": "ns:subCategory",
          "@type": "xsd:string"
        },
        "context": "ns:context",
        "links": "ns:links",
        "errors": "ns:errors"
      }
    },
    "ErrorDetail": {
      "@id": "ns:ErrorDetail",
      "@context": {
        "message": {
          "@id": "ns:message",
          "@type": "xsd:string"
        },
        "code": {
          "@id": "ns:code",
          "@type": "xsd:string"
        },
        "subCategory": {
          "@id": "ns:subCategory",
          "@type": "xsd:string"
        },
        "in": {
          "@id": "ns:in",
          "@type": "xsd:string"
        },
        "context": "ns:context"
      }
    }
  }
}