Created
February 13, 2024 18:24
-
-
Save sarath-menon/c510d7fc5d053add9e6161be41624f5d to your computer and use it in GitHub Desktop.
json_sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": 1, | |
"name": "Warehouse Drones", | |
"type_id": 1, | |
"description": "Autonomously navigate and scan barcodes in the warehouse, collecting item data and sensor readings." | |
}, | |
{ | |
"id": 2, | |
"name": "Inventory Management System (IMS)", | |
"type_id": 3, | |
"description": "Processes scanned data, manages inventory information, generates reports, and interacts with UI and Cloud Storage." | |
}, | |
{ | |
"id": 3, | |
"name": "Cloud Storage", | |
"type_id": 2, | |
"description": "Securely stores historical inventory data, drone logs, and system configurations." | |
}, | |
{ | |
"id": 4, | |
"name": "User Interface (UI)", | |
"type_id": 4, | |
"description": "Web interface for warehouse operators to monitor inventory, view reports, and manage the system." | |
}, | |
{ | |
"id": 5, | |
"name": "Warehouse Operator", | |
"type_id": 5, | |
"description": "Manages the warehouse, uses the UI to interact with the system, and receives inventory analytics reports." | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment