Skip to content

Commit

Permalink
SHIBUI-799 Updated Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Dec 6, 2018
1 parent 8397179 commit d17f488
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion backend/src/main/resources/nameid-filter.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@
"@type",
"resourceId",
"version",
"removeExistingFormats",
"removeExistingFormats"
]
},
{
"type": "group-lg",
"fields": [
"formats"
]
}
Expand Down Expand Up @@ -57,10 +62,16 @@
},
"formats": {
"type": "array",
"widget": {
"id": "inline-obj-list"
},
"title": "label.nameid-formats",
"description": "tooltip.nameid-formats",
"items": {
"type": "object",
"widget": {
"id": "inline-obj"
},
"properties": {
"format": {
"type": "string",
Expand Down

0 comments on commit d17f488

Please sign in to comment.