Merge branch 'master' into adding-suppliers
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"index.cds"
|
||||
],
|
||||
"dependencies": {
|
||||
"@sap/cds": "^4",
|
||||
"@sap/cds": ">=4",
|
||||
"express": "^4.17.1"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
@@ -17,7 +17,7 @@ service ReviewsService {
|
||||
annotate Reviews with {
|
||||
subject @mandatory;
|
||||
title @mandatory;
|
||||
rating @assert.enum;
|
||||
rating @assert.range;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user