Valence Security · JSON Structure

Valence Security Alert Structure

Structure of a Valence Security platform alert

Type: Properties: 0
SaaS SecuritySSPMAI SecurityIdentity SecurityITDRPosture ManagementRisk Remediation

Valence Security Alert is a JSON Structure definition published by Valence Security.

Meta-schema:

JSON Structure

valence-security-alert-structure.json Raw ↑
{
  "name": "Valence Security Alert",
  "description": "Structure of a Valence Security platform alert",
  "fields": [
    { "name": "id", "type": "string", "required": true, "description": "Unique alert ID" },
    { "name": "type", "type": "enum[misconfiguration,identity_threat,data_exposure,suspicious_activity,ai_risk]", "required": true, "description": "Alert type" },
    { "name": "severity", "type": "enum[critical,high,medium,low,info]", "required": true, "description": "Severity level" },
    { "name": "status", "type": "enum[open,in_progress,resolved,suppressed]", "required": false, "description": "Current status" },
    { "name": "title", "type": "string", "required": true, "description": "Alert title" },
    { "name": "description", "type": "string", "required": false, "description": "Detailed description" },
    { "name": "application", "type": "object", "required": true, "description": "Affected SaaS application" },
    { "name": "affected_resource", "type": "object", "required": false, "description": "Affected resource" },
    { "name": "risk_score", "type": "number", "required": false, "description": "0-100 risk score" },
    { "name": "compliance_frameworks", "type": "array", "required": false, "description": "Relevant compliance frameworks" },
    { "name": "remediation", "type": "object", "required": false, "description": "Remediation recommendation" },
    { "name": "created_at", "type": "datetime", "required": false, "description": "Creation timestamp" }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/valence-security-alert-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.