This commit is contained in:
DaanV2
2023-04-20 17:09:06 +02:00
parent c2cc518c32
commit e50ce686fa

View File

@@ -57,6 +57,12 @@
"title": "Type",
"description": "The type of the property.",
"enum": ["bool", "int", "float", "enum"]
},
"client_sync": {
"title": "Client Sync",
"description": "Sets whether or not the property is synced to the client.",
"type": "boolean",
"default": false
}
},
"oneOf": [