wisp-schema 1.4.1 → 1.4.2
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-wisp.json +2 -0
- data/lib/version.rb +2 -2
- data/stable/actions/comment.json +1 -0
- data/wisp.json +2 -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: 2a872ac86d67fa0e02f5c6131423b385ae142598be783e35e6218a0ca79bfef9
|
|
4
|
+
data.tar.gz: bdd5e094deb5b92b1dcdadd6be39d68535b4d974ec4bbde3d6b7898f4b12ddb3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb8947d2c7a399bc0e0f27c2299c48c2f74c1dbbf4d66947a2530aaa7a8649a216674e7ec36134fd5a59bfcf24cb76ac9f608cc5c8c0aadba6437d213870451b
|
|
7
|
+
data.tar.gz: 5df559f1d6ef65e1ef28cb8411e9e9df56ed545745a858cab8a50a3cb53cd7af6ac268dc92595aeff04ac3db4644925292480bb27788cc4562236f8d5c6da5a9
|
data/canary-wisp.json
CHANGED
|
@@ -114,6 +114,8 @@
|
|
|
114
114
|
"action": {
|
|
115
115
|
"enum": ["comment"]
|
|
116
116
|
},
|
|
117
|
+
"delay_after": {"title": "Delay after in seconds", "type": "integer"},
|
|
118
|
+
"embedded_test_id": {"title": "Embedded Test ID", "type": "integer"},
|
|
117
119
|
"id": {"title": "Action ID", "type": "integer"},
|
|
118
120
|
"text": {"title": "Text", "type": "string"}
|
|
119
121
|
},
|
data/lib/version.rb
CHANGED
data/stable/actions/comment.json
CHANGED
data/wisp.json
CHANGED
|
@@ -114,6 +114,8 @@
|
|
|
114
114
|
"action": {
|
|
115
115
|
"enum": ["comment"]
|
|
116
116
|
},
|
|
117
|
+
"delay_after": {"title": "Delay after in seconds", "type": "integer"},
|
|
118
|
+
"embedded_test_id": {"title": "Embedded Test ID", "type": "integer"},
|
|
117
119
|
"id": {"title": "Action ID", "type": "integer"},
|
|
118
120
|
"text": {"title": "Text", "type": "string"}
|
|
119
121
|
},
|