Skip to content

Commit cf4a281

Browse files
mosofskyMichael Osofskypre-commit-ci[bot]
authored
Introduced abc-inventory-module-data-3.0.0.json (#4075)
* Introduced abc-inventory-module-data-3.0.0.json Updated inventory JSON schema to reflect oldQuantity for Adjust transaction. Testing: - npm run check -- --SchemaName=abc-inventory-module-data-3.0.0.json - npm run check * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: Michael Osofsky <michael@abc-plan.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 973a8ad commit cf4a281

File tree

4 files changed

+1741
-2
lines changed

4 files changed

+1741
-2
lines changed

src/api/json/catalog.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,11 @@
105105
"name": "ABCInventoryModuleData",
106106
"description": "ABCInventoryModuleData defining the structure of ABCInventoryModuleData including Principal Data, inventory, and transaction data in ABC-Plan's Inventory Management Module",
107107
"fileMatch": ["abc-inventory-module-data-*.json"],
108-
"url": "https://json.schemastore.org/abc-inventory-module-data-2.0.0.json",
108+
"url": "https://json.schemastore.org/abc-inventory-module-data-3.0.0.json",
109109
"versions": {
110110
"1.0.0": "https://json.schemastore.org/abc-inventory-module-data-1.0.0.json",
111-
"2.0.0": "https://json.schemastore.org/abc-inventory-module-data-2.0.0.json"
111+
"2.0.0": "https://json.schemastore.org/abc-inventory-module-data-2.0.0.json",
112+
"3.0.0": "https://json.schemastore.org/abc-inventory-module-data-2.0.0.json"
112113
}
113114
},
114115
{
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"ABCInventoryEntries": {},
3+
"ABCLocations": {},
4+
"ABCMaterialCategories": {},
5+
"ABCMaterialNumbers": {},
6+
"ABCProducts": {},
7+
"ABCReasonCodes": {},
8+
"ABCTransactions": [],
9+
"ABCVendors": {}
10+
}

0 commit comments

Comments
 (0)