{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OrgLocLevelObject", "title": "OrgLocLevelObject", "type": "string", "enum": [ "ORGANIZATION", "LOCATION" ], "description": " * `ORGANIZATION` - Specifies this `operating mode` is configured across the organization.\n * `LOCATION` - Specifies this `operating mode` is configured across a location.\n" }