Skip to content

Commit

Permalink
Merge pull request #278 from ThorodanBrom/patch-1
Browse files Browse the repository at this point in the history
Update resourceItemSchema.json - update `accessPolicy` enum for PII resource items
  • Loading branch information
pranavrd authored Sep 24, 2023
2 parents f277900 + ad6f47c commit 1d94c1e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@
"default": "",
"examples": [
"SECURE",
"ppi"
"pii"
],
"pattern": "^(SECURE|OPEN|PPI|secure|open|ppi)$"
"pattern": "^(SECURE|OPEN|PII|secure|open|pii)$"
},
"instance": {
"$id": "#/properties/instance",
Expand Down

0 comments on commit 1d94c1e

Please sign in to comment.