Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,20 @@
"5.1.0": "https://www.schemastore.org/abc-inventory-module-data-5.1.0.json"
}
},
{
"name": "ABCClinicalDemandForecast",
"description": "ABCClinicalDemandForecast defining the structure of clinical trial demand forecasting data in ABC-Plan",
"fileMatch": ["abc-clinical-demand-forecast-*.json"],
"url": "https://www.schemastore.org/abc-clinical-demand-forecast-1.0.0.json",
"versions": {
"1.0.0": "https://www.schemastore.org/abc-clinical-demand-forecast-1.0.0.json"
}
},
{
"name": "ABCSupplyPlan",
"description": "ABCSupplyPlan representing all the state for performing inventory optimization and expiry analysis in ABC-Plan MasterPlanner",
"fileMatch": ["abc-supply-plan-*.json"],
"url": "https://www.schemastore.org/abc-supply-plan-11.2.0.json",
"url": "https://www.schemastore.org/abc-supply-plan-11.3.0.json",
"versions": {
"1.0.0": "https://www.schemastore.org/abc-supply-plan-1.0.0.json",
"2.0.0": "https://www.schemastore.org/abc-supply-plan-2.0.0.json",
Expand All @@ -208,7 +217,8 @@
"10.1.0": "https://www.schemastore.org/abc-supply-plan-10.1.0.json",
"11.0.0": "https://www.schemastore.org/abc-supply-plan-11.0.0.json",
"11.1.0": "https://www.schemastore.org/abc-supply-plan-11.1.0.json",
"11.2.0": "https://www.schemastore.org/abc-supply-plan-11.2.0.json"
"11.2.0": "https://www.schemastore.org/abc-supply-plan-11.2.0.json",
"11.3.0": "https://www.schemastore.org/abc-supply-plan-11.3.0.json"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"analytics": {
"items": [],
"layouts": [],
"tabs": []
},
"clinicalDemandCalculatedForecast": null,
"clinicalDemandForecastConfiguration": {},
"planNotes": ""
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "https://json.schemastore.org/abc-supply-plan-11.3.0.json",
"abcMaterialsMap": {},
"analytics": {
"items": [],
"layouts": [],
"tabs": []
},
"planDate": "2020-03-01",
"planNotes": "{\"blocks\":[{\"key\":\"8o58p\",\"text\":\"Plan for March 2020\",\"type\":\"unstyled\",\"depth\":0,\"inlineStyleRanges\":[],\"entityRanges\":[],\"data\":{}}],\"entityMap\":{}}",
"recipeMap": {},
"this_is_an_invalid_property": {
"this_is_an_invalid_object_property": "this_is_an_invalid_object_value"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"$schema": "https://json.schemastore.org/abc-supply-plan-11.3.0.json",
"abcMaterialsMap": {
"1": {
"abcMaterialName": "FDP",
"actuals": {},
"currency": "USD",
"decimalPrecision": 0,
"demand": {
"2020-07-01": 100
},
"doExpiryCarryover": false,
"expiryAdjustments": {},
"firmOrders": [],
"firmRelease": {},
"firmingPeriod": 0,
"inventory": {},
"leadTime": 3,
"lifetime": 10,
"lotSizes": [
{
"endDate": null,
"startDate": null,
"timeDependentValue": 100.5
}
],
"maximumInventories": [],
"minimumInventories": [],
"ordering": 1,
"otherDemand": {},
"otherDemandAnnotations": {},
"plannedOrders": {},
"plannedRelease": {},
"productionMethod": "CumulativeLeadTime",
"timeAggregateType": "Monthly",
"x": 249,
"y": 127
}
},
"analytics": {
"items": [],
"layouts": [],
"tabs": []
},
"planDate": "2020-03-01",
"planNotes": "{\"blocks\":[{\"key\":\"8o58p\",\"text\":\"Plan for March 2020\",\"type\":\"unstyled\",\"depth\":0,\"inlineStyleRanges\":[],\"entityRanges\":[],\"data\":{}}],\"entityMap\":{}}",
"recipeMap": {}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "https://json.schemastore.org/abc-supply-plan-11.3.0.json",
"abcMaterialsMap": {},
"analytics": {
"items": [],
"layouts": [],
"tabs": []
},
"planDate": "March 1st, 2020",
"planNotes": "{\"blocks\":[{\"key\":\"8o58p\",\"text\":\"Plan for March 2020\",\"type\":\"unstyled\",\"depth\":0,\"inlineStyleRanges\":[],\"entityRanges\":[],\"data\":{}}],\"entityMap\":{}}",
"recipeMap": {}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"$schema": "https://json.schemastore.org/abc-supply-plan-11.3.0.json",
"abcMaterialsMap": {
"1": {
"abcMaterialName": "FDP",
"actuals": {},
"currency": "USD",
"decimalPrecision": "zero",
"demand": {
"2020-07-01": "one hundred"
},
"doExpiryCarryover": false,
"expiryAdjustments": {},
"firmOrders": [],
"firmRelease": {},
"firmingPeriod": "0",
"inventory": {},
"leadTime": "three",
"lifetime": 10,
"lotSizes": [
{
"endDate": null,
"startDate": null,
"timeDependentValue": "2000"
}
],
"maximumInventories": [],
"minimumInventories": [],
"ordering": 1,
"otherDemand": {},
"otherDemandAnnotations": {},
"plannedOrders": {},
"plannedRelease": {},
"productionMethod": "CumulativeLeadTime",
"timeAggregateType": "Monthly",
"x": 249,
"y": 127
}
},
"analytics": {
"items": [],
"layouts": [],
"tabs": []
},
"planDate": "2020-03-01",
"planNotes": "{\"blocks\":[{\"key\":\"8o58p\",\"text\":\"Plan for March 2020\",\"type\":\"unstyled\",\"depth\":0,\"inlineStyleRanges\":[],\"entityRanges\":[],\"data\":{}}],\"entityMap\":{}}",
"recipeMap": {}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"abcMaterialsMap": {},
"analytics": {
"items": [],
"layouts": [],
"tabs": []
},
"planDate": "2020-03-01",
"planNotes": "{\"blocks\":[{\"key\":\"8o58p\",\"text\":\"Plan for March 2020\",\"type\":\"unstyled\",\"depth\":0,\"inlineStyleRanges\":[],\"entityRanges\":[],\"data\":{}}],\"entityMap\":{}}",
"recipeMap": {}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://json.schemastore.org/abc-supply-plan-11.3.0.json",
"abcMaterialsMap": {},
"analytics": {
"items": [],
"layouts": []
},
"planDate": "2020-03-01",
"planNotes": "{\"blocks\":[{\"key\":\"8o58p\",\"text\":\"Plan for March 2020\",\"type\":\"unstyled\",\"depth\":0,\"inlineStyleRanges\":[],\"entityRanges\":[],\"data\":{}}],\"entityMap\":{}}",
"recipeMap": {}
}
28 changes: 28 additions & 0 deletions src/schema-validation.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,9 @@
"https://raw.githubusercontent.com/ShaitanLyss/these/main/hecate/hecate-json-schema.json"
],
"options": {
"abc-clinical-demand-forecast-1.0.0.json": {
"unknownKeywords": ["abcHasValidKitItemReferences"]
},
"abc-supply-plan-1.0.0.json": {
"unknownFormat": ["abc-draft-js_RawDraftContentState"],
"unknownKeywords": [
Expand Down Expand Up @@ -700,6 +703,28 @@
"abcArePlanningFrequencyChangesOnPlanningMonths"
]
},
"abc-supply-plan-11.3.0.json": {
"unknownFormat": ["abc-draft-js_RawDraftContentState"],
"unknownKeywords": [
"abcIsFirstDayOfMonth",
"abcIsLastDayOfMonth",
"abcIsAfter0001-01-01",
"abcIsBefore9999-12-31",
"abcDoMaterialIDsExist",
"abcIsAcyclic",
"abcAreAllocationMethodsHomogeneous",
"abcIsValidColor",
"abcNoDuplicateValuesForOrderingProperty",
"abcHasNonOverlappingTimeDependentValues",
"abcHasUninterruptedTimeDependentValues",
"abcIsExpirationDateOnOrAfterManufactureDate",
"abcIsReleaseDateOnOrAfterPlanDate",
"abcIsReleaseDateOnOrAfterManufactureDate",
"abcIsExpirationDateOnOrAfterReleaseDate",
"abcDemandDetailsMatchDemandRows",
"abcArePlanningFrequencyChangesOnPlanningMonths"
]
},
"anywork-ac-1.0.json": {
"externalSchema": ["base.json"]
},
Expand Down Expand Up @@ -772,6 +797,9 @@
"azure-iot-edgehub-deployment-1.2.json": {
"unknownKeywords": ["examples", "contentMediaType"]
},
"bitrise.json": {
"externalSchema": ["bitrise-step.json"]
},
"bower.json": {
"externalSchema": ["base-04.json"]
},
Expand Down
Loading