AT&T · JSON Structure

Mvnx Api Resource Reservation Create Structure

ResourceReservationCreate schema from AT&T API

Type: object Properties: 1
Fortune 100TelecommunicationsWirelessWirelineMessagingSpeechMobileBroadbandEnterprise

ResourceReservationCreate 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

resourceCapacity

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-create-structure.json",
  "description": "ResourceReservationCreate schema from AT&T API",
  "type": "object",
  "properties": {
    "resourceCapacity": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "resourcePool": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string",
                "example": "pool-212-area"
              }
            }
          },
          "capacityAmount": {
            "type": "int32",
            "example": 1
          }
        }
      }
    }
  },
  "name": "ResourceReservationCreate"
}