UNPKG

jsonbinpack

Version:

A space-efficient schema-driven binary JSON serialization format based on JSON Schema

21 lines (20 loc) 287 B
{ "type": "object", "additionalProperties": false, "required": [ "$sort", "by(x)" ], "properties": { "$sort": { "type": "array", "items": { "type": "integer", "minimum": 0 } }, "by(x)": { "type": "string" } } }