Files
espocrm/application/Espo/Resources/metadata/entityDefs/Integration.json
2026-01-19 17:46:06 +01:00

16 lines
274 B
JSON

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