UNPKG

jsonbinpack

Version:

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

16 lines (15 loc) 210 B
{ "type": "object", "additionalProperties": false, "required": [ "extends" ], "properties": { "extends": { "type": "array", "items": { "type": "string" } } } }