{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Struct", "type": "object", "properties": { "foo": { "type": "boolean" }, "bar": { "type": "integer", "format": "int32" }, "baz": { "type": "boolean" } }, "required": [ "foo", "bar", "baz" ] }