This commit is contained in:
Yuri Kuznetsov
2025-02-20 21:17:54 +02:00
parent 738f483aef
commit 115465f017
+4 -1
View File
@@ -6,7 +6,10 @@
"type": "object", "type": "object",
"properties": { "properties": {
"fields": { "fields": {
"$ref": "./entityDefs.json#/properties/fields", "type": "object",
"additionalProperties": {
"$ref": "./entityDefs.json#/definitions/fieldDefs"
},
"description": "Field definitions for the integration (to be available at Administration > Integrations)." "description": "Field definitions for the integration (to be available at Administration > Integrations)."
}, },
"allowUserAccounts": { "allowUserAccounts": {