This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Resources/metadata/entityDefs/Integration.json
T
2023-02-13 13:46:49 +02:00

16 lines
259 B
JSON

{
"fields": {
"id": {
"type": "id",
"dbType": "string",
"maxLength": 24
},
"data": {
"type": "jsonObject"
},
"enabled": {
"type": "bool"
}
}
}