Sophos · JSON-LD Context

Sophos Context

JSON-LD context defining the semantic vocabulary for Sophos from Sophos.

4 Classes 11 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
sophos: https://developer.sophos.com/vocab/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Alert Event SecurityEvent id

Properties

Property Type Container
when dateTime
severity string
category string
description string
customer_id string
tenant_id string
location string
source string
threat string
endpoint_id string
endpoint_type string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "sophos": "https://developer.sophos.com/vocab/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Alert": "sophos:Alert",
    "Event": "sophos:Event",
    "SecurityEvent": "schema:Action",

    "id": "@id",
    "when": {
      "@id": "schema:startTime",
      "@type": "xsd:dateTime"
    },
    "severity": {
      "@id": "sophos:severity",
      "@type": "xsd:string"
    },
    "category": {
      "@id": "schema:category",
      "@type": "xsd:string"
    },
    "description": {
      "@id": "schema:description",
      "@type": "xsd:string"
    },
    "customer_id": {
      "@id": "sophos:customerId",
      "@type": "xsd:string"
    },
    "tenant_id": {
      "@id": "sophos:tenantId",
      "@type": "xsd:string"
    },
    "location": {
      "@id": "schema:location",
      "@type": "xsd:string"
    },
    "source": {
      "@id": "schema:source",
      "@type": "xsd:string"
    },
    "threat": {
      "@id": "sophos:threat",
      "@type": "xsd:string"
    },
    "endpoint_id": {
      "@id": "sophos:endpointId",
      "@type": "xsd:string"
    },
    "endpoint_type": {
      "@id": "sophos:endpointType",
      "@type": "xsd:string"
    }
  }
}