Skip to content

Commit

Permalink
Revert "[SHIBUI-1414] WIP"
Browse files Browse the repository at this point in the history
This reverts commit 2e39d4f
  • Loading branch information
jj committed Aug 19, 2019
1 parent 8da94bd commit 643b12b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions backend/src/main/resources/metadata-sources-ui-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"default": false
},
"organization": {
"type": ["object", "null"],
"type": "object",
"properties": {
"name": {
"title": "label.organization-name",
Expand Down Expand Up @@ -68,13 +68,13 @@
"contacts": {
"title": "label.contact-information",
"description": "tooltip.contact-information",
"type": ["array", "null"],
"type": "array",
"items": {
"$ref": "#/definitions/Contact"
}
},
"mdui": {
"type": ["object", "null"],
"type": "object",
"widget": {
"id": "fieldset"
},
Expand Down Expand Up @@ -143,7 +143,7 @@
}
},
"securityInfo": {
"type": ["object", "null"],
"type": "object",
"widget": {
"id": "fieldset"
},
Expand Down Expand Up @@ -245,13 +245,13 @@
"assertionConsumerServices": {
"title": "label.assertion-consumer-service-endpoints",
"description": "",
"type": ["array", "null"],
"type": "array",
"items": {
"$ref": "#/definitions/AssertionConsumerService"
}
},
"serviceProviderSsoDescriptor": {
"type": ["object", "null"],
"type": "object",
"widget": {
"id": "fieldset"
},
Expand Down Expand Up @@ -299,17 +299,17 @@
"logoutEndpoints": {
"title": "label.logout-endpoints",
"description": "tooltip.logout-endpoints",
"type": ["array", "null"],
"type": "array",
"items": {
"$ref": "#/definitions/LogoutEndpoint"
}
},
"relyingPartyOverrides": {
"type": ["object", "null"],
"type": "object",
"properties": {}
},
"attributeRelease": {
"type": ["array", "null"],
"type": "array",
"title": "label.attribute-release",
"description": "Attribute release table - select the attributes you want to release (default unchecked)",
"widget": {
Expand Down

0 comments on commit 643b12b

Please sign in to comment.