-
Type: Improvement
-
Status: Closed
-
Priority: Trivial
-
Resolution: Fixed
-
Affects Version/s: V4.01_OS
-
Fix Version/s: V4.01_COS02
-
Component/s: CSDL JSON
-
Labels:None
-
Environment:
Proposed
Optimistically Applied
-
Proposal:
-
Resolution:
In 16.1 Products and Categories Example, there’s a “,” missing after “$Nullable”: true for the "Country" navigation property on "Address":
"Country": {
"$Kind": "NavigationProperty",
"$Nullable": true
"$Type": "self.Country",
"$ReferentialConstraint":
}