{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "const-generics-z-42", "type": "object", "properties": { "foo": { "type": "integer", "format": "int32" } }, "required": [ "foo" ] }