Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 99534ba

Browse files
authored
fix: remove "additionalItems" keyword (#24)
1 parent 6a55cfb commit 99534ba

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/sg/gov/moh/healthcert/1.0/schema.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"coding": {
2424
"description": "A reference to a code defined by a terminology system.",
2525
"type": "array",
26-
"additionalItems": true,
2726
"items": {
2827
"type": "object",
2928
"required": ["system", "code", "display"],
@@ -66,7 +65,6 @@
6665
},
6766
"extension": {
6867
"type": "array",
69-
"additionalItems": true,
7068
"minItems": 1,
7169
"items": {
7270
"type": "object",
@@ -94,7 +92,6 @@
9492
"identifier": {
9593
"description": "An identifier for this patient.",
9694
"type": "array",
97-
"additionalItems": true,
9895
"minItems": 1,
9996
"items": {
10097
"type": "object",
@@ -212,7 +209,6 @@
212209
"identifier": {
213210
"description": "A unique identifier assigned to this observation.",
214211
"type": "array",
215-
"additionalItems": true,
216212
"items": {
217213
"type": "object",
218214
"required": ["value", "type"],
@@ -251,7 +247,6 @@
251247
"properties": {
252248
"name": {
253249
"type": "array",
254-
"additionalItems": true,
255250
"items": {
256251
"type": "object",
257252
"required": ["text"],
@@ -271,7 +266,6 @@
271266
},
272267
"qualification": {
273268
"type": "array",
274-
"additionalItems": true,
275269
"items": {
276270
"type": "object",
277271
"required": ["identifier", "issuer"],
@@ -359,7 +353,6 @@
359353
"telecom": {
360354
"description": "A contact detail (e.g. a telephone number or an email address) by which the party may be contacted.",
361355
"type": "array",
362-
"additionalItems": true,
363356
"items": {
364357
"type": "object",
365358
"required": ["system", "value"],

0 commit comments

Comments
 (0)