AppOmni · Schema

Finding

An AppOmni Posture Finding — a security problem detected against a monitored SaaS service. Derived from the real response body of GET /api/v1/findings/finding/ as published in AppOmni's public Postman collection (https://api.appomni.com/).

SaaS SecuritySSPMComplianceThreat DetectionCASBZero TrustIdentitySCIMAI SecurityPosture Management

Properties

Name Type Description
id string UUIDv7 finding identifier
legacy_finding_id integernull Integer id from the pre-Findings surface
identity_hash string Stable hash identifying this finding across scans
description string What the finding detects
appomni_risk_level stringnull AppOmni risk band, e.g. Informational, Low, Medium, High, Critical
appomni_risk_score numbernull
status stringnull open or closed
assignee objectnull AppOmni user the finding is assigned to
monitored_service_id integer
monitored_service_name string
monitored_service_connected boolean
monitored_service_owner objectnull
monitored_service_tags array
policy_id integernull
compliance_controls array
compliance_frameworks array
external_id stringnull
external_ticket_data array Tickets opened in an external ITSM for this finding
num_occurrences_open integer
num_occurrences_closed integer
has_new_occurrences boolean
has_max_open_occurrences boolean
first_opened string
last_opened string
last_closed stringnull
last_scanned string
notes stringnull
View JSON Schema on GitHub

JSON Schema

appomni-finding-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/appomni/main/json-schema/appomni-finding-schema.json",
  "title": "Finding",
  "description": "An AppOmni Posture Finding — a security problem detected against a monitored SaaS service. Derived from the real response body of GET /api/v1/findings/finding/ as published in AppOmni's public Postman collection (https://api.appomni.com/).",
  "x-generated": "2026-09-04",
  "x-method": "derived",
  "x-source": "https://api.appomni.com/",
  "type": "object",
  "properties": {
    "id": { "type": "string", "format": "uuid", "description": "UUIDv7 finding identifier" },
    "legacy_finding_id": { "type": ["integer", "null"], "description": "Integer id from the pre-Findings surface" },
    "identity_hash": { "type": "string", "description": "Stable hash identifying this finding across scans" },
    "description": { "type": "string", "description": "What the finding detects" },
    "appomni_risk_level": { "type": ["string", "null"], "description": "AppOmni risk band, e.g. Informational, Low, Medium, High, Critical" },
    "appomni_risk_score": { "type": ["number", "null"] },
    "status": { "type": ["string", "null"], "description": "open or closed" },
    "assignee": { "type": ["object", "null"], "description": "AppOmni user the finding is assigned to" },
    "monitored_service_id": { "type": "integer" },
    "monitored_service_name": { "type": "string" },
    "monitored_service_connected": { "type": "boolean" },
    "monitored_service_owner": {
      "type": ["object", "null"],
      "properties": {
        "id": { "type": "integer" },
        "username": { "type": "string" },
        "first_name": { "type": "string" },
        "last_name": { "type": "string" }
      }
    },
    "monitored_service_tags": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": { "type": "integer" },
          "name": { "type": "string" },
          "short_name": { "type": ["string", "null"] },
          "type": { "type": "string" }
        }
      }
    },
    "policy_id": { "type": ["integer", "null"] },
    "compliance_controls": { "type": "array", "items": { "type": "object" } },
    "compliance_frameworks": { "type": "array", "items": { "type": "string" } },
    "external_id": { "type": ["string", "null"] },
    "external_ticket_data": {
      "type": "array",
      "description": "Tickets opened in an external ITSM for this finding",
      "items": {
        "type": "object",
        "properties": {
          "id": { "type": "string" },
          "url": { "type": "string", "format": "uri" },
          "ticket_id": { "type": "string" }
        }
      }
    },
    "num_occurrences_open": { "type": "integer" },
    "num_occurrences_closed": { "type": "integer" },
    "has_new_occurrences": { "type": "boolean" },
    "has_max_open_occurrences": { "type": "boolean" },
    "first_opened": { "type": "string", "format": "date-time" },
    "last_opened": { "type": "string", "format": "date-time" },
    "last_closed": { "type": ["string", "null"], "format": "date-time" },
    "last_scanned": { "type": "string", "format": "date-time" },
    "notes": { "type": ["string", "null"] }
  },
  "required": ["id", "description", "monitored_service_id", "first_opened"]
}

Work with this as data

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/appomni-finding"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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