Cisco · Schema

Network

A Meraki network.

Fortune 100CollaborationEnterpriseNetworkingSecuritySD-WAN

Properties

Name Type Description
id string Network ID.
organizationId string Organization ID.
name string Network name.
productTypes array Product types in the network.
timeZone string Timezone of the network.
tags array Tags applied to the network.
View JSON Schema on GitHub

JSON Schema

cisco-meraki-api-network-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/cisco/refs/heads/main/json-schema/cisco-meraki-api-network-schema.json",
  "title": "Network",
  "description": "A Meraki network.",
  "type": "object",
  "properties": {
    "id": { "type": "string", "description": "Network ID." },
    "organizationId": { "type": "string", "description": "Organization ID." },
    "name": { "type": "string", "description": "Network name." },
    "productTypes": { "type": "array", "items": { "type": "string" }, "description": "Product types in the network." },
    "timeZone": { "type": "string", "description": "Timezone of the network." },
    "tags": { "type": "array", "items": { "type": "string" }, "description": "Tags applied to the network." }
  }
}