AT&T · JSON-LD Context

Att Mobility Threat Anomaly Detection Api Context

JSON-LD context defining the semantic vocabulary for Att Mobility Threat Anomaly Detection Api from AT&T.

7 Classes 14 Properties 4 Namespaces
View Context View on GitHub

Namespaces

att: https://att.dev/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Device ThreatAssessmentRequest ThreatIndicator ThreatAssessment ThreatSubscriptionRequest ThreatSubscription description

Properties

Property Type Container
phoneNumber string
device reference
type string
severity string
detectedAt dateTime
riskLevel string
anomalyScore string
threats reference set
assessedAt dateTime
notificationUrl reference
minRiskLevel string
notificationAuthToken string
subscriptionId string
status string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "att": "https://att.dev/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Device": "att:Device",
    "ThreatAssessmentRequest": "att:ThreatAssessmentRequest",
    "ThreatIndicator": "att:ThreatIndicator",
    "ThreatAssessment": "att:ThreatAssessment",
    "ThreatSubscriptionRequest": "att:ThreatSubscriptionRequest",
    "ThreatSubscription": "att:ThreatSubscription",
    "phoneNumber": {
      "@id": "att:phoneNumber",
      "@type": "xsd:string"
    },
    "device": {
      "@id": "att:device",
      "@type": "@id"
    },
    "type": {
      "@id": "att:type",
      "@type": "xsd:string"
    },
    "severity": {
      "@id": "att:severity",
      "@type": "xsd:string"
    },
    "description": "schema:description",
    "detectedAt": {
      "@id": "att:detectedAt",
      "@type": "xsd:dateTime"
    },
    "riskLevel": {
      "@id": "att:riskLevel",
      "@type": "xsd:string"
    },
    "anomalyScore": {
      "@id": "att:anomalyScore",
      "@type": "xsd:string"
    },
    "threats": {
      "@id": "att:threats",
      "@container": "@set",
      "@type": "@id"
    },
    "assessedAt": {
      "@id": "att:assessedAt",
      "@type": "xsd:dateTime"
    },
    "notificationUrl": {
      "@id": "att:notificationUrl",
      "@type": "@id"
    },
    "minRiskLevel": {
      "@id": "att:minRiskLevel",
      "@type": "xsd:string"
    },
    "notificationAuthToken": {
      "@id": "att:notificationAuthToken",
      "@type": "xsd:string"
    },
    "subscriptionId": {
      "@id": "att:subscriptionId",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "att:status",
      "@type": "xsd:string"
    }
  }
}