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