v3ApplicationIdentifiers

JSON Schema for v3ApplicationIdentifiers, extracted from The Things Stack v3.36 api.swagger.json

LoRaWANIoTInternet Of ThingsOpen SourceNetwork ServerLPWANTelemetrySensorsGatewaysConnectivityApache 2.0
View JSON Schema on GitHub

JSON Schema

the-things-stack-application-identifiers-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/the-things-network/json-schema/the-things-stack-application-identifiers-schema.json",
  "title": "v3ApplicationIdentifiers",
  "description": "JSON Schema for v3ApplicationIdentifiers, extracted from The Things Stack v3.36 api.swagger.json",
  "definitions": {
    "v3ApplicationIdentifiers": {
      "type": "object",
      "properties": {
        "application_id": {
          "type": "string"
        }
      }
    }
  },
  "$ref": "#/definitions/v3ApplicationIdentifiers"
}