{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-structure/guardduty-service-additional-info-structure.json", "name": "ServiceAdditionalInfo", "description": "Additional information about the generated finding.", "type": "object", "properties": { "Value": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "xml": { "name": "value" }, "description": "This field specifies the value of the additional information." } ] }, "Type": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "xml": { "name": "type" }, "description": "Describes the type of the additional information." } ] } } }