Response for getting a core network.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cloud-wan/refs/heads/main/json-schema/cloud-wan-get-core-network-response-schema.json", "title": "GetCoreNetworkResponse", "description": "Response for getting a core network.", "type": "object", "properties": { "CoreNetwork": { "$ref": "#/components/schemas/CoreNetwork" } } }