pdm annotations communication

This commit is contained in:
Wolfgang Koch
2020-11-12 14:00:36 +01:00
parent be343d7f6c
commit 5cc9ca25f7

View File

@@ -25,11 +25,9 @@ annotate bookshop.Customers with @(Communication.Contact : {
surname: lastName,
given: firstName
},
email: emailAddress
});
annotate bookshop.Customers.emailAddress with @Communication.IsEmailAddress;
// annotations for Audit Log
annotate bookshop.Customers with @AuditLog.Operation: {Read: true, Insert: true, Update: true, Delete: true};