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/EmailAddress.json
T
2022-07-03 15:38:47 +03:00

31 lines
569 B
JSON

{
"fields": {
"name": {
"type": "varchar",
"required": true,
"maxLength": 255
},
"lower": {
"type": "varchar",
"required": true,
"index": true
},
"invalid": {
"type": "bool"
},
"optOut": {
"type": "bool"
},
"primary": {
"type": "bool",
"notStorable": true
}
},
"links": {
},
"collection": {
"orderBy": "name",
"order": "asc"
}
}