Soracom · Schema

Soracom Group

A Soracom group that binds SIMs/devices to per-service configuration for Soracom Air, Beam, Funnel, Funk, Harvest, Junction, Orbit, and Metadata.

IoTCellularLPWANSIMLoRaWANSigfoxMVNOConnectivityEdgeJapan

Properties

Name Type Description
groupId string
operatorId string
name string
configuration object Map of namespace (e.g. SoracomAir, SoracomBeam, SoracomFunnel) to configuration parameters.
tags object
createdTime integer
lastModifiedTime integer
View JSON Schema on GitHub

JSON Schema

soracom-group-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/soracom/main/json-schema/soracom-group-schema.json",
  "title": "Soracom Group",
  "description": "A Soracom group that binds SIMs/devices to per-service configuration for Soracom Air, Beam, Funnel, Funk, Harvest, Junction, Orbit, and Metadata.",
  "type": "object",
  "properties": {
    "groupId": {"type": "string"},
    "operatorId": {"type": "string"},
    "name": {"type": "string"},
    "configuration": {
      "type": "object",
      "description": "Map of namespace (e.g. SoracomAir, SoracomBeam, SoracomFunnel) to configuration parameters.",
      "additionalProperties": true
    },
    "tags": {"type": "object", "additionalProperties": {"type": "string"}},
    "createdTime": {"type": "integer"},
    "lastModifiedTime": {"type": "integer"}
  },
  "required": ["groupId", "operatorId"],
  "additionalProperties": true
}