wisp-schema 0.14.3 → 0.14.4
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 +4 -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: 6809f3d0c3bce926324847b336099a3fb83b7a48c198a449bfba25cd897ade82
|
|
4
|
+
data.tar.gz: fbd4482a20bd3ec2f8392cc054dc36abb4dffdee43e2d8bcd925c404298916bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 71811f88d0febecf5e5a88139746e5f26b000d1942c683da8992b304fbbe6d06c51e785717f4f69755b1ca3d55be16cc090c1d6dc990f87e958a5ea50ea3a4b6
|
|
7
|
+
data.tar.gz: c6b96b5081c001cb22f18513cf66f287fa5c1a59c7bb4d6f3bd081b9f4312a3b7c3c5b455708cf4da06ba4411ac93528f63807a91b020d5dd1c680a799d6b488
|
data/lib/wisp-schema.rb
CHANGED
data/wisp.json
CHANGED
|
@@ -265,7 +265,8 @@
|
|
|
265
265
|
"title": "Target",
|
|
266
266
|
"$ref": "#/definitions/noun"
|
|
267
267
|
},
|
|
268
|
-
"text": {"title": "Text", "type": "string"}
|
|
268
|
+
"text": {"title": "Text", "type": "string"},
|
|
269
|
+
"method": { "title": "Text entry method", "type": "string", "enum": ["pasting", "typing"] }
|
|
269
270
|
},
|
|
270
271
|
"additionalProperties": false,
|
|
271
272
|
"required": ["action", "target", "text"]
|
|
@@ -279,7 +280,8 @@
|
|
|
279
280
|
"enum": ["type"]
|
|
280
281
|
},
|
|
281
282
|
"custom_action_id": {"title": "Custom Action ID", "type": "integer"},
|
|
282
|
-
"text": {"title": "Text", "type": "string"}
|
|
283
|
+
"text": {"title": "Text", "type": "string"},
|
|
284
|
+
"method": { "title": "Text entry method", "type": "string", "enum": ["pasting", "typing"] }
|
|
283
285
|
},
|
|
284
286
|
"additionalProperties": false,
|
|
285
287
|
"required": ["action", "text"]
|