From bf536115b3cee455cb5a63de37852b57ac4a6adc Mon Sep 17 00:00:00 2001 From: Ulf Bjorkengren Date: Fri, 17 Jan 2025 14:31:22 +0100 Subject: [PATCH] README update Signed-off-by: Ulf Bjorkengren --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 45853f8c..54ce34f8 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ A tutorial can be found here. * Protobuf encoding is available on Websocket. * gRPC support. This wa already available on an experimental level in VISSR @v2.0. * JSON scheme used to validate client requests. +* Support for the VSS struct datatype. * Error responses due to JSON scheme errors contain a description generated by the JSON scheme validator. ### Non-backwards compatible changes from VISSv2.0