The current network connectivity for the device.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NetworkConnectivityType", "title": "NetworkConnectivityType", "type": "string", "enum": [ "wired" ], "description": "The current network connectivity for the device.", "example": "wired" }