Skip to content

Commit

Permalink
fix: remove "additionalItems" keyword (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
HJunyuan authored May 25, 2021
1 parent 6a55cfb commit 99534ba
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/sg/gov/moh/healthcert/1.0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"coding": {
"description": "A reference to a code defined by a terminology system.",
"type": "array",
"additionalItems": true,
"items": {
"type": "object",
"required": ["system", "code", "display"],
Expand Down Expand Up @@ -66,7 +65,6 @@
},
"extension": {
"type": "array",
"additionalItems": true,
"minItems": 1,
"items": {
"type": "object",
Expand Down Expand Up @@ -94,7 +92,6 @@
"identifier": {
"description": "An identifier for this patient.",
"type": "array",
"additionalItems": true,
"minItems": 1,
"items": {
"type": "object",
Expand Down Expand Up @@ -212,7 +209,6 @@
"identifier": {
"description": "A unique identifier assigned to this observation.",
"type": "array",
"additionalItems": true,
"items": {
"type": "object",
"required": ["value", "type"],
Expand Down Expand Up @@ -251,7 +247,6 @@
"properties": {
"name": {
"type": "array",
"additionalItems": true,
"items": {
"type": "object",
"required": ["text"],
Expand All @@ -271,7 +266,6 @@
},
"qualification": {
"type": "array",
"additionalItems": true,
"items": {
"type": "object",
"required": ["identifier", "issuer"],
Expand Down Expand Up @@ -359,7 +353,6 @@
"telecom": {
"description": "A contact detail (e.g. a telephone number or an email address) by which the party may be contacted.",
"type": "array",
"additionalItems": true,
"items": {
"type": "object",
"required": ["system", "value"],
Expand Down

0 comments on commit 99534ba

Please sign in to comment.