@datr.tech/cargo-router-validation-schemas-dolomite
Version:
Cargo router validation schemas for dolomite
34 lines (33 loc) • 968 B
JSON
{
"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" }
},
"journeyId": { "in": "body", "isMongoId": true, "notEmpty": false },
"name": {
"in": "body",
"isString": true,
"isLength": { "options": { "min": 8, "max": 100 } },
"notEmpty": true
},
"order": {
"default": 0,
"in": "body",
"isInt": true,
"notEmpty": false,
"optional": { "values": "undefined" }
},
"resourceId": { "in": "body", "isMongoId": true, "notEmpty": false }
}