SaaS Alerts · JSON-LD Context

Saas Alerts Context

JSON-LD context defining the semantic vocabulary for Saas Alerts from SaaS Alerts.

4 Classes 12 Properties 5 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
dcterms: http://purl.org/dc/terms/
sec: https://w3id.org/security#
saasalerts: https://api.saasalerts.com/terms/

Classes

eventId alertStatus customerName details

Properties

Property Type Container
SecurityEvent reference
SecurityAlert reference
eventType string
timestamp dateTime
application string
customerId string
userId string
sourceIp string
resolved boolean
createdAt dateTime
resolvedAt dateTime
relatedEvents reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dcterms": "http://purl.org/dc/terms/",
    "sec": "https://w3id.org/security#",
    "saasalerts": "https://api.saasalerts.com/terms/",

    "SecurityEvent": {
      "@id": "schema:Event",
      "@type": "@id"
    },
    "SecurityAlert": {
      "@id": "schema:Action",
      "@type": "@id"
    },
    "eventId": "dcterms:identifier",
    "eventType": {
      "@id": "schema:eventType",
      "@type": "xsd:string"
    },
    "alertStatus": "schema:status",
    "timestamp": {
      "@id": "schema:startDate",
      "@type": "xsd:dateTime"
    },
    "application": {
      "@id": "schema:SoftwareApplication",
      "@type": "xsd:string"
    },
    "customerId": {
      "@id": "schema:identifier",
      "@type": "xsd:string"
    },
    "customerName": "schema:name",
    "userId": {
      "@id": "schema:email",
      "@type": "xsd:string"
    },
    "sourceIp": {
      "@id": "schema:ipAddress",
      "@type": "xsd:string"
    },
    "resolved": {
      "@id": "schema:actionStatus",
      "@type": "xsd:boolean"
    },
    "createdAt": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "resolvedAt": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "details": "schema:additionalProperty",
    "relatedEvents": {
      "@id": "schema:relatedLink",
      "@type": "@id"
    }
  }
}