addedInput schema / properties / activation_pct
Added value: +{
+ "default": 0,
+ "title": "Activation Pct",
+ "type": "number"
+}
addedInput schema / properties / days
Added value: +{
+ "default": 30,
+ "title": "Days",
+ "type": "integer"
+}
addedInput schema / properties / direction
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Direction"
+}
addedInput schema / properties / group_by
Added value: +{
+ "default": "none",
+ "title": "Group By",
+ "type": "string"
+}
addedInput schema / properties / horizon / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / properties / horizon / default
Previous value: -"same_day"New value: +null
removedInput schema / properties / horizon / type
Removed value: -"string"
addedInput schema / properties / include_open
Added value: +{
+ "default": false,
+ "title": "Include Open",
+ "type": "boolean"
+}
addedInput schema / properties / min_premium_score
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Min Premium Score"
+}
addedInput schema / properties / outcome
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Outcome"
+}
addedInput schema / properties / policy_version
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": "V7_1_TILTED_GIGO",
+ "title": "Policy Version"
+}
addedInput schema / properties / rule
Added value: +{
+ "default": "bracket",
+ "title": "Rule",
+ "type": "string"
+}
addedInput schema / properties / scan_date
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Scan Date"
+}
addedInput schema / properties / stop_pct
Added value: +{
+ "default": 30,
+ "title": "Stop Pct",
+ "type": "number"
+}
addedInput schema / properties / stops
Added value: +{
+ "anyOf": [
+ {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Stops"
+}
addedInput schema / properties / target_pct
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Target Pct"
+}
addedInput schema / properties / targets
Added value: +{
+ "anyOf": [
+ {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Targets"
+}
addedInput schema / properties / trail_pct
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Trail Pct"
+}
addedInput schema / properties / view
Added value: +{
+ "default": "labels",
+ "title": "View",
+ "type": "string"
+}