{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/cloud-identity-engine-api-domain_param-structure.json", "name": "domain_param", "description": "Domain name for a specific directory.", "type": "object", "properties": { "domain": { "type": "string", "description": "Domain name of the target directory." } }, "required": [ "domain" ] }