Amazon Macie · JSON Structure

Amazon Macie Page Structure

Specifies the location of an occurrence of sensitive data in an Adobe Portable Document Format file.

Type: object Properties: 3
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

Page is a JSON Structure definition published by Amazon Macie, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

lineRange offsetRange pageNumber

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-macie/refs/heads/main/json-structure/amazon-macie-page-structure.json",
  "name": "Page",
  "description": "Specifies the location of an occurrence of sensitive data in an Adobe Portable Document Format file.",
  "type": "object",
  "properties": {
    "lineRange": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Range"
        },
        {
          "description": " <p>Reserved for future use.</p>"
        }
      ]
    },
    "offsetRange": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Range"
        },
        {
          "description": " <p>Reserved for future use.</p>"
        }
      ]
    },
    "pageNumber": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__long"
        },
        {
          "description": "The page number of the page that contains the sensitive data."
        }
      ]
    }
  }
}