wisp-schema 1.10.2 → 1.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/canary-nouns.json +13 -1
- data/canary-wisp.json +13 -1
- data/lib/version.rb +2 -2
- data/nouns.json +13 -1
- data/stable/actions/ui_element_reference.json +13 -1
- data/wisp.json +13 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b699f1b28f61a37d2b3b3b8cdccb709d70e590cde1a28580cb12a8c679d373dc
|
|
4
|
+
data.tar.gz: 7a1fb4a569669809792f121033678c0dafd544e32de4886f0658fed4439487c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b408af98b40cdd521973b107fe62b03b3e2febce9ffe8b5e4a274cc9226924fc55a808cceaa6499904252c44e71337a13cef25fbb99036d0ea12a27e0d1792f0
|
|
7
|
+
data.tar.gz: 3c99af0a07175cfa6a963eeccd718e8b92115ddeb6a69195fcb6719269a66f5c92a8c08d3d2894a451d4242b833b7b3db9989bb7aa51b0a72a2fd92dc9d3f6a2
|
data/canary-nouns.json
CHANGED
|
@@ -77,7 +77,19 @@
|
|
|
77
77
|
"type": {
|
|
78
78
|
"enum": ["ui_element_reference"]
|
|
79
79
|
},
|
|
80
|
-
"id": {"title": "UI Element ID", "type": "integer"}
|
|
80
|
+
"id": {"title": "UI Element ID", "type": "integer"},
|
|
81
|
+
"text_matchers": {
|
|
82
|
+
"type": "array",
|
|
83
|
+
"title": "Mask text-matching collection",
|
|
84
|
+
"description": "A collection of user-supplied strings representing text to be matched within the mask. It has an index corresponding with its mask in the ui_element.masks array",
|
|
85
|
+
"items": {
|
|
86
|
+
"type": "object",
|
|
87
|
+
"title": "Text to match",
|
|
88
|
+
"properties": {
|
|
89
|
+
"text": {"type": "string"}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
81
93
|
},
|
|
82
94
|
"additionalProperties": false,
|
|
83
95
|
"required": ["type", "id"]
|
data/canary-wisp.json
CHANGED
|
@@ -84,7 +84,19 @@
|
|
|
84
84
|
"type": {
|
|
85
85
|
"enum": ["ui_element_reference"]
|
|
86
86
|
},
|
|
87
|
-
"id": {"title": "UI Element ID", "type": "integer"}
|
|
87
|
+
"id": {"title": "UI Element ID", "type": "integer"},
|
|
88
|
+
"text_matchers": {
|
|
89
|
+
"type": "array",
|
|
90
|
+
"title": "Mask text-matching collection",
|
|
91
|
+
"description": "A collection of user-supplied strings representing text to be matched within the mask. It has an index corresponding with its mask in the ui_element.masks array",
|
|
92
|
+
"items": {
|
|
93
|
+
"type": "object",
|
|
94
|
+
"title": "Text to match",
|
|
95
|
+
"properties": {
|
|
96
|
+
"text": {"type": "string"}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
88
100
|
},
|
|
89
101
|
"additionalProperties": false,
|
|
90
102
|
"required": ["type", "id"]
|
data/lib/version.rb
CHANGED
data/nouns.json
CHANGED
|
@@ -77,7 +77,19 @@
|
|
|
77
77
|
"type": {
|
|
78
78
|
"enum": ["ui_element_reference"]
|
|
79
79
|
},
|
|
80
|
-
"id": {"title": "UI Element ID", "type": "integer"}
|
|
80
|
+
"id": {"title": "UI Element ID", "type": "integer"},
|
|
81
|
+
"text_matchers": {
|
|
82
|
+
"type": "array",
|
|
83
|
+
"title": "Mask text-matching collection",
|
|
84
|
+
"description": "A collection of user-supplied strings representing text to be matched within the mask. It has an index corresponding with its mask in the ui_element.masks array",
|
|
85
|
+
"items": {
|
|
86
|
+
"type": "object",
|
|
87
|
+
"title": "Text to match",
|
|
88
|
+
"properties": {
|
|
89
|
+
"text": {"type": "string"}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
81
93
|
},
|
|
82
94
|
"additionalProperties": false,
|
|
83
95
|
"required": ["type", "id"]
|
|
@@ -7,7 +7,19 @@
|
|
|
7
7
|
"type": {
|
|
8
8
|
"enum": ["ui_element_reference"]
|
|
9
9
|
},
|
|
10
|
-
"id": {"title": "UI Element ID", "type": "integer"}
|
|
10
|
+
"id": {"title": "UI Element ID", "type": "integer"},
|
|
11
|
+
"text_matchers": {
|
|
12
|
+
"type": "array",
|
|
13
|
+
"title": "Mask text-matching collection",
|
|
14
|
+
"description": "A collection of user-supplied strings representing text to be matched within the mask. It has an index corresponding with its mask in the ui_element.masks array",
|
|
15
|
+
"items": {
|
|
16
|
+
"type": "object",
|
|
17
|
+
"title": "Text to match",
|
|
18
|
+
"properties": {
|
|
19
|
+
"text": {"type": "string"}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
11
23
|
},
|
|
12
24
|
"additionalProperties": false,
|
|
13
25
|
"required": ["type", "id"]
|
data/wisp.json
CHANGED
|
@@ -84,7 +84,19 @@
|
|
|
84
84
|
"type": {
|
|
85
85
|
"enum": ["ui_element_reference"]
|
|
86
86
|
},
|
|
87
|
-
"id": {"title": "UI Element ID", "type": "integer"}
|
|
87
|
+
"id": {"title": "UI Element ID", "type": "integer"},
|
|
88
|
+
"text_matchers": {
|
|
89
|
+
"type": "array",
|
|
90
|
+
"title": "Mask text-matching collection",
|
|
91
|
+
"description": "A collection of user-supplied strings representing text to be matched within the mask. It has an index corresponding with its mask in the ui_element.masks array",
|
|
92
|
+
"items": {
|
|
93
|
+
"type": "object",
|
|
94
|
+
"title": "Text to match",
|
|
95
|
+
"properties": {
|
|
96
|
+
"text": {"type": "string"}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
88
100
|
},
|
|
89
101
|
"additionalProperties": false,
|
|
90
102
|
"required": ["type", "id"]
|