Symantec · JSON-LD Context

Symantec Context

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

15 Classes 1 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
symantec: https://www.broadcom.com/vocab/symantec#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Computer Group Administrator Policy id uniqueId computerName operatingSystem ipAddresses agentVersion infected onlineStatus groupName numOfPhysicalComputers fullPathName

Properties

Property Type Container
lastScanTime integer

JSON-LD Document

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

    "Computer": "symantec:ManagedEndpoint",
    "Group": "symantec:ComputerGroup",
    "Administrator": "symantec:SEPMAdministrator",
    "Policy": "symantec:SecurityPolicy",

    "id": "@id",
    "uniqueId": "symantec:uniqueId",
    "computerName": "schema:name",
    "operatingSystem": "schema:operatingSystem",
    "ipAddresses": "schema:ipAddress",
    "agentVersion": "schema:softwareVersion",
    "infected": "symantec:isInfected",
    "onlineStatus": "symantec:onlineStatus",
    "lastScanTime": {
      "@id": "symantec:lastScanTime",
      "@type": "xsd:integer"
    },
    "groupName": "symantec:groupName",
    "numOfPhysicalComputers": "symantec:computerCount",
    "fullPathName": "symantec:fullPath"
  }
}