Skip to content

Commit

Permalink
Removed oneof warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jun 11, 2021
1 parent a179378 commit 1d15059
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions backend/src/main/resources/metadata-sources-ui-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,25 +136,6 @@
"nameIdFormats": {
"$ref": "#/definitions/nameIdFormats"
}
},
"dependencies": {
"nameIdFormats": {
"oneOf": [
{
"nameIdFormats": {
"minLength": 1
},
"required": [
"protocolSupportEnum"
]
},
{
"nameIdFormats": {
"minLength": 0
}
}
]
}
}
},
"logoutEndpoints": {
Expand Down

0 comments on commit 1d15059

Please sign in to comment.