Amazon Security Hub · JSON Structure

Amazon Security Hub Finding Structure

An AWS Security Finding Format (ASFF) finding object that provides a normalized format for security findings.

Type: object Properties: 15 Required: 11
ComplianceMonitoringSecurity

Finding is a JSON Structure definition published by Amazon Security Hub, describing 15 properties, of which 11 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

SchemaVersion Id ProductArn GeneratorId AwsAccountId Types CreatedAt UpdatedAt Severity Title Description Resources Compliance Workflow RecordState

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-security-hub/refs/heads/main/json-structure/amazon-security-hub-finding-structure.json",
  "name": "Finding",
  "description": "An AWS Security Finding Format (ASFF) finding object that provides a normalized format for security findings.",
  "type": "object",
  "properties": {
    "SchemaVersion": {
      "type": "string",
      "description": "The schema version that a finding is formatted for."
    },
    "Id": {
      "type": "string",
      "description": "The identifier for the finding."
    },
    "ProductArn": {
      "type": "string",
      "description": "The ARN generated by Security Hub for the product that generated the finding."
    },
    "GeneratorId": {
      "type": "string",
      "description": "The identifier for the solution-specific component that generated the finding."
    },
    "AwsAccountId": {
      "type": "string",
      "description": "The AWS account ID where the finding was generated."
    },
    "Types": {
      "type": "array",
      "description": "One or more finding types in the format of namespace/category/classifier.",
      "items": {
        "type": "string"
      }
    },
    "CreatedAt": {
      "type": "string",
      "format": "date-time",
      "description": "Indicates when the finding was created."
    },
    "UpdatedAt": {
      "type": "string",
      "format": "date-time",
      "description": "Indicates when the finding was most recently updated."
    },
    "Severity": {
      "type": "object",
      "description": "The severity of the finding.",
      "properties": {
        "Label": {
          "type": "string",
          "enum": [
            "INFORMATIONAL",
            "LOW",
            "MEDIUM",
            "HIGH",
            "CRITICAL"
          ]
        },
        "Normalized": {
          "type": "integer",
          "minimum": 0,
          "maximum": 100
        }
      }
    },
    "Title": {
      "type": "string",
      "description": "A finding title."
    },
    "Description": {
      "type": "string",
      "description": "A finding description."
    },
    "Resources": {
      "type": "array",
      "description": "A set of resource data types describing the resources the finding refers to.",
      "items": {
        "type": "object",
        "properties": {
          "Type": {
            "type": "string"
          },
          "Id": {
            "type": "string"
          },
          "Partition": {
            "type": "string"
          },
          "Region": {
            "type": "string"
          },
          "Details": {
            "type": "object"
          }
        }
      }
    },
    "Compliance": {
      "type": "object",
      "properties": {
        "Status": {
          "type": "string",
          "enum": [
            "PASSED",
            "WARNING",
            "FAILED",
            "NOT_AVAILABLE"
          ]
        },
        "RelatedRequirements": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "Workflow": {
      "type": "object",
      "properties": {
        "Status": {
          "type": "string",
          "enum": [
            "NEW",
            "NOTIFIED",
            "RESOLVED",
            "SUPPRESSED"
          ]
        }
      }
    },
    "RecordState": {
      "type": "string",
      "enum": [
        "ACTIVE",
        "ARCHIVED"
      ]
    }
  },
  "required": [
    "SchemaVersion",
    "Id",
    "ProductArn",
    "GeneratorId",
    "AwsAccountId",
    "CreatedAt",
    "UpdatedAt",
    "Severity",
    "Title",
    "Description",
    "Resources"
  ]
}

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/amazon-security-hub-finding-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 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.