{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "BillItemsSummaryDocs", "type": "object", "properties": { "total_items": { "type": "integer" }, "total_cost": { "type": "number", "format": "double" } }, "required": [ "total_cost", "total_items" ] }