Skip to content

Commit

Permalink
SHIBUI-1020 Fixed schema validation for provider
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Nov 28, 2018
1 parent a568b32 commit fd0b93b
Showing 1 changed file with 8 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"type": "object",
"required": [
"xmlId",
"metadataURL"
"metadataURL",
"metadataRequestURLConstructionScheme"
],
"properties": {
"enabled": {
Expand All @@ -20,6 +21,10 @@
},
"metadataRequestURLConstructionScheme": {
"type": "object",
"required": [
"@type",
"content"
],
"properties": {
"@type": {
"title": "label.md-request-type",
Expand Down Expand Up @@ -58,11 +63,7 @@
"title": "label.transform-ref",
"description": "tooltip.transform-ref",
"type": "string",
"visibleIf": {
"content": [
""
]
}
"widget": "hidden"
},
"encodingStyle": {
"title": "label.encoding-style",
Expand Down Expand Up @@ -108,12 +109,7 @@
"title": "label.velocity-engine",
"description": "tooltip.velocity-engine",
"type": "string",
"default": "shibboleth.VelocityEngine",
"visibleIf": {
"@type": [
"Template"
]
}
"widget": "hidden"
},
"match": {
"title": "label.match",
Expand Down

0 comments on commit fd0b93b

Please sign in to comment.