DT
So every time I need to enter manually the train no. In parameters
Size: a a a
DT
DT
NV
DT
NV
S
A
M
M
S
M
S
M
M
S
M
S
NV
M
{
"approved": 78,
"placed": 100,
"delivered": 64
}
{
< * >: integer($int32)
}
const inventoriesSchema = {
"properties": {
"type": "integer",
"minLength": 1,
"maxLength": 32
}
};
// Test whether the response matches the schema
var inventories = JSON.parse(responseBody);
tests["Inventories are valid"] = tv4.validate(inventories, inventoriesSchema);