In the Count Object, it seems like both the name and count fields should be required, but they are not marked as such in their descriptions or in the JSON schema. Likewise for the name and value fields in the Stats Object.
Should we update the descriptions and JSON schema with these requirements, or is there a reason why they are not required?
In the
Count Object
, it seems like both thename
andcount
fields should be required, but they are not marked as such in their descriptions or in the JSON schema. Likewise for thename
andvalue
fields in theStats Object
.Should we update the descriptions and JSON schema with these requirements, or is there a reason why they are not required?