Google Safe Browsing · JSON-LD Context

context Context

JSON-LD context defining the semantic vocabulary for context from Google Safe Browsing.

9 Classes 1 Properties 1 Namespaces
View Context View on GitHub

Namespaces

sb: https://safebrowsing.googleapis.com/v4/

Classes

WebPage url name description potentialAction ActionStatusType threatType platformType threatEntryType

Properties

Property Type Container
SecurityThreat reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "sb": "https://safebrowsing.googleapis.com/v4/",
    "WebPage": "schema:WebPage",
    "url": "schema:url",
    "name": "schema:name",
    "description": "schema:description",
    "potentialAction": "schema:potentialAction",
    "ActionStatusType": "schema:ActionStatusType",
    "SecurityThreat": {
      "@id": "sb:ThreatMatch",
      "@type": "@id"
    },
    "threatType": "sb:threatType",
    "platformType": "sb:platformType",
    "threatEntryType": "sb:threatEntryType"
  }
}