Skip to content

Commit

Permalink
adjust membership validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil91 committed Apr 27, 2024
1 parent 008c8a2 commit 8c40f57
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"required": [
"id",
"memberOf",
"holderIndentifier"
"holderIdentifier"
],
"properties": {
"id": {
Expand All @@ -73,7 +73,7 @@
"memberOf": {
"type": "string"
},
"holderIndentifier": {
"holderIdentifier": {
"type": "string"
}
}
Expand Down

0 comments on commit 8c40f57

Please sign in to comment.