wisp-schema 0.8.2 → 0.9.0
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 +5 -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: 607a9fa18e5b3fc3da6e69c9d9039b39a9168ce8e7c96425684871fee5c25bed
|
|
4
|
+
data.tar.gz: 994ef80c786269ed218794135007fbfdfe244dc8048a412a54f5648906ecff5d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d744f70e4796c6616172966ffe25f700087c4cdc1acd3fc2f63e141eba191d819e4f3bbb7f1986da00d5f2cc757bfb276de1ba09b67fb17b2f35ccb6028645bc
|
|
7
|
+
data.tar.gz: a86e207252bf7817568f3bf520072e364db455c6a84ab3925c25d39a78870f7a266fc999f1d603a030ef24bb06ecc0cc8cc0b3b990273da9b3d933b5ebc14812
|
data/lib/wisp-schema.rb
CHANGED
data/wisp.json
CHANGED
|
@@ -284,7 +284,10 @@
|
|
|
284
284
|
"title": "Target",
|
|
285
285
|
"$ref": "#/definitions/noun"
|
|
286
286
|
},
|
|
287
|
-
"option": {
|
|
287
|
+
"option": {
|
|
288
|
+
"title": "Option",
|
|
289
|
+
"$ref": "#/definitions/noun"
|
|
290
|
+
}
|
|
288
291
|
},
|
|
289
292
|
"required": ["action", "target", "option"]
|
|
290
293
|
},
|
|
@@ -402,7 +405,7 @@
|
|
|
402
405
|
},
|
|
403
406
|
"object": {
|
|
404
407
|
"title": "Object",
|
|
405
|
-
"
|
|
408
|
+
"$ref": "#/definitions/noun"
|
|
406
409
|
},
|
|
407
410
|
"target": {
|
|
408
411
|
"title": "Target",
|