wisp-schema 1.10.2 → 1.11.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70297c06995a4b2179907d6a31c19d968992a03c322391ec8ab17d2cf4a37a3d
4
- data.tar.gz: 880a5e00758d57df06472eefe2efe8107c80c8883020e32b387a2c1df03aa130
3
+ metadata.gz: b699f1b28f61a37d2b3b3b8cdccb709d70e590cde1a28580cb12a8c679d373dc
4
+ data.tar.gz: 7a1fb4a569669809792f121033678c0dafd544e32de4886f0658fed4439487c7
5
5
  SHA512:
6
- metadata.gz: fde70605a2f5c6ac8f7c8af57639e20f6aeef22407298f0e6f45c6f25e6dd8355e3167b4d83c87c325a4eee95bdc1d01a05f8d547118eb441c48191f35de4fe2
7
- data.tar.gz: 3634b8a6c1c2fbdf37d04e22fe00c605888f7a2a8c08be4959bca63037e7fc4cab6ee561d284d919ce138c4b284025dd75f9b2f3b730726acc3bed788391677c
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
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wisp
4
- VERSION = "1.10.2"
5
- STABLE_VERSION = "1.10.2"
4
+ VERSION = "1.11.0"
5
+ STABLE_VERSION = "1.11.0"
6
6
  CANARY_VERSION = "2.0.0"
7
7
  end
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"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wisp-schema
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.2
4
+ version: 1.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Grodowski