UNPKG

express-cart-tea

Version:

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

19 lines 383 B
{ "$id": "editUser", "type": "object", "properties": { "usersName": { "type": "string" }, "userEmail": { "type": "string", "format": "emailAddress" }, "userPassword": { "type": "string" }, "isAdmin": { "type": "boolean" } } }