Skip to content

Commit 3720cb4

Browse files
committed
Limited YAML map keys to strings
1 parent 5e74e77 commit 3720cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The schema exposes two types of fields. Fixed fields, which have a declared name
7070
In order to preserve the ability to round-trip between YAML and JSON formats, YAML version [1.2](http://www.yaml.org/spec/1.2/spec.html) is recommended along with some additional constraints:
7171

7272
- Tags MUST be limited to those allowed by the [JSON Schema ruleset](http://www.yaml.org/spec/1.2/spec.html#id2803231)
73-
- Keys used in YAML maps MUST be limited to scalars defined by the JSON schema ruleset
73+
- Keys used in YAML maps MUST be limited to a scalar string, as defined by the YAML Failsafe schema ruleset
7474

7575
### File Structure
7676

0 commit comments

Comments
 (0)