{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NetworkAccessLevelEnum", "title": "NetworkAccessLevelEnum", "enum": [ "trusted", "full", "custom" ], "type": "string", "description": "* `trusted` - Trusted\n* `full` - Full\n* `custom` - Custom" }