5.11 Network

It describes a generic network service. The Network-Type is described in the following sections.

Type: Network (Record)

ID

Name

Type

#

Description

1

description

str

1

Generic description of the network.

2

name

str

1

Name of the network provider.

3

type

NetworkType

1

Type of the network service.

Sample Network object represented in JSON Format:

{
  "description": "network",
  "name": "The Things Network",
  "type": "LoRaWAN"
}