This commit is contained in:
Yuri Kuznetsov
2025-02-20 21:17:54 +02:00
parent 738f483aef
commit 115465f017

View File

@@ -6,7 +6,10 @@
"type": "object",
"properties": {
"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)."
},
"allowUserAccounts": {