17 lines
225 B
JSON
Raw Normal View History

2017-09-20 23:19:33 +02:00
{
"type": "object",
"properties": {
"onContentLoad": {
"type": "number",
"min": -1
},
"onLoad": {
"type": "number",
"min": -1
},
"comment": {
"type": "string"
}
}
}