{
	"$schema": "http://json-schema.org/draft-07/schema",
	"$id": "https://apidocs.iqrf.org/openapi/iqrf-gateway-webapp/schemas/networkConnectivityState.json",
	"type": "object",
	"title": "Network connectivity state",
	"additionalProperties": false,
	"required": [
		"state"
	],
	"properties": {
		"state": {
			"$id": "#/properties/state",
			"type": "string",
			"enum": [
				"full",
				"limited",
				"portal",
				"none",
				"unknown"
			],
			"title": "Connectivity state",
			"example": "full"
		}
	}
}
