UNPKG

express-cart-tea

Version:

A fully functioning Node.js shopping cart with Stripe, PayPal and Authorize.net payments.

34 lines 664 B
{ "$id": "newDiscount", "type": "object", "properties": { "code": { "type": "string" }, "type": { "type": "string", "enum": [ "amount", "percent" ] }, "value": { "type": "number" }, "start": { "type": "object", "format" : "datetime" }, "end": { "type": "object", "format" : "datetime" } }, "required": [ "code", "type", "value", "start", "end" ] }