Amazon IoT Core · JSON Structure

Iot Core Describe Audit Finding Response Structure

DescribeAuditFindingResponse schema

Type: object Properties: 1
Device ManagementIoTMQTTMessage Routing

DescribeAuditFindingResponse is a JSON Structure definition published by Amazon IoT Core, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

finding

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-iot-core/refs/heads/main/json-structure/iot-core-describe-audit-finding-response-structure.json",
  "name": "DescribeAuditFindingResponse",
  "description": "DescribeAuditFindingResponse schema",
  "type": "object",
  "properties": {
    "finding": {
      "type": "object",
      "properties": {
        "findingId": {
          "allOf": [
            {
              "$ref": "#/components/schemas/FindingId"
            },
            {
              "description": "A unique identifier for this set of audit findings. This identifier is used to apply mitigation tasks to one or more sets of findings."
            }
          ]
        },
        "taskId": {
          "allOf": [
            {
              "$ref": "#/components/schemas/AuditTaskId"
            },
            {
              "description": "The ID of the audit that generated this result (finding)."
            }
          ]
        },
        "checkName": {
          "allOf": [
            {
              "$ref": "#/components/schemas/AuditCheckName"
            },
            {
              "description": "The audit check that generated this result."
            }
          ]
        },
        "taskStartTime": {
          "allOf": [
            {
              "$ref": "#/components/schemas/Timestamp"
            },
            {
              "description": "The time the audit started."
            }
          ]
        },
        "findingTime": {
          "allOf": [
            {
              "$ref": "#/components/schemas/Timestamp"
            },
            {
              "description": "The time the result (finding) was discovered."
            }
          ]
        },
        "severity": {
          "allOf": [
            {
              "$ref": "#/components/schemas/AuditFindingSeverity"
            },
            {
              "description": "The severity of the result (finding)."
            }
          ]
        },
        "nonCompliantResource": {
          "allOf": [
            {
              "$ref": "#/components/schemas/NonCompliantResource"
            },
            {
              "description": "The resource that was found to be noncompliant with the audit check."
            }
          ]
        },
        "relatedResources": {
          "allOf": [
            {
              "$ref": "#/components/schemas/RelatedResources"
            },
            {
              "description": "The list of related resources."
            }
          ]
        },
        "reasonForNonCompliance": {
          "allOf": [
            {
              "$ref": "#/components/schemas/ReasonForNonCompliance"
            },
            {
              "description": "The reason the resource was noncompliant."
            }
          ]
        },
        "reasonForNonComplianceCode": {
          "allOf": [
            {
              "$ref": "#/components/schemas/ReasonForNonComplianceCode"
            },
            {
              "description": "A code that indicates the reason that the resource was noncompliant."
            }
          ]
        },
        "isSuppressed": {
          "allOf": [
            {
              "$ref": "#/components/schemas/IsSuppressed"
            },
            {
              "description": " Indicates whether the audit finding was suppressed or not during reporting. "
            }
          ]
        }
      },
      "description": "The findings (results) of the audit."
    }
  }
}

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/iot-core-describe-audit-finding-response-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.