{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-owner-schema.json", "title": "Owner", "description": "Contains information on the owner of the bucket.", "type": "object", "properties": { "Id": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "xml": { "name": "id" }, "description": "The canonical user ID of the bucket owner. For information about locating your canonical user ID see Finding Your Account Canonical User ID. " } ] } } }