-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Affects Version/s: V4.01_CS01
-
Component/s: CSDL JSON
-
None
-
Environment:
Applied
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.