Aruba · Schema

SiteUpdate

CloudInfrastructureNetwork ManagementNetworkingSD-WANSecuritySwitchesWireless

Properties

Name Type Description
site_name string
address string
city string
state string
country string
zipcode string
longitude number
latitude number
View JSON Schema on GitHub

JSON Schema

aruba-central-site-update-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SiteUpdate",
  "type": "object",
  "properties": {
    "site_name": {
      "type": "string"
    },
    "address": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "zipcode": {
      "type": "string"
    },
    "longitude": {
      "type": "number"
    },
    "latitude": {
      "type": "number"
    }
  }
}