jsonx-org / schema

"JSON Schema Definition" (JSD) language that offers a vocabulary to describe the structure and constraining the contents of JSON documents.
https://jsonx.org/schema/
MIT License
4 stars 1 forks source link

Support custom language-specific bindings for "array" #3

Open safris opened 4 years ago

safris commented 4 years ago

With the completion of #2, the JSONx Schema has a new "bindings" property for member declarations of primitive types: "boolean", "number", "string".

For "array" types, the "bindings" property is not yet supported, but could be provided in order to allow developers to customize the type of "collection" / "list" / "array" structure and "decode" / "encode" mechanism for parsing and marshaling.