Amazon Macie · Schema

ClassificationResult

Provides the details of a sensitive data finding, including the types, number of occurrences, and locations of the sensitive data that was detected.

Data SecuritySensitive DataPrivacyComplianceMachine-LearningS3

Properties

Name Type Description
additionalOccurrences object
customDataIdentifiers object
mimeType object
sensitiveData object
sizeClassified object
status object
View JSON Schema on GitHub

JSON Schema

amazon-macie-classification-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-schema/amazon-macie-classification-result-schema.json",
  "title": "ClassificationResult",
  "description": "Provides the details of a sensitive data finding, including the types, number of occurrences, and locations of the sensitive data that was detected.",
  "type": "object",
  "properties": {
    "additionalOccurrences": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__boolean"
        },
        {
          "description": "<p>Specifies whether Amazon Macie detected additional occurrences of sensitive data in the S3 object. A finding includes location data for a maximum of 15 occurrences of sensitive data.</p> <p>This value can help you determine whether to investigate additional occurrences of sensitive data in an object. You can do this by referring to the corresponding sensitive data discovery result for the finding (ClassificationDetails.detailedResultsLocation).</p>"
        }
      ]
    },
    "customDataIdentifiers": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CustomDataIdentifiers"
        },
        {
          "description": "The custom data identifiers that detected the sensitive data and the number of occurrences of the data that they detected."
        }
      ]
    },
    "mimeType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The type of content, as a MIME type, that the finding applies to. For example, application/gzip, for a GNU Gzip compressed archive file, or application/pdf, for an Adobe Portable Document Format file."
        }
      ]
    },
    "sensitiveData": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SensitiveData"
        },
        {
          "description": "The category, types, and number of occurrences of the sensitive data that produced the finding."
        }
      ]
    },
    "sizeClassified": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__long"
        },
        {
          "description": "The total size, in bytes, of the data that the finding applies to."
        }
      ]
    },
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ClassificationResultStatus"
        },
        {
          "description": "The status of the finding."
        }
      ]
    }
  }
}

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/amazon-macie-classification-result"
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.