Skip to content

Commit

Permalink
Merged in bugfix/SHIBUI-990 (pull request #231)
Browse files Browse the repository at this point in the history
SHIBUI-990 Fixed broken schema $ref

Approved-by: Ryan Mathis <rmathis@unicon.net>
  • Loading branch information
rmathis committed Nov 9, 2018
2 parents a7665b8 + f980e33 commit f4a6d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main/resources/metadata-sources-ui-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
]
},
"nameIdFormats": {
"$ref": "#/definitions/NameIdFormatList"
"$ref": "#/definitions/nameIdFormats"
}
}
},
Expand Down

0 comments on commit f4a6d3c

Please sign in to comment.