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