@datr.tech/cargo-router-validation-schemas-dolomite
Version:
Cargo router validation schemas for dolomite
48 lines (47 loc) • 1.29 kB
JSON
{
"adminStatusId": {
"default": "undefined",
"in": "body",
"isMongoId": true,
"notEmpty": false,
"optional": { "values": "undefined" }
},
"adminUserId": {
"in": "body",
"isMongoId": true,
"notEmpty": false,
"default": "undefined",
"optional": { "values": "undefined" }
},
"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,
"default": "undefined",
"optional": { "values": "undefined" }
},
"journeyId": { "in": "params", "isMongoId": true, "notEmpty": true },
"journeyTypeId": {
"in": "body",
"isMongoId": true,
"notEmpty": false,
"default": "undefined",
"optional": { "values": "undefined" }
},
"name": {
"in": "body",
"isString": true,
"isLength": { "options": { "min": 8, "max": 100 } },
"notEmpty": false,
"default": "undefined",
"optional": { "values": "undefined" }
}
}