platform/tests/sanity-ws/inventory.json
Andrey Sobolev fb290699be
Sanity testing
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-01-27 11:36:46 +07:00

37 lines
1.1 KiB
JSON

[
{
"_id": "61f1094e3a1b1a24cfdef40b",
"_class": "inventory:class:Category",
"space": "inventory:space:Category",
"modifiedBy": "61f1031c1badffab2bb33861",
"modifiedOn": 1643186528693,
"name": "Mandatory",
"attachedTo": "inventory:global:Category",
"attachedToClass": "inventory:class:Category",
"collection": "categories",
"products": 2
},
{
"_id": "61f1095e3a1b1a24cfdef410",
"_class": "inventory:class:Product",
"space": "inventory:space:Products",
"modifiedBy": "61f1031c1badffab2bb33861",
"modifiedOn": 1643186526130,
"name": "Chair",
"attachedTo": "61f1094e3a1b1a24cfdef40b",
"attachedToClass": "inventory:class:Category",
"collection": "products"
},
{
"_id": "61f109603a1b1a24cfdef414",
"_class": "inventory:class:Product",
"space": "inventory:space:Products",
"modifiedBy": "61f1031c1badffab2bb33861",
"modifiedOn": 1643186543957,
"name": "Table",
"attachedTo": "61f1094e3a1b1a24cfdef40b",
"attachedToClass": "inventory:class:Category",
"collection": "products",
"photos": 1
}
]