{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ServerNodeConfigurationCondensed", "title": "ServerNodeConfigurationCondensed", "type": "object", "properties": { "id": { "type": "string", "format": "uuid" }, "name": { "type": "string" }, "hostName": { "type": "string" }, "isCentral": { "type": "boolean" }, "privileges": { "type": "array", "items": { "type": "string" } } } }