-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Server Programmability
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The IDL allows for fields in a strict schema to be ignore: true, meaning that they can be safely omitted even when parsed in strict mode. Today these fields also require a type, even though that field has no semantic value since the field is never serialized / deserialized. We should remove type as a requirement when ignore: true is specified.