server: add "schema" and validation (#24150)

* wip

* working

* correct some limits

* add field name to error message
This commit is contained in:
Xuan-Son Nguyen
2026-06-18 15:40:58 +02:00
committed by GitHub
parent 08023072ef
commit e1efd0991d
6 changed files with 744 additions and 396 deletions
+2
View File
@@ -17,6 +17,8 @@ add_library(${TARGET} STATIC
server-context.h
server-tools.cpp
server-tools.h
server-schema.cpp
server-schema.h
)
if (BUILD_SHARED_LIBS)