Describe the solution you'd like
Currently we are using Test-Json to check if config files adhere to a certain schema, the schema definition is added to the code, we should place the schema in a separate file.
This is used in Arcus.Scripting.Storage.Table and Arcus.Scripting.ApiManagement
Describe the solution you'd like
Currently we are using
Test-Jsonto check if config files adhere to a certain schema, the schema definition is added to the code, we should place the schema in a separate file.This is used in
Arcus.Scripting.Storage.TableandArcus.Scripting.ApiManagement