Updated documentation with the microsoft documentation

This commit is contained in:
DaanV2
2021-07-02 13:00:02 +02:00
parent f9ecdb79e8
commit dd28b6a467
29 changed files with 152 additions and 127 deletions

View File

@@ -37,15 +37,17 @@
"type": "array",
"default": [],
"description": "This is a list of objects, representing one value in seconds that can be picked before firing the event and an optional weight. Incompatible with time.",
"title": "Random Time Choices",
"items": {
"title": "Random Time Choices",
"description": "representing one value in seconds that can be picked before firing the event and an optional weight. Incompatible with time.",
"type": "object",
"additionalProperties": false,
"properties": {
"weight": { "type": "integer", "description": "UNDOCUMENTATED: weight", "title": "Weight" },
"value": { "type": "integer", "description": "UNDOCUMENTATED: value", "title": "Value" }
},
"description": "UNDOCUMENTATED: random time choices",
"title": "Random Time Choices"
},
"title": "Random Time Choices"
}
}
}
}
}