Adding dots to description

This commit is contained in:
DaanV2
2022-07-22 19:41:04 +02:00
parent 61327eac6e
commit 8b3778de6d
457 changed files with 2337 additions and 2406 deletions

View File

@@ -6,16 +6,16 @@
"properties": {
"creation_event": {
"title": "Creation Event",
"description": "Fires when the particle is created",
"description": "Fires when the particle is created.",
"oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }]
},
"custom_events": { "title": "Custom Events", "description": "UNDOCUMENTED, unclear structure :(" },
"custom_events": { "title": "Custom Events", "description": "UNDOCUMENTED, unclear structure :(." },
"expiration_event": {
"title": "Expiration Event",
"description": "Fires when the particle expires (does not wait for particles to expire too)",
"description": "Fires when the particle expires (does not wait for particles to expire too).",
"oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }]
},
"timeline": { "propertyNames": { "pattern": "[0-9]*.[0-9]*" }, "description": "UNDOCUMENTED: timeline", "title": "Timeline" }
"timeline": { "propertyNames": { "pattern": "[0-9]*.[0-9]*" }, "description": "UNDOCUMENTED: timeline.", "title": "Timeline" }
},
"description": "UNDOCUMENTED"
"description": "UNDOCUMENTED."
}