Spectrum Enterprise Serviceability

BroadbandCableCAMARAEnterpriseNetwork as a ServiceNaaSSpectrumTelecommunicationsTicketingFortune 500

Properties

Name Type Description
address object
isServiceable boolean
availableProducts array
View JSON Schema on GitHub

JSON Schema

charter-communications-serviceability-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://enterprise.spectrum.com/schemas/serviceability.json",
  "title": "Spectrum Enterprise Serviceability",
  "type": "object",
  "required": ["address", "isServiceable"],
  "properties": {
    "address": {
      "type": "object",
      "properties": {
        "street": { "type": "string" },
        "city": { "type": "string" },
        "state": { "type": "string" },
        "postalCode": { "type": "string" },
        "country": { "type": "string" }
      }
    },
    "isServiceable": { "type": "boolean" },
    "availableProducts": {
      "type": "array",
      "items": { "type": "string" }
    }
  }
}