Amazon Macie · Schema

IpCity

Provides information about the city that an IP address originated from.

Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

Properties

Name Type Description
name object
View JSON Schema on GitHub

JSON Schema

amazon-macie-ip-city-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-ip-city-schema.json",
  "title": "IpCity",
  "description": "Provides information about the city that an IP address originated from.",
  "type": "object",
  "properties": {
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The name of the city."
        }
      ]
    }
  }
}