{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Struct", "type": "object", "properties": { "value": { "foo": "bar" }, "int": { "type": "overridden", "format": "int32" } }, "required": [ "value", "int" ], "msg": "hello world", "obj": { "array": [ null, null ] }, "3": 3.0, "pi": 3.14 }