AT&T · Schema

ResourceUpdate

ResourceUpdate schema from AT&T API

Fortune 100TelecommunicationsWirelessWirelineMessagingSpeechMobileBroadbandEnterprise

Properties

Name Type Description
resourceCharacteristic array
View JSON Schema on GitHub

JSON Schema

mvnx-api-resource-update-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/at-and-t/refs/heads/main/json-schema/mvnx-api-resource-update-schema.json",
  "title": "ResourceUpdate",
  "description": "ResourceUpdate schema from AT&T API",
  "type": "object",
  "properties": {
    "resourceCharacteristic": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "Characteristic name to update",
            "example": "voicemailPassword"
          },
          "value": {
            "type": "string",
            "description": "New value for the characteristic",
            "example": "1234"
          }
        }
      }
    }
  }
}