Resolve window config GUI edit meta problem (issue#2860)

Fixes problem with window config meta format caused by typo in main sgct json schema
This commit is contained in:
Gene Payne
2023-08-30 20:34:59 -06:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -313,6 +313,9 @@
"minor": { "type": "integer" }
},
"required": [ "name", "major", "minor" ]
},
"meta": {
"$ref": "sgct.schema.json#/$defs/meta"
}
},
"additionalProperties": false,