Skip to content

Commit

Permalink
fix: update schema reference for subject_identifiers.supported_types
Browse files Browse the repository at this point in the history
Closes #2270
  • Loading branch information
aeneasr committed Jan 12, 2021
1 parent 87d35e8 commit d4ddb99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .schema/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@
},
"if": {
"properties": {
"enabled": {
"supported_types": {
"contains": {
"const": "pairwise"
}
Expand All @@ -559,7 +559,7 @@
},
"examples": [
{
"enabled": [
"supported_types": [
"public",
"pairwise"
],
Expand Down

0 comments on commit d4ddb99

Please sign in to comment.