json-schema-language / spec

Deprecated. See instead github.com/jddf/spec
1 stars 0 forks source link

CDDL rule for "num_types" should be "num-types" #3

Closed ucarion closed 5 years ago

ucarion commented 5 years ago

This CDDL rule:

   num_type = "number" / "float32" / "float64" /
     "int8" / "uint8" / "int16" / "uint16" / "int32" / "uint32"

Should be called num-types, for consistency with with-properties and with-optional-properties.