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