-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: V4.01_CS01
-
Fix Version/s: V4.01_CS02
-
Component/s: CSDL JSON
-
Labels:None
-
Environment:
Applied
-
Resolution:
The conformance section for JSON CSDL includes the requirement that the metadata must specify the nullable attribute for collections. This was inherited from XML CSDL because the default of nullable=true was wrong for collections.
For JSON CSDL, the default for nullable is false, which makes sense for collections as well, and should not have to be specified.