-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Trivial
-
Affects Version/s: V4.01_OS
-
Component/s: CSDL JSON
-
None
-
Environment:
Proposed
Optimistically Applied
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":
}