{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/pwa_event_log_streaming_v3_GrafanaLokiConfigMasked", "title": "pwa_event_log_streaming_v3_GrafanaLokiConfigMasked", "type": "object", "properties": { "hostname": { "type": "string" }, "username": { "type": "string" }, "password_last_four": { "type": "string" } }, "required": [ "hostname", "username", "password_last_four" ] }