You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/overview/Index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ The schema definition can be directly viewed [here](https://github.com/RoelantVo
10
10
11
11
* A simple Class Library (DLL) that has implemented the schema structure, as well as a validation function to test JSON files / messages against the schema
12
12
* Starter documentation.
13
-
* A sample implementation that generates code using [Handlebars.Net](http://roelantvos.com/blog/using-handlebars-to-generate-data-vault-hub-load-processes/). The example that uses the Handlebars generates code using a sample JSON file that conforms to the interface schema.
13
+
* A sample implementation that generates code using [Handlebars.Net](https://roelantvos.com/blog/using-handlebars-to-generate-data-vault-hub-load-processes/). The example that uses the Handlebars generates code using a sample JSON file that conforms to the interface schema.
14
14
* A simple regression test application that demonstrates different usages of the schema.
15
15
16
-
The schema is and examples are validated / extended using [https://www.jsonschemavalidator.net/](https://www.jsonschemavalidator.net/). Standards are followed from [json-schema.org](http://json-schema.org/). Also see [some miscellaneous examples](http://json-schema.org/learn/miscellaneous-examples.html).
16
+
The schema is and examples are validated / extended using [https://www.jsonschemavalidator.net/](https://www.jsonschemavalidator.net/). Standards are followed from [json-schema.org](https://json-schema.org/). Also see [some miscellaneous examples](https://json-schema.org/learn/miscellaneous-examples.html).
17
17
18
18
In principle, the schema can be used to generate an entire Data Warehouse, Data Lake and equivalent and/or similar.
19
19
@@ -38,7 +38,7 @@ At a high level there are two elements that form the core of a Data Object Mappi
38
38
* Data Object, which defines the source and target of the Data Object Mapping. A Data Object can optionally have a connection defined as a string or token, and can be a query, file or table.
39
39
* Data Item, which belong to a Data Object and represents an individual column or calculation (query) in a Data Object Mapping.
0 commit comments