{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/azure-networking-services/refs/heads/main/json-structure/azure-networking-services-network-intent-policy-configuration-structure.json", "description": "Details of NetworkIntentPolicyConfiguration for PrepareNetworkPoliciesRequest.", "properties": { "networkIntentPolicyName": { "description": "The name of the Network Intent Policy for storing in target subscription.", "type": "string" }, "sourceNetworkIntentPolicy": { "$ref": "#/definitions/NetworkIntentPolicy", "description": "Source network intent policy." } }, "type": "object", "name": "NetworkIntentPolicyConfiguration" }