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