wisp-schema 0.12.0 → 0.12.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/lib/wisp-schema.rb +1 -1
- data/wisp.json +2 -2
- 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: 7e96b179ddc53f1257da82d8567ce5373b18062bd4c972e9707bf937d742b827
|
|
4
|
+
data.tar.gz: ffc40d403c8f7e93945dba9c97cd871ed33b9db7ddc13ace6dd33dcbcddfd858
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a8cdf5a250e12330719f8c76a0f753152365a905395cb324a22a3a184a787b86aa711309d9848339fea4d80171a5df8f6821d9212e297ae48e68c77aa779514d
|
|
7
|
+
data.tar.gz: b0056908c2f3230877ad4957beaf7fac1fde20366dbedf5174d69ed19db7c6112591183f3b01c28866dd953f9cd32a08ad41ada872bb5b1db3bcc3dfbd8bf8f9
|
data/lib/wisp-schema.rb
CHANGED
data/wisp.json
CHANGED
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
"checkbox_uncheck": {
|
|
314
314
|
"type": "object",
|
|
315
315
|
"title": "Checkbox Uncheck",
|
|
316
|
-
"description": "
|
|
316
|
+
"description": "Unchecks specified checkbox",
|
|
317
317
|
"properties": {
|
|
318
318
|
"action": {
|
|
319
319
|
"enum": ["checkbox_uncheck"]
|
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
"action": {
|
|
392
392
|
"enum": ["scroll"]
|
|
393
393
|
},
|
|
394
|
-
"direction": {"title": "Direction", "
|
|
394
|
+
"direction": {"title": "Direction", "enum": ["up", "down", "left", "right"]},
|
|
395
395
|
"target": {
|
|
396
396
|
"title": "Target",
|
|
397
397
|
"$ref": "#/definitions/noun"
|