AT&T · JSON Structure

Mvnx Api Resource Reservation Update Structure

ResourceReservationUpdate schema from AT&T API

Type: object Properties: 1
Fortune 100TelecommunicationsWirelessWirelineMessagingSpeechMobileBroadbandEnterprise

ResourceReservationUpdate 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

reservationState

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-reservation-update-structure.json",
  "description": "ResourceReservationUpdate schema from AT&T API",
  "type": "object",
  "properties": {
    "reservationState": {
      "type": "string",
      "description": "Updated reservation state",
      "enum": [
        "cancelled"
      ],
      "example": "cancelled"
    }
  },
  "name": "ResourceReservationUpdate"
}