Saasment Misconfiguration
A security misconfiguration detected by Saasment SSPM across monitored SaaS applications.
SaaS SecuritySSPMCloud SecurityCost OptimizationComplianceMisconfigurations
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/saasment/main/json-schema/saasment-misconfiguration-schema.json",
"title": "Saasment Misconfiguration",
"description": "A security misconfiguration detected by Saasment SSPM across monitored SaaS applications.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the misconfiguration"
},
"title": {
"type": "string",
"description": "Short descriptive title of the misconfiguration"
},
"description": {
"type": "string",
"description": "Detailed description of the security issue"
},
"severity": {
"type": "string",
"enum": ["critical", "high", "medium", "low", "info"],
"description": "Risk severity level of the misconfiguration"
},
"category": {
"type": "string",
"description": "Security category (e.g., Identity Security, Access Control, Data Protection)"
},
"app_id": {
"type": "string",
"description": "ID of the SaaS application where the misconfiguration was detected"
},
"app_name": {
"type": "string",
"description": "Name of the SaaS application"
},
"status": {
"type": "string",
"enum": ["open", "in_progress", "resolved", "accepted"],
"description": "Current remediation status"
},
"remediation": {
"type": "string",
"description": "Step-by-step remediation guidance"
},
"detected_at": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the misconfiguration was first detected"
},
"updated_at": {
"type": "string",
"format": "date-time",
"description": "Timestamp of last status update"
}
},
"required": ["id", "title", "severity", "category", "app_id", "status"]
}
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/saasment-misconfiguration"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.