{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/cloud-ngfw-api-fqdn-list-request-structure.json", "name": "FqdnListRequest", "description": "FqdnListRequest schema from Palo Alto Networks Cloud NGFW for AWS REST API", "type": "object", "properties": { "FqdnListName": { "type": "string" }, "FqdnListEntry": { "type": "object", "properties": { "Description": { "type": "string" }, "FqdnList": { "type": "array", "items": { "type": "string" } } }, "required": [ "FqdnList" ] } }, "required": [ "FqdnListName", "FqdnListEntry" ] }