livr
Version:
Lightweight validator supporting Language Independent Validation Rules Specification
25 lines (20 loc) • 413 B
JSON
{
"id1-1": "User@mail.com",
"id1-2": 123,
"id2-1": "user@mail.com",
"id2-2": "123",
"id3-1": "user@mail.com",
"id3-2": "UserUserUser@mail.com",
"products": [
{
"product_type": "material",
"material_id": 123,
"quantity": 10,
"warehouse_id": 321
},
{
"product_type": "service",
"name": "Some service"
}
]
}