Skip to content

Commit

Permalink
Introduced abc-inventory-module-data.json v1.0.0
Browse files Browse the repository at this point in the history
abc-inventory-module-data-1.0.0.json is a JSON Schema defining the structure of ABCInventoryModuleData including Principal Data, inventory, and transaction data in ABC-Plan's Inventory Management Module.

Testing:
- npm run check -- --SchemaName=abc-inventory-module-data-1.0.0.json
- npm run check
  • Loading branch information
Michael Osofsky committed Aug 30, 2024
1 parent 1fd6264 commit 084c6e3
Show file tree
Hide file tree
Showing 4 changed files with 2,015 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,15 @@
"1.3": "https://json.schemastore.org/aiproj-1.3.json"
}
},
{
"name": "ABCInventoryModuleData",
"description": "ABCInventoryModuleData defining the structure of ABCInventoryModuleData including Principal Data, inventory, and transaction data in ABC-Plan's Inventory Management Module",
"fileMatch": ["abc-inventory-module-data-*.json"],
"url": "https://json.schemastore.org/abc-inventory-module-data-1.0.0.json",
"versions": {
"1.0.0": "https://json.schemastore.org/abc-inventory-module-data-1.0.0.json"
}
},
{
"name": "ABCSupplyPlan",
"description": "ABCSupplyPlan representing all the state for performing inventory optimization and expiry analysis in ABC-Plan MasterPlanner",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"ABCProducts": {},
"ABCVendors": {},
"ABCMaterialCategories": {},
"ABCMaterialNumbers": {},
"ABCLocations": {},
"ABCReasonCodes": {},
"ABCTransactions": [],
"ABCInventoryEntries": {}
}
Loading

0 comments on commit 084c6e3

Please sign in to comment.