Skip to content

Commit

Permalink
SHIBUI-701 Removed unnecessary values from schema
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Nov 5, 2018
1 parent 6babb71 commit 9072bb6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 90 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,51 +114,6 @@
"minimum": 0,
"maximum": 1,
"default": null
},
"resolveViaPredicatesOnly": {
"title": "label.resolve-via-predicates-only",
"description": "tooltip.resolve-via-predicates-only",
"type": "boolean",
"widget": {
"id": "boolean-radio"
},
"oneOf": [
{
"enum": [
true
],
"description": "value.true"
},
{
"enum": [
false
],
"description": "value.false"
}
],
"default": true
},
"expirationWarningThreshold": {
"title": "label.expiration-warning-threshold",
"description": "tooltip.expiration-warning-threshold",
"type": "string",
"placeholder": "label.duration",
"widget": {
"id": "datalist",
"data": [
"PT0S",
"PT30S",
"PT1M",
"PT10M",
"PT30M",
"PT1H",
"PT4H",
"PT12H",
"PT24H"
]
},
"default": null,
"pattern": "^(R\\d*\\/)?P(?:\\d+(?:\\.\\d+)?Y)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?W)?(?:\\d+(?:\\.\\d+)?D)?(?:T(?:\\d+(?:\\.\\d+)?H)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?S)?)?$"
}
}
}
Expand Down
45 changes: 0 additions & 45 deletions ui/src/assets/schema/provider/file-system.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,51 +114,6 @@
"minimum": 0,
"maximum": 1,
"default": null
},
"resolveViaPredicatesOnly": {
"title": "label.resolve-via-predicates-only",
"description": "tooltip.resolve-via-predicates-only",
"type": "boolean",
"widget": {
"id": "boolean-radio"
},
"oneOf": [
{
"enum": [
true
],
"description": "value.true"
},
{
"enum": [
false
],
"description": "value.false"
}
],
"default": true
},
"expirationWarningThreshold": {
"title": "label.expiration-warning-threshold",
"description": "tooltip.expiration-warning-threshold",
"type": "string",
"placeholder": "label.duration",
"widget": {
"id": "datalist",
"data": [
"PT0S",
"PT30S",
"PT1M",
"PT10M",
"PT30M",
"PT1H",
"PT4H",
"PT12H",
"PT24H"
]
},
"default": null,
"pattern": "^(R\\d*\\/)?P(?:\\d+(?:\\.\\d+)?Y)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?W)?(?:\\d+(?:\\.\\d+)?D)?(?:T(?:\\d+(?:\\.\\d+)?H)?(?:\\d+(?:\\.\\d+)?M)?(?:\\d+(?:\\.\\d+)?S)?)?$"
}
}
}
Expand Down

0 comments on commit 9072bb6

Please sign in to comment.