Colin Milhaupt
Colin Milhaupt
Given the following KSY definition: ```ksy meta: id: bits_example endian: be bit-endian: be seq: - id: first_bit type: b2 - id: second_bit type: b2 - id: third_bit type: b2 -...
Given the following schema `test_schema.json`: ``` { "$schema": "http://json-schema.org/draft-07/schema#", "title": "test schema", "type": "object", "additionalProperties": false, "properties": { "id": { "$ref": "#/definitions/Identified" } }, "definitions": { "Identifier": { "anyOf": [...