## Available Values ```json { "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "ServerModes.schema.json", "title": "ServerModes", "description": "Enumeration of Invantive UniversalSQL Server modes.", "type": "string", "enum": [ "Demo", "Local", "Cloud" ] } ```