Skip to content

Commit

Permalink
[EDGEPATRON-141]-Removed Address0
Browse files Browse the repository at this point in the history
  • Loading branch information
SinghAdes committed Jul 11, 2024
1 parent 578ebc1 commit bd7d554
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ramls/external_patron.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"required": ["externalSystemId", "firstName", "lastName"],
"additionalProperties": false
},
"address": {
"addressInfo": {
"type": "object",
"description": "Secondary address info of patron",
"properties": {
Expand Down Expand Up @@ -92,11 +92,10 @@
"type": "string",
"enum": ["Support", "Programs", "Service"]
},
"minItems": 1,
"maxItems": 3,
"uniqueItems": true
}
},
"required": ["generalInfo", "address", "contactInfo"],
"required": ["generalInfo", "addressInfo", "contactInfo"],
"additionalProperties": false
}

0 comments on commit bd7d554

Please sign in to comment.