wisp-schema 1.13.0 → 1.13.1
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 +1 -0
- data/canary-wisp.json +1 -0
- data/lib/version.rb +2 -2
- data/nouns.json +1 -0
- data/wisp.json +1 -0
- 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: 977a7b37e134eb9bc09bab4ad2cc79b3c38ac9481a015b3e8fe871916974861f
|
|
4
|
+
data.tar.gz: 30fcb095f2fea749a10d5dc5a6836bb740e14b2c9514e5d7adc76d8a79430fef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a99764064fa8936f907cd5d5defbdb04c71596e750877e100af5d904eb602dac8b90f3e5ecea51328ffdcd50b2d68f01384acb73d795279877da7b3e8e18661b
|
|
7
|
+
data.tar.gz: 374c50d5d73d9571e284dfe6c8a21a3fbc6a8ea15f8f1264bcdd81604f21c63be0b3e5694759939cc541021a24d8f62a82d79951172351f6eb74b94052a6a145
|
data/canary-nouns.json
CHANGED
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"image_match_mode": {
|
|
19
19
|
"enum": ["pixel", "pixel_and_ocr", "semantic", "strict"]
|
|
20
20
|
},
|
|
21
|
+
"search_term": {"title": "Text describing UI Element or it's location", "type": "string"},
|
|
21
22
|
"ocr_expression": {
|
|
22
23
|
"title": "Expression to use for text matching",
|
|
23
24
|
"type": "string",
|
data/canary-wisp.json
CHANGED
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"image_match_mode": {
|
|
26
26
|
"enum": ["pixel", "pixel_and_ocr", "semantic", "strict"]
|
|
27
27
|
},
|
|
28
|
+
"search_term": {"title": "Text describing UI Element or it's location", "type": "string"},
|
|
28
29
|
"ocr_expression": {
|
|
29
30
|
"title": "Expression to use for text matching",
|
|
30
31
|
"type": "string",
|
data/lib/version.rb
CHANGED
data/nouns.json
CHANGED
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"image_match_mode": {
|
|
19
19
|
"enum": ["pixel", "pixel_and_ocr", "semantic", "strict"]
|
|
20
20
|
},
|
|
21
|
+
"search_term": {"title": "Text describing UI Element or it's location", "type": "string"},
|
|
21
22
|
"ocr_expression": {
|
|
22
23
|
"title": "Expression to use for text matching",
|
|
23
24
|
"type": "string",
|
data/wisp.json
CHANGED
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"image_match_mode": {
|
|
26
26
|
"enum": ["pixel", "pixel_and_ocr", "semantic", "strict"]
|
|
27
27
|
},
|
|
28
|
+
"search_term": {"title": "Text describing UI Element or it's location", "type": "string"},
|
|
28
29
|
"ocr_expression": {
|
|
29
30
|
"title": "Expression to use for text matching",
|
|
30
31
|
"type": "string",
|