Skip to content

Commit

Permalink
Simplify CP identity check schema (#226)
Browse files Browse the repository at this point in the history
Same as #225 but for certificate provider
  • Loading branch information
gregtyler authored Jul 9, 2024
1 parent f879db3 commit 69c9fe2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/schemas/2024-10/donor-details.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@
"enum": ["paper", "online"]
},
"identityCheck": {
"allOf": [{"$ref": "#/$defs/IdentityCheck"}],
"type": "object"
"$ref": "#/$defs/IdentityCheck"
}
}
},
Expand Down

0 comments on commit 69c9fe2

Please sign in to comment.