UNPKG

jsonbinpack

Version:

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

15 lines (14 loc) 309 B
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "additionalProperties": false, "required": ["extends"], "properties": { "extends": { "type": "array", "items": { "type": "string" } } } }