UNPKG

jsonbinpack

Version:

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

21 lines (20 loc) 272 B
{ "type": "object", "additionalProperties": false, "required": [ "general", "stages", "steps" ], "properties": { "general": { "type": "null" }, "stages": { "type": "null" }, "steps": { "type": "null" } } }