UNPKG

@datr.tech/cargo-router-validation-schemas-dolomite

Version:
27 lines (26 loc) 811 B
{ "adminStatusId": { "default": "undefined", "in": "body", "isMongoId": true, "notEmpty": false, "optional": { "values": "undefined" } }, "adminUserId": { "in": "body", "isMongoId": true, "notEmpty": false }, "description": { "default": "undefined", "in": "body", "isString": true, "isLength": { "options": { "min": 1, "max": 200 } }, "notEmpty": false, "optional": { "values": "undefined" } }, "frameworkId": { "in": "body", "isMongoId": true, "notEmpty": false }, "journeyTypeId": { "in": "body", "isMongoId": true, "notEmpty": false }, "name": { "in": "body", "isString": true, "isLength": { "options": { "min": 8, "max": 100 } }, "notEmpty": true } }