We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d3f1d commit 1625687Copy full SHA for 1625687
src/helpers/schemas/config.schema.json
@@ -1,7 +1,7 @@
1
{
2
"$id": "csv-config",
3
"$schema": "https://json-schema.org/draft/2020-12/schema",
4
- "description": "Schema for CSV config files",
+ "description": "Schema for mcode-extraction-framework config files",
5
"type": "object",
6
"properties": {
7
"patientIdCsvPath": {
@@ -65,8 +65,6 @@
65
},
66
"required": [
67
"host",
68
- "port",
69
- "from",
70
"to"
71
]
72
@@ -98,6 +96,12 @@
98
96
99
97
"type": {
100
"type": "string"
+ },
+ "mask": {
101
+ "type": "array",
102
+ "items": {
103
+ "type": "string"
104
+ }
105
}
106
107
0 commit comments