{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "IPsecTunnel", "description": "IPsecTunnel schema from Palo Alto Networks SASE Configuration Orchestration API", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/sase-config-orchestration-api-i-psec-tunnel-schema.json", "type": "object", "properties": { "local_address": { "type": "string", "description": "Local tunnel IP address assigned by Prisma Access." }, "remote_address": { "type": "string", "description": "Remote tunnel IP address." }, "tunnel_interface": { "type": "string", "description": "Tunnel interface name." } } }