{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-structure/guardduty-host-path-structure.json", "name": "HostPath", "description": "Represents a pre-existing file or directory on the host machine that the volume maps to.", "type": "object", "properties": { "Path": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "xml": { "name": "path" }, "description": "Path of the file or directory on the host that the volume maps to." } ] } } }