StackHawk · JSON-LD Context

Stackhawk Context

JSON-LD context defining the semantic vocabulary for Stackhawk from StackHawk.

9 Classes 4 Properties 1 Namespaces
View Context View on GitHub

Namespaces

stackhawk: https://api.stackhawk.com/schema/

Classes

scanId findingId appId envId orgId severity name description status

Properties

Property Type Container
Scan reference
Finding reference
Application reference
ScanPolicy reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "stackhawk": "https://api.stackhawk.com/schema/",
    "scanId": "stackhawk:scanIdentifier",
    "findingId": "stackhawk:findingIdentifier",
    "appId": "stackhawk:applicationIdentifier",
    "envId": "stackhawk:environmentIdentifier",
    "orgId": "stackhawk:organizationIdentifier",
    "severity": "stackhawk:severity",
    "Scan": {
      "@id": "stackhawk:Scan",
      "@type": "@id"
    },
    "Finding": {
      "@id": "stackhawk:SecurityFinding",
      "@type": "@id"
    },
    "Application": {
      "@id": "schema:SoftwareApplication",
      "@type": "@id"
    },
    "ScanPolicy": {
      "@id": "stackhawk:SecurityPolicy",
      "@type": "@id"
    },
    "name": "schema:name",
    "description": "schema:description",
    "status": "stackhawk:status"
  }
}