Valence Security · JSON-LD Context

Valence Security Context

JSON-LD context defining the semantic vocabulary for Valence Security from Valence Security.

16 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
security: https://www.w3.org/ns/ssn/

Classes

Alert Integration id type severity status title description application risk_score compliance_frameworks remediation created_at updated_at permissions last_scanned

JSON-LD Document

valence-security-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://valencesecurity.com/vocab#",
    "schema": "https://schema.org/",
    "security": "https://www.w3.org/ns/ssn/",
    "Alert": "schema:Alert",
    "Integration": "schema:SoftwareApplication",
    "id": "@id",
    "type": "@type",
    "severity": "schema:additionalProperty",
    "status": "schema:status",
    "title": "schema:name",
    "description": "schema:description",
    "application": "schema:applicationCategory",
    "risk_score": "schema:ratingValue",
    "compliance_frameworks": "schema:additionalType",
    "remediation": "schema:actionOption",
    "created_at": "schema:dateCreated",
    "updated_at": "schema:dateModified",
    "permissions": "schema:permissions",
    "last_scanned": "schema:dateModified"
  }
}