AT&T · JSON Structure

Mvnx Api Resource Update Structure

ResourceUpdate schema from AT&T API

Type: object Properties: 1
Fortune 100TelecommunicationsWirelessWirelineMessagingSpeechMobileBroadbandEnterprise

ResourceUpdate is a JSON Structure definition published by AT&T, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

resourceCharacteristic

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/at-and-t/refs/heads/main/json-structure/mvnx-api-resource-update-structure.json",
  "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"
          }
        }
      }
    }
  },
  "name": "ResourceUpdate"
}