-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduced abc-inventory-module-data.json v1.0.0
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
Showing
4 changed files
with
2,015 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
10 changes: 10 additions & 0 deletions
10
...st/abc-inventory-module-data-1.0.0/abc-inventory-module-data-missing-schema-property.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"ABCProducts": {}, | ||
"ABCVendors": {}, | ||
"ABCMaterialCategories": {}, | ||
"ABCMaterialNumbers": {}, | ||
"ABCLocations": {}, | ||
"ABCReasonCodes": {}, | ||
"ABCTransactions": [], | ||
"ABCInventoryEntries": {} | ||
} |
Oops, something went wrong.