File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -591,7 +591,7 @@ Example:
591591The `map` type is used to define dynamic key–value pairs. It's represented as a
592592JSON object where the keys are strings and the values are of a specific type.
593593
594- All keys in a `map` MUST conform to the identifier rules ({{identifier-rules}}) .
594+ Map keys MAY be any valid JSON string .
595595
596596The `values` attribute of a `map` MUST reference a reusable type or a primitive
597597type or a locally declared compound type.
@@ -1171,8 +1171,6 @@ All property names and type names MUST conform to the regular expression
11711171contain letters, digits, and underscores. Keys and type names are
11721172case-sensitive.
11731173
1174- ` map` keys MAY additionally contain the characters `.` and `-` and MAY begin
1175- with a digit.
11761174
11771175If names need to contain characters outside of this range, consider using the
11781176{{JSTRUCT-ALTNAMES}} extension specification to define those.
You can’t perform that action at this time.
0 commit comments