json-schema-language / spec

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

num_type is missing int64 and uint64 #9

Closed ucarion closed 5 years ago

ucarion commented 5 years ago

The CDDL rule for num_type is defined as:

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

It should have int64 and uint64 as well.