Skip to content

Commit

Permalink
Merge branch 'master' into form4142-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
raudabaugh authored Feb 20, 2025
2 parents 819d066 + 81c6670 commit 98cb2d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/21-4142-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -878,6 +878,7 @@
},
"providerFacility": {
"type": "array",
"maxItems": 5,
"items": {
"type": "object",
"additionalProperties": false,
Expand Down
1 change: 1 addition & 0 deletions src/schemas/21-4142/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ const schema = {
},
providerFacility: {
type: 'array',
maxItems: 5,
items: {
type: 'object',
additionalProperties: false,
Expand Down

0 comments on commit 98cb2d2

Please sign in to comment.