AT&T · Schema

ResourceReservationCreate

ResourceReservationCreate schema from AT&T API

5GBroadbandCAMARAConnectivityDevice StatusEdge ComputingEnterpriseFortune 100MessagingMobileNetworkNetwork APIsSIM SwapSpeechTelecommunicationsWirelessWireline

Properties

Name Type Description
resourceCapacity array
View JSON Schema on GitHub

JSON Schema

mvnx-api-resource-reservation-create-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/att/refs/heads/main/json-schema/mvnx-api-resource-reservation-create-schema.json",
  "title": "ResourceReservationCreate",
  "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": "integer",
            "example": 1
          }
        }
      }
    }
  }
}