Skip to content

Commit 1625687

Browse files
author
Matthew Gramigna
committed
Change desc; remove req port and from; add mask
1 parent d8d3f1d commit 1625687

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/helpers/schemas/config.schema.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$id": "csv-config",
33
"$schema": "https://json-schema.org/draft/2020-12/schema",
4-
"description": "Schema for CSV config files",
4+
"description": "Schema for mcode-extraction-framework config files",
55
"type": "object",
66
"properties": {
77
"patientIdCsvPath": {
@@ -65,8 +65,6 @@
6565
},
6666
"required": [
6767
"host",
68-
"port",
69-
"from",
7068
"to"
7169
]
7270
},
@@ -98,6 +96,12 @@
9896
},
9997
"type": {
10098
"type": "string"
99+
},
100+
"mask": {
101+
"type": "array",
102+
"items": {
103+
"type": "string"
104+
}
101105
}
102106
}
103107
}

0 commit comments

Comments
 (0)