scjson 0.3.3 → 0.4.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.
@@ -36,12 +36,16 @@
36
36
  "title": "Attr"
37
37
  },
38
38
  "other_attributes": {
39
- "additionalProperties": {
40
- "type": "string"
41
- },
42
39
  "title": "Other Attributes",
43
40
  "type": "object"
44
41
  },
42
+ "help_text": {
43
+ "items": {
44
+ "type": "string"
45
+ },
46
+ "title": "Help Text",
47
+ "type": "array"
48
+ },
45
49
  "content": {
46
50
  "items": {},
47
51
  "title": "Content",
@@ -120,11 +124,15 @@
120
124
  "title": "Sendidexpr"
121
125
  },
122
126
  "other_attributes": {
123
- "additionalProperties": {
124
- "type": "string"
125
- },
126
127
  "title": "Other Attributes",
127
128
  "type": "object"
129
+ },
130
+ "help_text": {
131
+ "items": {
132
+ "type": "string"
133
+ },
134
+ "title": "Help Text",
135
+ "type": "array"
128
136
  }
129
137
  },
130
138
  "title": "Cancel",
@@ -161,11 +169,15 @@
161
169
  "title": "Expr"
162
170
  },
163
171
  "other_attributes": {
164
- "additionalProperties": {
165
- "type": "string"
166
- },
167
172
  "title": "Other Attributes",
168
173
  "type": "object"
174
+ },
175
+ "help_text": {
176
+ "items": {
177
+ "type": "string"
178
+ },
179
+ "title": "Help Text",
180
+ "type": "array"
169
181
  }
170
182
  },
171
183
  "title": "Content",
@@ -203,12 +215,16 @@
203
215
  "title": "Expr"
204
216
  },
205
217
  "other_attributes": {
206
- "additionalProperties": {
207
- "type": "string"
208
- },
209
218
  "title": "Other Attributes",
210
219
  "type": "object"
211
220
  },
221
+ "help_text": {
222
+ "items": {
223
+ "type": "string"
224
+ },
225
+ "title": "Help Text",
226
+ "type": "array"
227
+ },
212
228
  "content": {
213
229
  "items": {},
214
230
  "title": "Content",
@@ -237,11 +253,15 @@
237
253
  "type": "array"
238
254
  },
239
255
  "other_attributes": {
240
- "additionalProperties": {
241
- "type": "string"
242
- },
243
256
  "title": "Other Attributes",
244
257
  "type": "object"
258
+ },
259
+ "help_text": {
260
+ "items": {
261
+ "type": "string"
262
+ },
263
+ "title": "Help Text",
264
+ "type": "array"
245
265
  }
246
266
  },
247
267
  "title": "Datamodel",
@@ -269,11 +289,15 @@
269
289
  "type": "array"
270
290
  },
271
291
  "other_attributes": {
272
- "additionalProperties": {
273
- "type": "string"
274
- },
275
292
  "title": "Other Attributes",
276
293
  "type": "object"
294
+ },
295
+ "help_text": {
296
+ "items": {
297
+ "type": "string"
298
+ },
299
+ "title": "Help Text",
300
+ "type": "array"
277
301
  }
278
302
  },
279
303
  "title": "Donedata",
@@ -283,11 +307,15 @@
283
307
  "description": "fallback branch for `<if>` conditions.",
284
308
  "properties": {
285
309
  "other_attributes": {
286
- "additionalProperties": {
287
- "type": "string"
288
- },
289
310
  "title": "Other Attributes",
290
311
  "type": "object"
312
+ },
313
+ "help_text": {
314
+ "items": {
315
+ "type": "string"
316
+ },
317
+ "title": "Help Text",
318
+ "type": "array"
291
319
  }
292
320
  },
293
321
  "title": "Else",
@@ -301,11 +329,15 @@
301
329
  "type": "string"
302
330
  },
303
331
  "other_attributes": {
304
- "additionalProperties": {
305
- "type": "string"
306
- },
307
332
  "title": "Other Attributes",
308
333
  "type": "object"
334
+ },
335
+ "help_text": {
336
+ "items": {
337
+ "type": "string"
338
+ },
339
+ "title": "Help Text",
340
+ "type": "array"
309
341
  }
310
342
  },
311
343
  "required": [
@@ -365,11 +397,15 @@
365
397
  "title": "Id"
366
398
  },
367
399
  "other_attributes": {
368
- "additionalProperties": {
369
- "type": "string"
370
- },
371
400
  "title": "Other Attributes",
372
401
  "type": "object"
402
+ },
403
+ "help_text": {
404
+ "items": {
405
+ "type": "string"
406
+ },
407
+ "title": "Help Text",
408
+ "type": "array"
373
409
  }
374
410
  },
375
411
  "title": "Final",
@@ -440,15 +476,47 @@
440
476
  "type": "array"
441
477
  },
442
478
  "other_attributes": {
443
- "additionalProperties": {
444
- "type": "string"
445
- },
446
479
  "title": "Other Attributes",
447
480
  "type": "object"
481
+ },
482
+ "help_text": {
483
+ "items": {
484
+ "type": "string"
485
+ },
486
+ "title": "Help Text",
487
+ "type": "array"
448
488
  }
449
489
  },
450
490
  "title": "Finalize",
451
- "type": "object"
491
+ "type": "object",
492
+ "allOf": [
493
+ {
494
+ "not": {
495
+ "required": [
496
+ "send"
497
+ ],
498
+ "properties": {
499
+ "send": {
500
+ "type": "array",
501
+ "minItems": 1
502
+ }
503
+ }
504
+ }
505
+ },
506
+ {
507
+ "not": {
508
+ "required": [
509
+ "raise_value"
510
+ ],
511
+ "properties": {
512
+ "raise_value": {
513
+ "type": "array",
514
+ "minItems": 1
515
+ }
516
+ }
517
+ }
518
+ }
519
+ ]
452
520
  },
453
521
  "Foreach": {
454
522
  "description": "iterate over items within executable content.",
@@ -535,11 +603,15 @@
535
603
  "title": "Index"
536
604
  },
537
605
  "other_attributes": {
538
- "additionalProperties": {
539
- "type": "string"
540
- },
541
606
  "title": "Other Attributes",
542
607
  "type": "object"
608
+ },
609
+ "help_text": {
610
+ "items": {
611
+ "type": "string"
612
+ },
613
+ "title": "Help Text",
614
+ "type": "array"
543
615
  }
544
616
  },
545
617
  "required": [
@@ -584,11 +656,15 @@
584
656
  "default": null
585
657
  },
586
658
  "other_attributes": {
587
- "additionalProperties": {
588
- "type": "string"
589
- },
590
659
  "title": "Other Attributes",
591
660
  "type": "object"
661
+ },
662
+ "help_text": {
663
+ "items": {
664
+ "type": "string"
665
+ },
666
+ "title": "Help Text",
667
+ "type": "array"
592
668
  }
593
669
  },
594
670
  "required": [
@@ -697,11 +773,15 @@
697
773
  "type": "string"
698
774
  },
699
775
  "other_attributes": {
700
- "additionalProperties": {
701
- "type": "string"
702
- },
703
776
  "title": "Other Attributes",
704
777
  "type": "object"
778
+ },
779
+ "help_text": {
780
+ "items": {
781
+ "type": "string"
782
+ },
783
+ "title": "Help Text",
784
+ "type": "array"
705
785
  }
706
786
  },
707
787
  "required": [
@@ -722,11 +802,15 @@
722
802
  "$ref": "#/$defs/Transition"
723
803
  },
724
804
  "other_attributes": {
725
- "additionalProperties": {
726
- "type": "string"
727
- },
728
805
  "title": "Other Attributes",
729
806
  "type": "object"
807
+ },
808
+ "help_text": {
809
+ "items": {
810
+ "type": "string"
811
+ },
812
+ "title": "Help Text",
813
+ "type": "array"
730
814
  }
731
815
  },
732
816
  "required": [
@@ -846,11 +930,15 @@
846
930
  "default": "false"
847
931
  },
848
932
  "other_attributes": {
849
- "additionalProperties": {
850
- "type": "string"
851
- },
852
933
  "title": "Other Attributes",
853
934
  "type": "object"
935
+ },
936
+ "help_text": {
937
+ "items": {
938
+ "type": "string"
939
+ },
940
+ "title": "Help Text",
941
+ "type": "array"
854
942
  }
855
943
  },
856
944
  "title": "Invoke",
@@ -889,11 +977,15 @@
889
977
  "title": "Expr"
890
978
  },
891
979
  "other_attributes": {
892
- "additionalProperties": {
893
- "type": "string"
894
- },
895
980
  "title": "Other Attributes",
896
981
  "type": "object"
982
+ },
983
+ "help_text": {
984
+ "items": {
985
+ "type": "string"
986
+ },
987
+ "title": "Help Text",
988
+ "type": "array"
897
989
  }
898
990
  },
899
991
  "title": "Log",
@@ -964,11 +1056,15 @@
964
1056
  "type": "array"
965
1057
  },
966
1058
  "other_attributes": {
967
- "additionalProperties": {
968
- "type": "string"
969
- },
970
1059
  "title": "Other Attributes",
971
1060
  "type": "object"
1061
+ },
1062
+ "help_text": {
1063
+ "items": {
1064
+ "type": "string"
1065
+ },
1066
+ "title": "Help Text",
1067
+ "type": "array"
972
1068
  }
973
1069
  },
974
1070
  "title": "Onentry",
@@ -1039,11 +1135,15 @@
1039
1135
  "type": "array"
1040
1136
  },
1041
1137
  "other_attributes": {
1042
- "additionalProperties": {
1043
- "type": "string"
1044
- },
1045
1138
  "title": "Other Attributes",
1046
1139
  "type": "object"
1140
+ },
1141
+ "help_text": {
1142
+ "items": {
1143
+ "type": "string"
1144
+ },
1145
+ "title": "Help Text",
1146
+ "type": "array"
1047
1147
  }
1048
1148
  },
1049
1149
  "title": "Onexit",
@@ -1126,11 +1226,15 @@
1126
1226
  "title": "Id"
1127
1227
  },
1128
1228
  "other_attributes": {
1129
- "additionalProperties": {
1130
- "type": "string"
1131
- },
1132
1229
  "title": "Other Attributes",
1133
1230
  "type": "object"
1231
+ },
1232
+ "help_text": {
1233
+ "items": {
1234
+ "type": "string"
1235
+ },
1236
+ "title": "Help Text",
1237
+ "type": "array"
1134
1238
  }
1135
1239
  },
1136
1240
  "title": "Parallel",
@@ -1173,11 +1277,15 @@
1173
1277
  "title": "Location"
1174
1278
  },
1175
1279
  "other_attributes": {
1176
- "additionalProperties": {
1177
- "type": "string"
1178
- },
1179
1280
  "title": "Other Attributes",
1180
1281
  "type": "object"
1282
+ },
1283
+ "help_text": {
1284
+ "items": {
1285
+ "type": "string"
1286
+ },
1287
+ "title": "Help Text",
1288
+ "type": "array"
1181
1289
  }
1182
1290
  },
1183
1291
  "required": [
@@ -1194,11 +1302,15 @@
1194
1302
  "type": "string"
1195
1303
  },
1196
1304
  "other_attributes": {
1197
- "additionalProperties": {
1198
- "type": "string"
1199
- },
1200
1305
  "title": "Other Attributes",
1201
1306
  "type": "object"
1307
+ },
1308
+ "help_text": {
1309
+ "items": {
1310
+ "type": "string"
1311
+ },
1312
+ "title": "Help Text",
1313
+ "type": "array"
1202
1314
  }
1203
1315
  },
1204
1316
  "required": [
@@ -1223,12 +1335,16 @@
1223
1335
  "title": "Src"
1224
1336
  },
1225
1337
  "other_attributes": {
1226
- "additionalProperties": {
1227
- "type": "string"
1228
- },
1229
1338
  "title": "Other Attributes",
1230
1339
  "type": "object"
1231
1340
  },
1341
+ "help_text": {
1342
+ "items": {
1343
+ "type": "string"
1344
+ },
1345
+ "title": "Help Text",
1346
+ "type": "array"
1347
+ },
1232
1348
  "content": {
1233
1349
  "items": {},
1234
1350
  "title": "Content",
@@ -1340,11 +1456,15 @@
1340
1456
  "default": null
1341
1457
  },
1342
1458
  "other_attributes": {
1343
- "additionalProperties": {
1344
- "type": "string"
1345
- },
1346
1459
  "title": "Other Attributes",
1347
1460
  "type": "object"
1461
+ },
1462
+ "help_text": {
1463
+ "items": {
1464
+ "type": "string"
1465
+ },
1466
+ "title": "Help Text",
1467
+ "type": "array"
1348
1468
  }
1349
1469
  },
1350
1470
  "title": "Scxml",
@@ -1491,11 +1611,15 @@
1491
1611
  "title": "Namelist"
1492
1612
  },
1493
1613
  "other_attributes": {
1494
- "additionalProperties": {
1495
- "type": "string"
1496
- },
1497
1614
  "title": "Other Attributes",
1498
1615
  "type": "object"
1616
+ },
1617
+ "help_text": {
1618
+ "items": {
1619
+ "type": "string"
1620
+ },
1621
+ "title": "Help Text",
1622
+ "type": "array"
1499
1623
  }
1500
1624
  },
1501
1625
  "title": "Send",
@@ -1599,11 +1723,15 @@
1599
1723
  "type": "array"
1600
1724
  },
1601
1725
  "other_attributes": {
1602
- "additionalProperties": {
1603
- "type": "string"
1604
- },
1605
1726
  "title": "Other Attributes",
1606
1727
  "type": "object"
1728
+ },
1729
+ "help_text": {
1730
+ "items": {
1731
+ "type": "string"
1732
+ },
1733
+ "title": "Help Text",
1734
+ "type": "array"
1607
1735
  }
1608
1736
  },
1609
1737
  "title": "State",
@@ -1716,11 +1844,15 @@
1716
1844
  "default": null
1717
1845
  },
1718
1846
  "other_attributes": {
1719
- "additionalProperties": {
1720
- "type": "string"
1721
- },
1722
1847
  "title": "Other Attributes",
1723
1848
  "type": "object"
1849
+ },
1850
+ "help_text": {
1851
+ "items": {
1852
+ "type": "string"
1853
+ },
1854
+ "title": "Help Text",
1855
+ "type": "array"
1724
1856
  }
1725
1857
  },
1726
1858
  "title": "Transition",
@@ -1837,11 +1969,15 @@
1837
1969
  "default": null
1838
1970
  },
1839
1971
  "other_attributes": {
1840
- "additionalProperties": {
1841
- "type": "string"
1842
- },
1843
1972
  "title": "Other Attributes",
1844
1973
  "type": "object"
1974
+ },
1975
+ "help_text": {
1976
+ "items": {
1977
+ "type": "string"
1978
+ },
1979
+ "title": "Help Text",
1980
+ "type": "array"
1845
1981
  }
1846
1982
  }
1847
- }
1983
+ }