UNPKG

jsonbinpack

Version:

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

19 lines (18 loc) 404 B
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "additionalProperties": false, "required": ["$sort", "by(x)"], "properties": { "$sort": { "type": "array", "items": { "type": "integer", "minimum": 0 } }, "by(x)": { "type": "string" } } }