wisp-schema 1.7.0 → 1.8.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/canary-nouns.json +15 -0
- data/canary-wisp.json +16 -1
- data/lib/version.rb +3 -3
- data/nouns.json +15 -0
- data/stable/actions/ai_confirmation.json +1 -1
- data/wisp.json +16 -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: '089748bd1acbccbba79379be9ea5e28a9291ebbf1950f78c9b26e0b6e7ca3bb5'
|
4
|
+
data.tar.gz: 59860657226f8c45c0100baaf02799dc865213e1ed36aa38325347574d7834a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 72c5d7d11210b2181b344db7ff7ea1d676a0662e35823cbed781d973666e6a3f5a36ddca03aa28087174ba848f372882551d54ffaa5ebe8bf643af085e058d4b
|
7
|
+
data.tar.gz: cdc11f6f2b42e73a512b79cff3f684dfcc714d87474400a14c8da654f03e738500511f9e110eef49006f95fead4e8db5bb5231b6898cabbb4104dc1fb439eeb4
|
data/canary-nouns.json
CHANGED
@@ -33,6 +33,21 @@
|
|
33
33
|
"w": {"type": "integer"},
|
34
34
|
"h": {"type": "integer"}
|
35
35
|
}
|
36
|
+
},
|
37
|
+
"masks": {
|
38
|
+
"type": "array",
|
39
|
+
"title": "Mask collection",
|
40
|
+
"description": "A collection of mask objects that tell the matching algorightms which parts of an image to ignore when attempting a match",
|
41
|
+
"items": {
|
42
|
+
"type": "object",
|
43
|
+
"title": "Mask",
|
44
|
+
"properties": {
|
45
|
+
"x": {"type": "integer"},
|
46
|
+
"y": {"type": "integer"},
|
47
|
+
"w": {"type": "integer"},
|
48
|
+
"h": {"type": "integer"}
|
49
|
+
}
|
50
|
+
}
|
36
51
|
}
|
37
52
|
},
|
38
53
|
"additionalProperties": false,
|
data/canary-wisp.json
CHANGED
@@ -40,6 +40,21 @@
|
|
40
40
|
"w": {"type": "integer"},
|
41
41
|
"h": {"type": "integer"}
|
42
42
|
}
|
43
|
+
},
|
44
|
+
"masks": {
|
45
|
+
"type": "array",
|
46
|
+
"title": "Mask collection",
|
47
|
+
"description": "A collection of mask objects that tell the matching algorightms which parts of an image to ignore when attempting a match",
|
48
|
+
"items": {
|
49
|
+
"type": "object",
|
50
|
+
"title": "Mask",
|
51
|
+
"properties": {
|
52
|
+
"x": {"type": "integer"},
|
53
|
+
"y": {"type": "integer"},
|
54
|
+
"w": {"type": "integer"},
|
55
|
+
"h": {"type": "integer"}
|
56
|
+
}
|
57
|
+
}
|
43
58
|
}
|
44
59
|
},
|
45
60
|
"additionalProperties": false,
|
@@ -85,7 +100,7 @@
|
|
85
100
|
"ai_confirmation": {
|
86
101
|
"type": "object",
|
87
102
|
"action_type": "assertion",
|
88
|
-
"title": "AI
|
103
|
+
"title": "AI Assertion",
|
89
104
|
"description": "A Yes (pass) or No (fail) question answered by AI",
|
90
105
|
"properties": {
|
91
106
|
"action": {
|
data/lib/version.rb
CHANGED
data/nouns.json
CHANGED
@@ -33,6 +33,21 @@
|
|
33
33
|
"w": {"type": "integer"},
|
34
34
|
"h": {"type": "integer"}
|
35
35
|
}
|
36
|
+
},
|
37
|
+
"masks": {
|
38
|
+
"type": "array",
|
39
|
+
"title": "Mask collection",
|
40
|
+
"description": "A collection of mask objects that tell the matching algorightms which parts of an image to ignore when attempting a match",
|
41
|
+
"items": {
|
42
|
+
"type": "object",
|
43
|
+
"title": "Mask",
|
44
|
+
"properties": {
|
45
|
+
"x": {"type": "integer"},
|
46
|
+
"y": {"type": "integer"},
|
47
|
+
"w": {"type": "integer"},
|
48
|
+
"h": {"type": "integer"}
|
49
|
+
}
|
50
|
+
}
|
36
51
|
}
|
37
52
|
},
|
38
53
|
"additionalProperties": false,
|
data/wisp.json
CHANGED
@@ -40,6 +40,21 @@
|
|
40
40
|
"w": {"type": "integer"},
|
41
41
|
"h": {"type": "integer"}
|
42
42
|
}
|
43
|
+
},
|
44
|
+
"masks": {
|
45
|
+
"type": "array",
|
46
|
+
"title": "Mask collection",
|
47
|
+
"description": "A collection of mask objects that tell the matching algorightms which parts of an image to ignore when attempting a match",
|
48
|
+
"items": {
|
49
|
+
"type": "object",
|
50
|
+
"title": "Mask",
|
51
|
+
"properties": {
|
52
|
+
"x": {"type": "integer"},
|
53
|
+
"y": {"type": "integer"},
|
54
|
+
"w": {"type": "integer"},
|
55
|
+
"h": {"type": "integer"}
|
56
|
+
}
|
57
|
+
}
|
43
58
|
}
|
44
59
|
},
|
45
60
|
"additionalProperties": false,
|
@@ -85,7 +100,7 @@
|
|
85
100
|
"ai_confirmation": {
|
86
101
|
"type": "object",
|
87
102
|
"action_type": "assertion",
|
88
|
-
"title": "AI
|
103
|
+
"title": "AI Assertion",
|
89
104
|
"description": "A Yes (pass) or No (fail) question answered by AI",
|
90
105
|
"properties": {
|
91
106
|
"action": {
|