Amazon GuardDuty · Schema

Finding

Contains information about the finding, which is generated when abnormal or suspicious activity is detected.

Anomaly DetectionComplianceMachine-LearningMonitoringSecurityThreat Detection

Properties

Name Type Description
AccountId object
Arn object
Confidence object
CreatedAt object
Description object
Id object
Partition object
Region object
Resource object
SchemaVersion object
Service object
Severity object
Title object
Type object
UpdatedAt object
View JSON Schema on GitHub

JSON Schema

guardduty-finding-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-finding-schema.json",
  "title": "Finding",
  "description": "Contains information about the finding, which is generated when abnormal or suspicious activity is detected.",
  "type": "object",
  "properties": {
    "AccountId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "accountId"
          },
          "description": "The ID of the account in which the finding was generated."
        }
      ]
    },
    "Arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "arn"
          },
          "description": "The ARN of the finding."
        }
      ]
    },
    "Confidence": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Double"
        },
        {
          "xml": {
            "name": "confidence"
          },
          "description": "The confidence score for the finding."
        }
      ]
    },
    "CreatedAt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "createdAt"
          },
          "description": "The time and date when the finding was created."
        }
      ]
    },
    "Description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "description"
          },
          "description": "The description of the finding."
        }
      ]
    },
    "Id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "id"
          },
          "description": "The ID of the finding."
        }
      ]
    },
    "Partition": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "partition"
          },
          "description": "The partition associated with the finding."
        }
      ]
    },
    "Region": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "region"
          },
          "description": "The Region where the finding was generated."
        }
      ]
    },
    "Resource": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Resource"
        },
        {
          "xml": {
            "name": "resource"
          }
        }
      ]
    },
    "SchemaVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "schemaVersion"
          },
          "description": "The version of the schema used for the finding."
        }
      ]
    },
    "Service": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Service"
        },
        {
          "xml": {
            "name": "service"
          }
        }
      ]
    },
    "Severity": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Double"
        },
        {
          "xml": {
            "name": "severity"
          },
          "description": "The severity of the finding."
        }
      ]
    },
    "Title": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "title"
          },
          "description": "The title of the finding."
        }
      ]
    },
    "Type": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FindingType"
        },
        {
          "xml": {
            "name": "type"
          },
          "description": "The type of finding."
        }
      ]
    },
    "UpdatedAt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "updatedAt"
          },
          "description": "The time and date when the finding was last updated."
        }
      ]
    }
  },
  "required": [
    "AccountId",
    "Arn",
    "CreatedAt",
    "Id",
    "Region",
    "Resource",
    "SchemaVersion",
    "Severity",
    "Type",
    "UpdatedAt"
  ]
}

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/guardduty-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.