Updated comments

This commit is contained in:
DaanV2
2021-07-02 13:05:57 +02:00
parent dd28b6a467
commit 90a39eba44
67 changed files with 350 additions and 310 deletions

View File

@@ -44,8 +44,13 @@
"type": "object",
"additionalProperties": false,
"properties": {
"weight": { "type": "integer", "description": "UNDOCUMENTATED: weight", "title": "Weight" },
"value": { "type": "integer", "description": "UNDOCUMENTATED: value", "title": "Value" }
"weight": {
"type": "integer",
"description": "The weight on how likely this section is to trigger",
"$comment": "UNDOCUMENTED",
"title": "Weight"
},
"value": { "type": "integer", "description": "UNDOCUMENTED: value", "title": "Value" }
}
}
}