ajv-cli
Version:
Command line interface for Ajv JSON schema validator
34 lines (33 loc) • 600 B
JSON
[
{
"id": 2,
"name": "An ice sculpture",
"price": 12.5,
"tags": ["cold", "ice"],
"dimensions": {
"length": 7.0,
"width": 12.0,
"height": 9.5
},
"warehouseLocation": {
"latitude": -78.75,
"longitude": 20.4
},
"additionalInfo": "Store in the cold"
},
{
"id": 3,
"name": "A blue mouse",
"price": 25.5,
"dimensions": {
"length": 3.1,
"width": 1.0,
"height": 1.0
},
"warehouseLocation": {
"latitude": 54.4,
"longitude": -32.7
},
"additionalInfo": "Feed every hour"
}
]