Validator extensions, zomp vsn 0.2.0

This commit is contained in:
Ulf Wiger
2026-05-13 20:43:01 +02:00
parent 09093f729f
commit a38d007012
14 changed files with 756 additions and 54 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"type": "object",
"properties": {
"name": { "type": "string" },
"children": {
"type": "array",
"items": { "$ref": "#" }
}
}
}