Skip to content

Commit

Permalink
Update resourceItemSchema.json - update accessPolicy enum for PII r…
Browse files Browse the repository at this point in the history
…esource items

Change `PPI`/`ppi` to `PII`/`pii` for `accessPolicy` enum validation
  • Loading branch information
ThorodanBrom authored Sep 24, 2023
1 parent f277900 commit ad6f47c
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 ad6f47c

Please sign in to comment.