StackType schema from SP Interconnect Manage APIs
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "StackType", "description": "StackType schema from SP Interconnect Manage APIs", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/sase-multitenant-interconnect-api-stack-type-schema.json", "type": "string", "enum": [ "IPV4_ONLY", "IPV4_IPV6" ] }