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