{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Test", "type": "object", "properties": { "optional": { "type": [ "integer", "null" ], "format": "int32" } } }