Blues · Schema

BillingAccount

IoTCellularConnectivityDevice ManagementFleet ManagementSatelliteLoRaWiFiNotecardNotehub

Properties

Name Type Description
name string
role object
uid string
View JSON Schema on GitHub

JSON Schema

blues-wireless-billing-account.json Raw ↑
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "role": {
      "$ref": "#/components/schemas/BillingAccountRole"
    },
    "uid": {
      "type": "string"
    }
  },
  "required": [
    "uid",
    "name",
    "role"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BillingAccount"
}