@earthranger/react-native-jsonforms-formatter 0.1.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.
@@ -0,0 +1,972 @@
1
+ {
2
+ "schema": {
3
+ "$schema": "http://json-schema.org/draft-04/schema#",
4
+ "icon_id": "array_fieldsets_issue_fix",
5
+ "id": "https://develop.pamdas.org/api/v1.0/activity/events/schema/eventtype/array_fieldsets_issue_fix",
6
+ "image_url": "https://develop.pamdas.org/static/generic-black.svg",
7
+ "properties": {
8
+ "access_roads": {
9
+ "items": {
10
+ "properties": {
11
+ "access_roads_presence": {
12
+ "enum": [
13
+ "yes",
14
+ "no"
15
+ ],
16
+ "enumNames": {
17
+ "no": "No",
18
+ "yes": "Yes"
19
+ },
20
+ "title": "1.1. Presence of Access Roads",
21
+ "type": "string"
22
+ },
23
+ "potholes": {
24
+ "enum": [
25
+ "yes",
26
+ "no"
27
+ ],
28
+ "enumNames": {
29
+ "no": "No",
30
+ "yes": "Yes"
31
+ },
32
+ "title": "1.2. Potholes",
33
+ "type": "string"
34
+ }
35
+ },
36
+ "type": "object"
37
+ },
38
+ "title": "1. Access Roads",
39
+ "type": "array"
40
+ },
41
+ "additional_info": {
42
+ "title": "Additional Comments/Observations/Recommendations",
43
+ "type": "string"
44
+ },
45
+ "benches": {
46
+ "items": {
47
+ "properties": {
48
+ "benches_state": {
49
+ "enum": [],
50
+ "enumNames": {},
51
+ "title": "5.1. Condition of Benches",
52
+ "type": "string"
53
+ }
54
+ },
55
+ "type": "object"
56
+ },
57
+ "title": "5. Benches",
58
+ "type": "array"
59
+ },
60
+ "boardwalks": {
61
+ "items": {
62
+ "properties": {
63
+ "boardwalks_presence": {
64
+ "enum": [
65
+ "yes",
66
+ "no"
67
+ ],
68
+ "enumNames": {
69
+ "no": "No",
70
+ "yes": "Yes"
71
+ },
72
+ "title": "3.1. Presence of Boardwalks",
73
+ "type": "string"
74
+ },
75
+ "foundation_sills": {
76
+ "enum": [],
77
+ "enumNames": {},
78
+ "title": "3.3. Foundation sills",
79
+ "type": "string"
80
+ },
81
+ "wooden_parts_boardwalks_condition": {
82
+ "enum": [],
83
+ "enumNames": {},
84
+ "title": "3.2. Condition of Wooden Parts",
85
+ "type": "string"
86
+ }
87
+ },
88
+ "type": "object"
89
+ },
90
+ "title": "3. Boardwalks",
91
+ "type": "array"
92
+ },
93
+ "bridges": {
94
+ "items": {
95
+ "properties": {
96
+ "bridges_presence": {
97
+ "enum": [
98
+ "yes",
99
+ "no"
100
+ ],
101
+ "enumNames": {
102
+ "no": "No",
103
+ "yes": "Yes"
104
+ },
105
+ "title": "2.1. Presence of Bridges",
106
+ "type": "string"
107
+ },
108
+ "foundation_undermined": {
109
+ "enum": [
110
+ "yes",
111
+ "no"
112
+ ],
113
+ "enumNames": {
114
+ "no": "No",
115
+ "yes": "Yes"
116
+ },
117
+ "title": "2.6. Is the foundation being undermined?",
118
+ "type": "string"
119
+ },
120
+ "foundations_condition": {
121
+ "enum": [],
122
+ "enumNames": {},
123
+ "title": "2.4. Condition of Foundations",
124
+ "type": "string"
125
+ },
126
+ "metal_parts_condition": {
127
+ "enum": [],
128
+ "enumNames": {},
129
+ "title": "2.3. Condition of Metal Parts",
130
+ "type": "string"
131
+ },
132
+ "streambanks": {
133
+ "enum": [
134
+ "yes",
135
+ "no"
136
+ ],
137
+ "enumNames": {
138
+ "no": "No",
139
+ "yes": "Yes"
140
+ },
141
+ "title": "2.5. Are streambanks eroding?",
142
+ "type": "string"
143
+ },
144
+ "wooden_parts_condition": {
145
+ "enum": [],
146
+ "enumNames": {},
147
+ "title": "2.2. Condition of Wooden Parts",
148
+ "type": "string"
149
+ }
150
+ },
151
+ "type": "object"
152
+ },
153
+ "title": "2. Bridges",
154
+ "type": "array"
155
+ },
156
+ "bulletin_board_sign": {
157
+ "items": {
158
+ "properties": {
159
+ "info_shelter": {
160
+ "enum": [],
161
+ "enumNames": {},
162
+ "title": "4.3. Information Sign Shelter/Kiosk",
163
+ "type": "string"
164
+ },
165
+ "sign_info": {
166
+ "enum": [],
167
+ "enumNames": {},
168
+ "title": "4.2. Map Signs/Information",
169
+ "type": "string"
170
+ },
171
+ "sign_state": {
172
+ "enum": [],
173
+ "enumNames": {},
174
+ "title": "4.1. Plexiglass",
175
+ "type": "string"
176
+ }
177
+ },
178
+ "type": "object"
179
+ },
180
+ "title": "4. Bulletin board/Information Sign(s)",
181
+ "type": "array"
182
+ },
183
+ "corridor_clearance": {
184
+ "items": {
185
+ "properties": {
186
+ "blowdowns_windfalls": {
187
+ "enum": [
188
+ "yes",
189
+ "no"
190
+ ],
191
+ "enumNames": {
192
+ "no": "No",
193
+ "yes": "Yes"
194
+ },
195
+ "title": "1.2. Are all blowdowns and windfalls removed?",
196
+ "type": "string"
197
+ },
198
+ "chainsaw_work": {
199
+ "enum": [
200
+ "yes",
201
+ "no"
202
+ ],
203
+ "enumNames": {
204
+ "no": "No",
205
+ "yes": "Yes"
206
+ },
207
+ "title": "1.3. Chainsaw/brush-saw work required to remove hazards or blockages?",
208
+ "type": "string"
209
+ },
210
+ "corridor_clear": {
211
+ "enum": [
212
+ "yes",
213
+ "no"
214
+ ],
215
+ "enumNames": {
216
+ "no": "No",
217
+ "yes": "Yes"
218
+ },
219
+ "title": "1.1. Is corridor clear?",
220
+ "type": "string"
221
+ }
222
+ },
223
+ "type": "object"
224
+ },
225
+ "title": "1. Corridor Clearance (note: Height & Width Min Standards: 2.5m high x 1.5m)",
226
+ "type": "array"
227
+ },
228
+ "drain_dips": {
229
+ "items": {
230
+ "properties": {
231
+ "drain_reconstruction": {
232
+ "enum": [
233
+ "yes",
234
+ "no"
235
+ ],
236
+ "enumNames": {
237
+ "no": "No",
238
+ "yes": "Yes"
239
+ },
240
+ "title": "3.2. Do any drain dips or water-bars need to be reconstructed?",
241
+ "type": "string"
242
+ },
243
+ "drains_condition": {
244
+ "enum": [
245
+ "yes",
246
+ "no"
247
+ ],
248
+ "enumNames": {
249
+ "no": "No",
250
+ "yes": "Yes"
251
+ },
252
+ "title": "3.1. Are all drain dips/water-bars flowing freely?",
253
+ "type": "string"
254
+ }
255
+ },
256
+ "type": "object"
257
+ },
258
+ "title": "3. Drain dips and Water-bars",
259
+ "type": "array"
260
+ },
261
+ "drainage_channels": {
262
+ "items": {
263
+ "properties": {
264
+ "ditch_condition": {
265
+ "enum": [
266
+ "yes",
267
+ "no"
268
+ ],
269
+ "enumNames": {
270
+ "no": "No",
271
+ "yes": "Yes"
272
+ },
273
+ "title": "1.1. Are all ditches clear and running freely?",
274
+ "type": "string"
275
+ },
276
+ "ditch_restoration": {
277
+ "enum": [
278
+ "yes",
279
+ "no"
280
+ ],
281
+ "enumNames": {
282
+ "no": "No",
283
+ "yes": "Yes"
284
+ },
285
+ "title": "1.2. Do any ditches need to restored or new ones constructed?",
286
+ "type": "string"
287
+ }
288
+ },
289
+ "type": "object"
290
+ },
291
+ "title": "1. Ditches",
292
+ "type": "array"
293
+ },
294
+ "drainage_culverts": {
295
+ "items": {
296
+ "properties": {
297
+ "culverts_condition": {
298
+ "enum": [
299
+ "yes",
300
+ "no"
301
+ ],
302
+ "enumNames": {
303
+ "no": "No",
304
+ "yes": "Yes"
305
+ },
306
+ "title": "2.1. Are all culverts clear and running freely?",
307
+ "type": "string"
308
+ },
309
+ "culverts_rick_rap": {
310
+ "enum": [
311
+ "yes",
312
+ "no"
313
+ ],
314
+ "enumNames": {
315
+ "no": "No",
316
+ "yes": "Yes"
317
+ },
318
+ "title": "2.3. Is any rock rip-rap (stone faces around inlet/outlet) required?",
319
+ "type": "string"
320
+ },
321
+ "new_culverts": {
322
+ "enum": [
323
+ "yes",
324
+ "no"
325
+ ],
326
+ "enumNames": {
327
+ "no": "No",
328
+ "yes": "Yes"
329
+ },
330
+ "title": "2.2. Are any new culverts required to be installed?",
331
+ "type": "string"
332
+ }
333
+ },
334
+ "type": "object"
335
+ },
336
+ "title": "2. Culverts",
337
+ "type": "array"
338
+ },
339
+ "fences": {
340
+ "items": {
341
+ "properties": {
342
+ "fences_condition": {
343
+ "enum": [],
344
+ "enumNames": {},
345
+ "title": "3.2. State of Fences",
346
+ "type": "string"
347
+ },
348
+ "presence_fences": {
349
+ "enum": [
350
+ "yes",
351
+ "no"
352
+ ],
353
+ "enumNames": {
354
+ "no": "No",
355
+ "yes": "Yes"
356
+ },
357
+ "title": "3.1. Presence of Fences",
358
+ "type": "string"
359
+ }
360
+ },
361
+ "type": "object"
362
+ },
363
+ "title": "3. Fences",
364
+ "type": "array"
365
+ },
366
+ "general_info": {
367
+ "title": "General Information",
368
+ "type": "string"
369
+ },
370
+ "litter": {
371
+ "items": {
372
+ "properties": {
373
+ "litter_condition": {
374
+ "enum": [],
375
+ "enumNames": {},
376
+ "title": "1.1. Status of Litter",
377
+ "type": "string"
378
+ }
379
+ },
380
+ "type": "object"
381
+ },
382
+ "title": "1. Litter",
383
+ "type": "array"
384
+ },
385
+ "parking_lot": {
386
+ "items": {
387
+ "properties": {
388
+ "bollards": {
389
+ "enum": [],
390
+ "enumNames": {},
391
+ "title": "2.5. Bollards/Posts",
392
+ "type": "string"
393
+ },
394
+ "parking_potholes": {
395
+ "enum": [
396
+ "yes",
397
+ "no"
398
+ ],
399
+ "enumNames": {
400
+ "no": "No",
401
+ "yes": "Yes"
402
+ },
403
+ "title": "2.2. Potholes",
404
+ "type": "string"
405
+ },
406
+ "parking_stall": {
407
+ "enum": [],
408
+ "enumNames": {},
409
+ "title": "2.4. Parking Stall Marking/Striping",
410
+ "type": "string"
411
+ },
412
+ "presence_parking_lot": {
413
+ "enum": [
414
+ "yes",
415
+ "no"
416
+ ],
417
+ "enumNames": {
418
+ "no": "No",
419
+ "yes": "Yes"
420
+ },
421
+ "title": "2.1. Presence of Parking Lot",
422
+ "type": "string"
423
+ },
424
+ "wheel_barrier": {
425
+ "enum": [],
426
+ "enumNames": {},
427
+ "title": "2.3. Wheel Stops/Barriers",
428
+ "type": "string"
429
+ }
430
+ },
431
+ "type": "object"
432
+ },
433
+ "title": "2. Parking Lot",
434
+ "type": "array"
435
+ },
436
+ "picnic_tables": {
437
+ "items": {
438
+ "properties": {
439
+ "picnic_state": {
440
+ "enum": [],
441
+ "enumNames": {},
442
+ "title": "6.1. Condition of Picnic Tables",
443
+ "type": "string"
444
+ }
445
+ },
446
+ "type": "object"
447
+ },
448
+ "title": "6. Picnic Tables",
449
+ "type": "array"
450
+ },
451
+ "restrooms": {
452
+ "items": {
453
+ "properties": {
454
+ "clean_toilet": {
455
+ "enum": [],
456
+ "enumNames": {},
457
+ "title": "4.3. Cleanliness of Toilets",
458
+ "type": "string"
459
+ },
460
+ "toilet_paper": {
461
+ "enum": [],
462
+ "enumNames": {},
463
+ "title": "8.2. Toilet Paper Status",
464
+ "type": "string"
465
+ },
466
+ "toilets_condition": {
467
+ "enum": [],
468
+ "enumNames": {},
469
+ "title": "8.1. Condition of Toilets",
470
+ "type": "string"
471
+ }
472
+ },
473
+ "type": "object"
474
+ },
475
+ "title": "8. Restrooms/Portable toilets",
476
+ "type": "array"
477
+ },
478
+ "signs_waypoints": {
479
+ "items": {
480
+ "properties": {
481
+ "sign_condition": {
482
+ "enum": [],
483
+ "enumNames": {},
484
+ "title": "1.3. Signs/Wayside Exhibits Condition",
485
+ "type": "string"
486
+ },
487
+ "sign_number": {
488
+ "minimum": 0,
489
+ "title": "1.2. Sign Number",
490
+ "type": "number"
491
+ },
492
+ "signs_waypoints_presence": {
493
+ "enum": [
494
+ "yes",
495
+ "no"
496
+ ],
497
+ "enumNames": {
498
+ "no": "No",
499
+ "yes": "Yes"
500
+ },
501
+ "title": "1.1. Presence of Signs/Wayside Exhibits",
502
+ "type": "string"
503
+ }
504
+ },
505
+ "type": "object"
506
+ },
507
+ "title": "1. Signs/Wayside Exhibits",
508
+ "type": "array"
509
+ },
510
+ "steps": {
511
+ "items": {
512
+ "properties": {
513
+ "condition_dirt": {
514
+ "enum": [],
515
+ "enumNames": {},
516
+ "title": "5.2. Condition of Material (Dirt/Gravel/Other)",
517
+ "type": "string"
518
+ },
519
+ "steps_landings": {
520
+ "enum": [],
521
+ "enumNames": {},
522
+ "title": "5.3. Condition of Steps Landings",
523
+ "type": "string"
524
+ },
525
+ "wooden_steps": {
526
+ "enum": [],
527
+ "enumNames": {},
528
+ "title": "5.1. Condition of Wooden Steps",
529
+ "type": "string"
530
+ }
531
+ },
532
+ "type": "object"
533
+ },
534
+ "title": "5. Steps",
535
+ "type": "array"
536
+ },
537
+ "structures": {
538
+ "items": {
539
+ "properties": {
540
+ "structure_condition": {
541
+ "enum": [],
542
+ "enumNames": {},
543
+ "title": "1.2. Condition of Structures",
544
+ "type": "string"
545
+ },
546
+ "structure_presence": {
547
+ "enum": [
548
+ "yes",
549
+ "no"
550
+ ],
551
+ "enumNames": {
552
+ "no": "No",
553
+ "yes": "Yes"
554
+ },
555
+ "title": "1.1. Presence of Structures",
556
+ "type": "string"
557
+ }
558
+ },
559
+ "type": "object"
560
+ },
561
+ "title": "1. Structures",
562
+ "type": "array"
563
+ },
564
+ "surface": {
565
+ "items": {
566
+ "properties": {
567
+ "eroded_surface": {
568
+ "enum": [
569
+ "yes",
570
+ "no"
571
+ ],
572
+ "enumNames": {
573
+ "no": "No",
574
+ "yes": "Yes"
575
+ },
576
+ "title": "6.2. Are sections of the tread eroded?",
577
+ "type": "string"
578
+ },
579
+ "estimated_erosion": {
580
+ "title": "6.2.1. Estimated size of Erosion",
581
+ "type": "string"
582
+ },
583
+ "muddy_erosion": {
584
+ "title": "6.3.1. Estimated size of Muddy Area",
585
+ "type": "string"
586
+ },
587
+ "muddy_surface": {
588
+ "enum": [
589
+ "yes",
590
+ "no"
591
+ ],
592
+ "enumNames": {
593
+ "no": "No",
594
+ "yes": "Yes"
595
+ },
596
+ "title": "6.3. Is the tread unusually muddy?",
597
+ "type": "string"
598
+ },
599
+ "slumping_area": {
600
+ "enum": [
601
+ "yes",
602
+ "no"
603
+ ],
604
+ "enumNames": {
605
+ "no": "No",
606
+ "yes": "Yes"
607
+ },
608
+ "title": "6.3. Is there slumping on side hills of trail?",
609
+ "type": "string"
610
+ },
611
+ "status_trail_surface": {
612
+ "enum": [],
613
+ "enumNames": {},
614
+ "title": "6.1. Condition of Trail Surface",
615
+ "type": "string"
616
+ },
617
+ "trip_hazards": {
618
+ "enum": [
619
+ "yes",
620
+ "no"
621
+ ],
622
+ "enumNames": {
623
+ "no": "No",
624
+ "yes": "Yes"
625
+ },
626
+ "title": "6.4. Is trail free of tripping hazards?",
627
+ "type": "string"
628
+ }
629
+ },
630
+ "type": "object"
631
+ },
632
+ "title": "6. Trail Surface/Tread",
633
+ "type": "array"
634
+ },
635
+ "trail_assessor": {
636
+ "title": "Assessor",
637
+ "type": "string"
638
+ },
639
+ "trail_class": {
640
+ "title": "Trail Class",
641
+ "type": "number"
642
+ },
643
+ "trail_name": {
644
+ "enum": [],
645
+ "enumNames": {},
646
+ "title": "Trail Name",
647
+ "type": "string"
648
+ },
649
+ "trail_number": {
650
+ "title": "Trail Number",
651
+ "type": "number"
652
+ },
653
+ "trail_purpose": {
654
+ "items": {
655
+ "properties": {
656
+ "if_not_why": {
657
+ "title": "2.3. If No, why not?",
658
+ "type": "string"
659
+ },
660
+ "intent_met": {
661
+ "enum": [
662
+ "yes",
663
+ "no"
664
+ ],
665
+ "enumNames": {
666
+ "no": "No",
667
+ "yes": "Yes"
668
+ },
669
+ "title": "2.2. Is the Intent being met?",
670
+ "type": "string"
671
+ },
672
+ "trail_counters": {
673
+ "title": "2.1. What is the original intent of trail, i.e. general leisure walk; access to feature; interpretive; viewpoint(s); wilderness experience; rugged challenge; camping; etc?",
674
+ "type": "string"
675
+ }
676
+ },
677
+ "type": "object"
678
+ },
679
+ "title": "2. Trail Purpose",
680
+ "type": "array"
681
+ },
682
+ "trail_use": {
683
+ "items": {
684
+ "properties": {
685
+ "batteries_counters": {
686
+ "enum": [
687
+ "yes",
688
+ "no"
689
+ ],
690
+ "enumNames": {
691
+ "no": "No",
692
+ "yes": "Yes"
693
+ },
694
+ "title": "1.4. Does the counter require new batteries?",
695
+ "type": "string"
696
+ },
697
+ "condition_trail_counters": {
698
+ "enum": [
699
+ "yes",
700
+ "no"
701
+ ],
702
+ "enumNames": {
703
+ "no": "No",
704
+ "yes": "Yes"
705
+ },
706
+ "title": "1.2. If Yes, are they functioning properly?",
707
+ "type": "string"
708
+ },
709
+ "no_counter_estimate": {
710
+ "enum": [],
711
+ "enumNames": {},
712
+ "title": "1.4. If there are no counters, what was the observed use (Opinion)?",
713
+ "type": "string"
714
+ },
715
+ "number_counters": {
716
+ "title": "1.3. What was the observed count number?",
717
+ "type": "string"
718
+ },
719
+ "trail_counters": {
720
+ "enum": [
721
+ "yes",
722
+ "no"
723
+ ],
724
+ "enumNames": {
725
+ "no": "No",
726
+ "yes": "Yes"
727
+ },
728
+ "title": "1.1. Are there trail counters?",
729
+ "type": "string"
730
+ }
731
+ },
732
+ "type": "object"
733
+ },
734
+ "title": "1. Trail Use",
735
+ "type": "array"
736
+ },
737
+ "trash": {
738
+ "items": {
739
+ "properties": {
740
+ "trash_state": {
741
+ "enum": [],
742
+ "enumNames": {},
743
+ "title": "7.1. Status of Trash Cans",
744
+ "type": "string"
745
+ }
746
+ },
747
+ "type": "object"
748
+ },
749
+ "title": "7. Trash Cans/Screened Sheds",
750
+ "type": "array"
751
+ },
752
+ "turnpikes": {
753
+ "items": {
754
+ "properties": {
755
+ "anchor_stakes": {
756
+ "enum": [],
757
+ "enumNames": {},
758
+ "title": "4.3. Anchor Stakes Condition",
759
+ "type": "string"
760
+ },
761
+ "edge_logs": {
762
+ "enum": [],
763
+ "enumNames": {},
764
+ "title": "4.2. Edge Logs Condition",
765
+ "type": "string"
766
+ },
767
+ "edge_rocks": {
768
+ "enum": [],
769
+ "enumNames": {},
770
+ "title": "4.4. Edge Rocks Condition",
771
+ "type": "string"
772
+ },
773
+ "turnpikes_presence": {
774
+ "enum": [
775
+ "yes",
776
+ "no"
777
+ ],
778
+ "enumNames": {
779
+ "no": "No",
780
+ "yes": "Yes"
781
+ },
782
+ "title": "4.1. Presence of Turnpikes",
783
+ "type": "string"
784
+ }
785
+ },
786
+ "type": "object"
787
+ },
788
+ "title": "4. Turnpikes (Raised trail-bed with supported edges)",
789
+ "type": "array"
790
+ }
791
+ },
792
+ "title": "Trail Assessment Form (trail_assessment)",
793
+ "type": "object"
794
+ },
795
+ "definition": [
796
+ {
797
+ "htmlClass": "col-lg-12",
798
+ "items": [],
799
+ "title": "",
800
+ "type": "fieldset"
801
+ },
802
+ {
803
+ "htmlClass": "col-lg-12",
804
+ "items": [],
805
+ "title": "Trail Information_Location",
806
+ "type": "fieldset"
807
+ },
808
+ {
809
+ "htmlClass": "col-lg-6",
810
+ "key": "trail_number"
811
+ },
812
+ {
813
+ "htmlClass": "col-lg-6",
814
+ "key": "trail_name"
815
+ },
816
+ {
817
+ "htmlClass": "col-lg-6",
818
+ "key": "trail_class"
819
+ },
820
+ {
821
+ "htmlClass": "col-lg-6",
822
+ "key": "trail_assessor"
823
+ },
824
+ {
825
+ "htmlClass": "col-lg-12",
826
+ "key": "general_info"
827
+ },
828
+ {
829
+ "htmlClass": "col-lg-12",
830
+ "items": [],
831
+ "title": "",
832
+ "type": "fieldset"
833
+ },
834
+ {
835
+ "htmlClass": "col-lg-12",
836
+ "items": [
837
+ "access_roads",
838
+ "parking_lot",
839
+ "fences",
840
+ "bulletin_board_sign",
841
+ "benches",
842
+ "picnic_tables",
843
+ "trash",
844
+ "restrooms"
845
+ ],
846
+ "title": "Identified Problems to be Addressed: TRAILHEAD(S)",
847
+ "type": "fieldset"
848
+ },
849
+ {
850
+ "htmlClass": "col-lg-12",
851
+ "items": [],
852
+ "title": "",
853
+ "type": "fieldset"
854
+ },
855
+ {
856
+ "htmlClass": "col-lg-12",
857
+ "items": [
858
+ "signs_waypoints"
859
+ ],
860
+ "title": "Identified Problems to be Addressed: SIGNS AND WAYSIDE EXHIBITS",
861
+ "type": "fieldset"
862
+ },
863
+ {
864
+ "htmlClass": "col-lg-12",
865
+ "items": [],
866
+ "title": "",
867
+ "type": "fieldset"
868
+ },
869
+ {
870
+ "htmlClass": "col-lg-12",
871
+ "items": [
872
+ "litter"
873
+ ],
874
+ "title": "Identified Problems to be Addressed: LITTER",
875
+ "type": "fieldset"
876
+ },
877
+ {
878
+ "htmlClass": "col-lg-12",
879
+ "items": [],
880
+ "title": "",
881
+ "type": "fieldset"
882
+ },
883
+ {
884
+ "htmlClass": "col-lg-12",
885
+ "items": [
886
+ "structures",
887
+ "bridges",
888
+ "boardwalks",
889
+ "turnpikes",
890
+ "steps"
891
+ ],
892
+ "title": "Identified Problems to be Addressed: STRUCTURES",
893
+ "type": "fieldset"
894
+ },
895
+ {
896
+ "htmlClass": "col-lg-12",
897
+ "items": [],
898
+ "title": "",
899
+ "type": "fieldset"
900
+ },
901
+ {
902
+ "htmlClass": "col-lg-12",
903
+ "items": [
904
+ "surface"
905
+ ],
906
+ "title": "Identified Problems to be Addressed: TRAIL SURFACE/TREAD",
907
+ "type": "fieldset"
908
+ },
909
+ {
910
+ "htmlClass": "col-lg-12",
911
+ "items": [],
912
+ "title": "",
913
+ "type": "fieldset"
914
+ },
915
+ {
916
+ "htmlClass": "col-lg-12",
917
+ "items": [
918
+ "corridor_clearance"
919
+ ],
920
+ "title": "Identified Problems to be Addressed: CORRIDOR CLEARANCE",
921
+ "type": "fieldset"
922
+ },
923
+ {
924
+ "htmlClass": "col-lg-12",
925
+ "items": [],
926
+ "title": "",
927
+ "type": "fieldset"
928
+ },
929
+ {
930
+ "htmlClass": "col-lg-12",
931
+ "items": [
932
+ "drainage_channels",
933
+ "drainage_culverts",
934
+ "drain_dips"
935
+ ],
936
+ "title": "Identified Problems to be Addressed: DRAINAGE",
937
+ "type": "fieldset"
938
+ },
939
+ {
940
+ "htmlClass": "col-lg-12",
941
+ "items": [],
942
+ "title": "",
943
+ "type": "fieldset"
944
+ },
945
+ {
946
+ "htmlClass": "col-lg-12",
947
+ "items": [
948
+ "trail_use",
949
+ "trail_purpose"
950
+ ],
951
+ "title": "Information about the Trail",
952
+ "type": "fieldset"
953
+ },
954
+ {
955
+ "htmlClass": "col-lg-12",
956
+ "items": [],
957
+ "title": "",
958
+ "type": "fieldset"
959
+ },
960
+ {
961
+ "htmlClass": "col-lg-12",
962
+ "items": [],
963
+ "title": "Additional Information",
964
+ "type": "fieldset"
965
+ },
966
+ {
967
+ "htmlClass": "col-lg-12",
968
+ "key": "additional_info",
969
+ "type": "textarea"
970
+ }
971
+ ]
972
+ }