UNPKG

jsonbinpack

Version:

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

12 lines (11 loc) 289 B
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "additionalProperties": false, "required": [ "general", "stages", "steps" ], "properties": { "general": { "type": "null" }, "stages": { "type": "null" }, "steps": { "type": "null" } } }