specification icon indicating copy to clipboard operation
specification copied to clipboard

Specification uses object terminology to describe data structures

Open joshuagl opened this issue 4 years ago • 1 comments
trafficstars

The specification frequently uses the terms objects, attributes and attribute-value fields. This object related terminology almost certainly reinforces the notion that JSON is the preferred/required data format.

dictionary, field and key-value may help reduce the JSON-centric nature of the specification.

joshuagl avatar Jul 19 '21 13:07 joshuagl

Collecting some possible terms

style collection key value key-value pair
(current) JSON-ish object attribute value attribute-value field, or field
CS dictionary key value key-value pair

joshuagl avatar Apr 06 '23 13:04 joshuagl