OSDN Git Service

fix js filer folder
[pettanr/pettanr.git] / public / local_manifest.json
1 {\r
2   "list_groups": {\r
3     "folder": {\r
4       "lists": {\r
5         "public": {\r
6           "type": "public"\r
7         }\r
8       }\r
9     },\r
10     "scroll": {\r
11       "lists": {\r
12         "public": {\r
13           "type": "public"\r
14         },\r
15         "private": {\r
16           "type": "private"\r
17         },\r
18         "by_author": {\r
19           "type": "filter"\r
20         },\r
21         "by_panel": {\r
22           "type": "through_filter",\r
23           "args": {\r
24             "through": "scroll_panels"\r
25           }\r
26         }\r
27       }\r
28     },\r
29     "scroll_panel": {\r
30       "lists": {\r
31         "public": {\r
32           "type": "public"\r
33         },\r
34         "private": {\r
35           "type": "private"\r
36         },\r
37         "play": {\r
38           "type": "play",\r
39           "args": {\r
40             "filter_item_name": "scroll",\r
41             "filter_model_name": "scroll_panel",\r
42             "filter_key": "scroll_id",\r
43             "order": {\r
44               "type": "method"\r
45             }\r
46           }\r
47         },\r
48         "by_scroll": {\r
49           "type": "filter"\r
50         },\r
51         "by_panel": {\r
52           "type": "filter"\r
53         },\r
54         "by_author": {\r
55           "type": "foreign_filter",\r
56           "args": {\r
57             "includes": {\r
58               "type": "method"\r
59             }\r
60           }\r
61         }\r
62       }\r
63     },\r
64     "comic": {\r
65       "lists": {\r
66         "public": {\r
67           "type": "public"\r
68         },\r
69         "private": {\r
70           "type": "private"\r
71         },\r
72         "by_author": {\r
73           "type": "filter"\r
74         },\r
75         "by_story": {\r
76           "type": "through_filter",\r
77           "args": {\r
78             "through": "comic_stories"\r
79           }\r
80         }\r
81       }\r
82     },\r
83     "comic_story": {\r
84       "lists": {\r
85         "public": {\r
86           "type": "public"\r
87         },\r
88         "private": {\r
89           "type": "private"\r
90         },\r
91         "play": {\r
92           "type": "play",\r
93           "args": {\r
94             "filter_item_name": "comic",\r
95             "filter_model_name": "comic_story",\r
96             "filter_key": "comic_id",\r
97             "order": {\r
98               "type": "method"\r
99             }\r
100           }\r
101         },\r
102         "by_comic": {\r
103           "type": "filter"\r
104         },\r
105         "by_story": {\r
106           "type": "filter"\r
107         },\r
108         "by_author": {\r
109           "type": "foreign_filter",\r
110           "args": {\r
111             "includes": {\r
112               "type": "method"\r
113             }\r
114           }\r
115         }\r
116       }\r
117     },\r
118     "story": {\r
119       "lists": {\r
120         "public": {\r
121           "type": "public"\r
122         },\r
123         "private": {\r
124           "type": "private"\r
125         },\r
126         "by_comic": {\r
127           "type": "through_filter",\r
128           "args": {\r
129             "through": "comic_stories"\r
130           }\r
131         },\r
132         "by_sheet": {\r
133           "type": "through_filter",\r
134           "args": {\r
135             "through": "story_sheets"\r
136           }\r
137         },\r
138         "by_author": {\r
139           "type": "filter"\r
140         }\r
141       }\r
142     },\r
143     "story_sheet": {\r
144       "lists": {\r
145         "public": {\r
146           "type": "public"\r
147         },\r
148         "private": {\r
149           "type": "private"\r
150         },\r
151         "play": {\r
152           "type": "play",\r
153           "args": {\r
154             "filter_item_name": "story",\r
155             "filter_model_name": "story_sheet",\r
156             "filter_key": "story_id",\r
157             "order": {\r
158               "type": "method"\r
159             }\r
160           }\r
161         },\r
162         "by_story": {\r
163           "type": "filter"\r
164         },\r
165         "by_sheet": {\r
166           "type": "filter"\r
167         },\r
168         "by_author": {\r
169           "type": "foreign_filter",\r
170           "args": {\r
171             "includes": {\r
172               "type": "method"\r
173             }\r
174           }\r
175         }\r
176       }\r
177     },\r
178     "sheet": {\r
179       "lists": {\r
180         "public": {\r
181           "type": "public"\r
182         },\r
183         "private": {\r
184           "type": "private"\r
185         },\r
186         "by_story": {\r
187           "type": "through_filter",\r
188           "args": {\r
189             "through": "story_sheets"\r
190           }\r
191         },\r
192         "by_panel": {\r
193           "type": "through_filter",\r
194           "args": {\r
195             "through": "sheet_panels"\r
196           }\r
197         },\r
198         "by_author": {\r
199           "type": "filter"\r
200         }\r
201       }\r
202     },\r
203     "sheet_panel": {\r
204       "lists": {\r
205         "public": {\r
206           "type": "public"\r
207         },\r
208         "private": {\r
209           "type": "private"\r
210         },\r
211         "play": {\r
212           "type": "play",\r
213           "args": {\r
214             "filter_item_name": "sheet",\r
215             "filter_model_name": "sheet_panel",\r
216             "filter_key": "sheet_id"\r
217           }\r
218         },\r
219         "by_sheet": {\r
220           "type": "filter"\r
221         },\r
222         "by_panel": {\r
223           "type": "filter"\r
224         },\r
225         "by_author": {\r
226           "type": "foreign_filter",\r
227           "args": {\r
228             "includes": {\r
229               "type": "method"\r
230             }\r
231           }\r
232         }\r
233       }\r
234     },\r
235     "panel": {\r
236       "lists": {\r
237         "public": {\r
238           "type": "public"\r
239         },\r
240         "private": {\r
241           "type": "private"\r
242         },\r
243         "by_scroll": {\r
244           "type": "through_filter",\r
245           "args": {\r
246             "through": "scroll_panels"\r
247           }\r
248         },\r
249         "by_sheet": {\r
250           "type": "through_filter",\r
251           "args": {\r
252             "through": "sheet_panels"\r
253           }\r
254         },\r
255         "by_author": {\r
256           "type": "filter"\r
257         },\r
258         "by_speech_balloon_template": {\r
259           "type": "through_filter",\r
260           "args": {\r
261             "through": "speech_balloons"\r
262           }\r
263         }\r
264       }\r
265     },\r
266     "panel_picture": {\r
267       "lists": {\r
268         "public": {\r
269           "type": "public"\r
270         },\r
271         "private": {\r
272           "type": "private"\r
273         },\r
274         "by_panel": {\r
275           "type": "filter"\r
276         },\r
277         "by_author": {\r
278           "type": "foreign_filter",\r
279           "args": {\r
280             "includes": {\r
281               "type": "method"\r
282             }\r
283           }\r
284         }\r
285       }\r
286     },\r
287     "speech_balloon": {\r
288       "lists": {\r
289         "public": {\r
290           "type": "public"\r
291         },\r
292         "private": {\r
293           "type": "private"\r
294         },\r
295         "by_panel": {\r
296           "type": "filter"\r
297         },\r
298         "by_speech_balloon_template": {\r
299           "type": "filter"\r
300         },\r
301         "by_author": {\r
302           "type": "foreign_filter",\r
303           "args": {\r
304             "includes": {\r
305               "type": "method"\r
306             }\r
307           }\r
308         }\r
309       }\r
310     },\r
311     "speech": {\r
312       "lists": {\r
313         "public": {\r
314           "type": "public"\r
315         },\r
316         "private": {\r
317           "type": "private"\r
318         },\r
319         "by_panel": {\r
320           "type": "filter"\r
321         },\r
322         "by_speech_balloon": {\r
323           "type": "filter"\r
324         },\r
325         "by_speech_balloon_template": {\r
326           "type": "filter"\r
327         },\r
328         "by_writing_format": {\r
329           "type": "filter"\r
330         },\r
331         "by_author": {\r
332           "type": "foreign_filter",\r
333           "args": {\r
334             "includes": {\r
335               "type": "method"\r
336             }\r
337           }\r
338         }\r
339       }\r
340     },\r
341     "balloon": {\r
342       "lists": {\r
343         "public": {\r
344           "type": "public"\r
345         },\r
346         "by_speech_balloon": {\r
347           "type": "filter"\r
348         },\r
349         "by_speech_balloon_template": {\r
350           "type": "filter"\r
351         },\r
352         "by_system_picture": {\r
353           "type": "filter"\r
354         },\r
355         "by_author": {\r
356           "type": "foreign_filter",\r
357           "args": {\r
358             "includes": {\r
359               "type": "method"\r
360             }\r
361           }\r
362         }\r
363       }\r
364     },\r
365     "ground_picture": {\r
366       "lists": {\r
367         "public": {\r
368           "type": "public"\r
369         },\r
370         "private": {\r
371           "type": "private"\r
372         },\r
373         "by_panel": {\r
374           "type": "filter"\r
375         },\r
376         "by_author": {\r
377           "type": "foreign_filter",\r
378           "args": {\r
379             "includes": {\r
380               "type": "method"\r
381             }\r
382           }\r
383         }\r
384       }\r
385     },\r
386     "ground_color": {\r
387       "lists": {\r
388         "public": {\r
389           "type": "public"\r
390         },\r
391         "private": {\r
392           "type": "private"\r
393         },\r
394         "by_panel": {\r
395           "type": "filter"\r
396         },\r
397         "by_author": {\r
398           "type": "foreign_filter",\r
399           "args": {\r
400             "includes": {\r
401               "type": "method"\r
402             }\r
403           }\r
404         }\r
405       }\r
406     },\r
407     "original_picture": {\r
408       "lists": {\r
409         "private": {\r
410           "type": "private"\r
411         }\r
412       }\r
413     },\r
414     "picture": {\r
415       "lists": {\r
416         "public": {\r
417           "type": "public"\r
418         },\r
419         "by_artist": {\r
420           "type": "filter"\r
421         }\r
422       }\r
423     },\r
424     "resource_picture": {\r
425       "lists": {\r
426         "public": {\r
427           "type": "public"\r
428         },\r
429         "private": {\r
430           "type": "private"\r
431         },\r
432         "by_original_picture": {\r
433           "type": "filter"\r
434         },\r
435         "by_license_group": {\r
436           "type": "filter"\r
437         },\r
438         "by_license": {\r
439           "type": "filter"\r
440         },\r
441         "by_artist": {\r
442           "type": "filter"\r
443         }\r
444       }\r
445     },\r
446     "speech_balloon_template": {\r
447       "lists": {\r
448         "public": {\r
449           "type": "public"\r
450         },\r
451         "by_panel": {\r
452           "type": "through_filter",\r
453           "args": {\r
454             "through": "speech_balloons"\r
455           }\r
456         },\r
457         "by_system_picture": {\r
458           "type": "filter"\r
459         },\r
460         "select_items": {\r
461           "type": "system_resource"\r
462         }\r
463       }\r
464     },\r
465     "writing_format": {\r
466       "lists": {\r
467         "public": {\r
468           "type": "public"\r
469         },\r
470         "select_items": {\r
471           "type": "system_resource"\r
472         },\r
473         "by_system_picture": {\r
474           "type": "filter"\r
475         }\r
476       }\r
477     },\r
478     "license_group": {\r
479       "lists": {\r
480         "public": {\r
481           "type": "public"\r
482         },\r
483         "by_resource_picture": {\r
484           "type": "filter"\r
485         },\r
486         "select_items": {\r
487           "type": "system_resource"\r
488         }\r
489       }\r
490     },\r
491     "license": {\r
492       "lists": {\r
493         "public": {\r
494           "type": "public"\r
495         },\r
496         "by_license_group": {\r
497           "type": "filter"\r
498         },\r
499         "by_system_picture": {\r
500           "type": "filter"\r
501         }\r
502       }\r
503     },\r
504     "author": {\r
505       "lists": {\r
506         "public": {\r
507           "type": "public"\r
508         }\r
509       }\r
510     },\r
511     "artist": {\r
512       "lists": {\r
513         "public": {\r
514           "type": "public"\r
515         }\r
516       }\r
517     },\r
518     "system_picture": {\r
519       "lists": {\r
520         "public": {\r
521           "type": "public"\r
522         }\r
523       }\r
524     }\r
525   },\r
526   "profilers": {\r
527     "folder": {\r
528       "columns": {},\r
529       "column_names": [\r
530         "name",\r
531         "controller_name",\r
532         "action_name",\r
533         "category_id",\r
534         "t",\r
535         "parent_id",\r
536         "lft",\r
537         "rgt",\r
538         "depth"\r
539       ],\r
540       "associations": {}\r
541     },\r
542     "scroll": {\r
543       "columns": {\r
544         "visible": {\r
545           "type": "source"\r
546         }\r
547       },\r
548       "column_names": [\r
549         "title",\r
550         "description",\r
551         "visible",\r
552         "author_id"\r
553       ],\r
554       "associations": {\r
555         "belongs_to": [\r
556           "author"\r
557         ],\r
558         "has_many": [\r
559           "scroll_panels.by_scroll",\r
560           "panels.by_scroll"\r
561         ]\r
562       }\r
563     },\r
564     "scroll_panel": {\r
565       "column_names": [\r
566         "scroll_id",\r
567         "panel_id",\r
568         "t",\r
569         "author_id"\r
570       ],\r
571       "associations": {\r
572         "belongs_to": [\r
573           "scroll",\r
574           "panel"\r
575         ]\r
576       }\r
577     },\r
578     "comic": {\r
579       "column_names": [\r
580         "title",\r
581         "description",\r
582         "visible",\r
583         "author_id"\r
584       ],\r
585       "associations": {\r
586         "belongs_to": [\r
587           "author"\r
588         ],\r
589         "has_many": [\r
590           "comic_stories.by_comic",\r
591           "stories.by_comic"\r
592         ]\r
593       }\r
594     },\r
595     "comic_story": {\r
596       "column_names": [\r
597         "comic_id",\r
598         "story_id",\r
599         "t"\r
600       ],\r
601       "associations": {\r
602         "belongs_to": [\r
603           "comic",\r
604           "story"\r
605         ]\r
606       }\r
607     },\r
608     "story": {\r
609       "column_names": [\r
610         "title",\r
611         "description",\r
612         "t",\r
613         "visible"\r
614       ],\r
615       "associations": {\r
616         "belongs_to": [],\r
617         "has_many": [\r
618           "comic_stories.by_story",\r
619           "comics.by_story",\r
620           "story_sheets.by_story",\r
621           "sheets.by_story"\r
622         ]\r
623       }\r
624     },\r
625     "story_sheet": {\r
626       "column_names": [\r
627         "story_id",\r
628         "sheet_id",\r
629         "t",\r
630         "author_id"\r
631       ],\r
632       "associations": {\r
633         "belongs_to": [\r
634           "story",\r
635           "sheet"\r
636         ]\r
637       }\r
638     },\r
639     "sheet": {\r
640       "columns": {\r
641         "visible": {\r
642           "type": "source"\r
643         }\r
644       },\r
645       "column_names": [\r
646         "caption",\r
647         "width",\r
648         "height",\r
649         "visible",\r
650         "author_id"\r
651       ],\r
652       "associations": {\r
653         "belongs_to": [\r
654           "author"\r
655         ],\r
656         "has_many": [\r
657           "story_sheets.by_sheet",\r
658           "stories.by_sheet",\r
659           "sheet_panels.by_sheet",\r
660           "panels.by_sheet"\r
661         ]\r
662       }\r
663     },\r
664     "sheet_panel": {\r
665       "column_names": [\r
666         "sheet_id",\r
667         "panel_id",\r
668         "x",\r
669         "y",\r
670         "z",\r
671         "t",\r
672         "author_id"\r
673       ],\r
674       "associations": {\r
675         "belongs_to": [\r
676           "sheet",\r
677           "panel"\r
678         ]\r
679       }\r
680     },\r
681     "panel": {\r
682       "columns": {\r
683         "publish": {\r
684           "type": "source"\r
685         }\r
686       },\r
687       "column_names": [\r
688         "width",\r
689         "height",\r
690         "border",\r
691         "caption",\r
692         "publish",\r
693         "author_id"\r
694       ],\r
695       "associations": {\r
696         "belongs_to": [\r
697           "author"\r
698         ],\r
699         "has_many": [\r
700           "scroll_panels.by_panel",\r
701           "scrolls.by_panel",\r
702           "sheet_panels.by_panel",\r
703           "sheets.by_panel",\r
704           "panel_pictures.by_panel",\r
705           "speech_balloons.by_panel",\r
706           "ground_pictures.by_panel",\r
707           "ground_colors.by_panel"\r
708         ]\r
709       }\r
710     },\r
711     "panel_picture": {\r
712       "column_names": [\r
713         "panel_id",\r
714         "picture_id",\r
715         "caption",\r
716         "x",\r
717         "y",\r
718         "width",\r
719         "height",\r
720         "link",\r
721         "z",\r
722         "t"\r
723       ],\r
724       "associations": {\r
725         "belongs_to": [\r
726           "panel"\r
727         ]\r
728       }\r
729     },\r
730     "speech_balloon": {\r
731       "columns": {\r
732         "speech_balloon_template_settings": {\r
733           "type": "extend"\r
734         }\r
735       },\r
736       "column_names": [\r
737         "panel_id",\r
738         "caption",\r
739         "speech_balloon_template_id",\r
740         "speech_balloon_template_module_name",\r
741         "z",\r
742         "t",\r
743         "speech_balloon_template_settings"\r
744       ],\r
745       "associations": {\r
746         "belongs_to": [\r
747           "panel",\r
748           "speech_balloon_template"\r
749         ],\r
750         "has_one": [\r
751           "balloon.by_speech_balloon",\r
752           "speech.by_speech_balloon"\r
753         ]\r
754       }\r
755     },\r
756     "speech": {\r
757       "columns": {\r
758         "speech_balloon_template_settings": {\r
759           "type": "extend"\r
760         }\r
761       },\r
762       "column_names": [\r
763         "speech_balloon_id",\r
764         "speech_balloon_template_id",\r
765         "speech_balloon_template_module_name",\r
766         "writing_format_id",\r
767         "writing_format_module_name",\r
768         "content",\r
769         "font_size",\r
770         "text_align",\r
771         "fore_color",\r
772         "x",\r
773         "y",\r
774         "width",\r
775         "height",\r
776         "quotes",\r
777         "speech_balloon_template_settings"\r
778       ],\r
779       "associations": {\r
780         "belongs_to": [\r
781           "speech_balloon",\r
782           "writing_format",\r
783           "speech_balloon_template"\r
784         ]\r
785       }\r
786     },\r
787     "balloon": {\r
788       "columns": {\r
789         "speech_balloon_template_settings": {\r
790           "type": "extend"\r
791         }\r
792       },\r
793       "column_names": [\r
794         "speech_balloon_id",\r
795         "speech_balloon_template_id",\r
796         "speech_balloon_template_module_name",\r
797         "system_picture_id",\r
798         "x",\r
799         "y",\r
800         "width",\r
801         "height",\r
802         "r",\r
803         "speech_balloon_template_settings"\r
804       ],\r
805       "associations": {\r
806         "belongs_to": [\r
807           "speech_balloon",\r
808           "system_picture",\r
809           "speech_balloon_template"\r
810         ]\r
811       }\r
812     },\r
813     "ground_picture": {\r
814       "column_names": [\r
815         "panel_id",\r
816         "picture_id",\r
817         "caption",\r
818         "repeat",\r
819         "x",\r
820         "y",\r
821         "z",\r
822         "t"\r
823       ],\r
824       "associations": {\r
825         "belongs_to": [\r
826           "panel"\r
827         ]\r
828       }\r
829     },\r
830     "ground_color": {\r
831       "column_names": [\r
832         "panel_id",\r
833         "caption",\r
834         "code",\r
835         "orientation",\r
836         "xy",\r
837         "wh",\r
838         "z",\r
839         "t"\r
840       ],\r
841       "associations": {\r
842         "belongs_to": [\r
843           "panel"\r
844         ]\r
845       }\r
846     },\r
847     "original_picture": {\r
848       "column_names": [\r
849         "ext",\r
850         "width",\r
851         "height",\r
852         "filesize",\r
853         "artist_id",\r
854         "md5",\r
855         "uploaded_at",\r
856         "published_at",\r
857         "stopped_at"\r
858       ],\r
859       "associations": {\r
860         "belongs_to": [\r
861           "artist"\r
862         ],\r
863         "has_one": [\r
864           "resource_picture.by_original_picture"\r
865         ]\r
866       }\r
867     },\r
868     "picture": {\r
869       "columns": {\r
870         "license_group_settings": {\r
871           "type": "extend"\r
872         },\r
873         "credit_picture_settings": {\r
874           "type": "extend"\r
875         },\r
876         "license_settings": {\r
877           "type": "extend"\r
878         }\r
879       },\r
880       "column_names": [\r
881         "original_picture_id",\r
882         "revision",\r
883         "ext",\r
884         "width",\r
885         "height",\r
886         "filesize",\r
887         "artist_id",\r
888         "license_id",\r
889         "md5",\r
890         "system_picture_id",\r
891         "license_group_settings",\r
892         "credit_picture_settings",\r
893         "license_settings",\r
894         "license_group_module_name"\r
895       ],\r
896       "associations": {\r
897         "belongs_to": [\r
898           "license",\r
899           "artist"\r
900         ]\r
901       }\r
902     },\r
903     "resource_picture": {\r
904       "columns": {\r
905         "license_group_settings": {\r
906           "type": "extend",\r
907           "args": {\r
908             "boost_name": "license_group"\r
909           }\r
910         },\r
911         "credit_picture_settings": {\r
912           "type": "extend",\r
913           "args": {\r
914             "boost_name": "credit_picture"\r
915           }\r
916         },\r
917         "license_settings": {\r
918           "type": "extend",\r
919           "args": {\r
920             "boost_name": "license"\r
921           }\r
922         }\r
923       },\r
924       "column_names": [\r
925         "original_picture_id",\r
926         "ext",\r
927         "width",\r
928         "height",\r
929         "filesize",\r
930         "artist_id",\r
931         "license_group_id",\r
932         "license_id",\r
933         "md5",\r
934         "system_picture_id",\r
935         "license_group_settings",\r
936         "credit_picture_settings",\r
937         "license_settings",\r
938         "picture_id",\r
939         "license_group_module_name"\r
940       ],\r
941       "associations": {\r
942         "belongs_to": [\r
943           "license_group",\r
944           "license",\r
945           "artist"\r
946         ]\r
947       }\r
948     },\r
949     "speech_balloon_template": {\r
950       "columns": {\r
951         "settings": {\r
952           "type": "json"\r
953         }\r
954       },\r
955       "column_names": [\r
956         "name",\r
957         "module_name",\r
958         "caption",\r
959         "t",\r
960         "system_picture_id",\r
961         "settings"\r
962       ],\r
963       "extend_settings": {\r
964         "circle_speech_balloon_speech_balloon": {\r
965           "columns": {},\r
966           "column_names": []\r
967         },\r
968         "circle_speech_balloon_balloon": {\r
969           "columns": {},\r
970           "column_names": []\r
971         },\r
972         "circle_speech_balloon_speech": {\r
973           "columns": {},\r
974           "column_names": []\r
975         },\r
976         "plain_speech_balloon_speech_balloon": {\r
977           "columns": {},\r
978           "column_names": []\r
979         },\r
980         "plain_speech_balloon_balloon": {\r
981           "columns": {},\r
982           "column_names": []\r
983         },\r
984         "plain_speech_balloon_speech": {\r
985           "columns": {},\r
986           "column_names": []\r
987         },\r
988         "square_speech_balloon_speech_balloon": {\r
989           "columns": {},\r
990           "column_names": []\r
991         },\r
992         "square_speech_balloon_balloon": {\r
993           "columns": {},\r
994           "column_names": []\r
995         },\r
996         "square_speech_balloon_speech": {\r
997           "columns": {},\r
998           "column_names": []\r
999         },\r
1000         "test_speech_balloon_speech_balloon": {\r
1001           "columns": {},\r
1002           "column_names": [\r
1003             "a"\r
1004           ]\r
1005         },\r
1006         "test_speech_balloon_balloon": {\r
1007           "columns": {},\r
1008           "column_names": [\r
1009             "b"\r
1010           ]\r
1011         },\r
1012         "test_speech_balloon_speech": {\r
1013           "columns": {},\r
1014           "column_names": [\r
1015             "c"\r
1016           ]\r
1017         }\r
1018       },\r
1019       "associations": {\r
1020         "belongs_to": [\r
1021           "system_picture"\r
1022         ],\r
1023         "has_many": [\r
1024           "speech_balloons.by_speech_balloon_template",\r
1025           "panels.by_speech_balloon_template"\r
1026         ]\r
1027       }\r
1028     },\r
1029     "writing_format": {\r
1030       "columns": {\r
1031         "settings": {\r
1032           "type": "json"\r
1033         }\r
1034       },\r
1035       "column_names": [\r
1036         "name",\r
1037         "module_name",\r
1038         "caption",\r
1039         "system_picture_id",\r
1040         "settings"\r
1041       ],\r
1042       "extend_settings": {\r
1043         "pettanr_simple_format_writing_format": {\r
1044           "columns": {},\r
1045           "column_names": []\r
1046         }\r
1047       },\r
1048       "associations": {\r
1049         "belongs_to": [\r
1050           "system_picture"\r
1051         ],\r
1052         "has_many": []\r
1053       }\r
1054     },\r
1055     "license_group": {\r
1056       "column_names": [\r
1057         "name",\r
1058         "module_name",\r
1059         "caption",\r
1060         "url"\r
1061       ],\r
1062       "extend_settings": {\r
1063         "pettanr_creative_commons_v30_licenses_license": {\r
1064           "columns": {},\r
1065           "column_names": [\r
1066             "open",\r
1067             "commercial",\r
1068             "official",\r
1069             "attribution",\r
1070             "derive",\r
1071             "thumbnail",\r
1072             "gif_convert",\r
1073             "reverse",\r
1074             "sync_vh",\r
1075             "overlap"\r
1076           ]\r
1077         },\r
1078         "pettanr_creative_commons_v30_licenses_credit_picture": {\r
1079           "columns": {},\r
1080           "column_names": [\r
1081             "source_url_btn_id",\r
1082             "source_url_off_btn_id"\r
1083           ]\r
1084         },\r
1085         "pettanr_creative_commons_v30_licenses_attribute": {\r
1086           "columns": {},\r
1087           "column_names": [\r
1088             "artist_name",\r
1089             "caption",\r
1090             "artist_url",\r
1091             "source_url",\r
1092             "more_permission_url"\r
1093           ]\r
1094         },\r
1095         "pettanr_pettan_commons_v01_licenses_license": {\r
1096           "columns": {},\r
1097           "column_names": [\r
1098             "open",\r
1099             "commercial",\r
1100             "official",\r
1101             "attribution",\r
1102             "derive",\r
1103             "thumbnail",\r
1104             "gif_convert",\r
1105             "reverse",\r
1106             "sync_vh",\r
1107             "overlap"\r
1108           ]\r
1109         },\r
1110         "pettanr_pettan_commons_v01_licenses_credit_picture": {\r
1111           "columns": {},\r
1112           "column_names": [\r
1113             "source_url_btn_id",\r
1114             "source_url_off_btn_id"\r
1115           ]\r
1116         },\r
1117         "pettanr_pettan_commons_v01_licenses_attribute": {\r
1118           "columns": {},\r
1119           "column_names": [\r
1120             "artist_name",\r
1121             "caption",\r
1122             "sources"\r
1123           ]\r
1124         },\r
1125         "pettanr_pettan_protected_v01_licenses_license": {\r
1126           "columns": {},\r
1127           "column_names": [\r
1128             "open",\r
1129             "commercial",\r
1130             "official",\r
1131             "attribution",\r
1132             "derive",\r
1133             "thumbnail",\r
1134             "gif_convert",\r
1135             "reverse",\r
1136             "sync_vh",\r
1137             "overlap",\r
1138             "trackback"\r
1139           ]\r
1140         },\r
1141         "pettanr_pettan_protected_v01_licenses_credit_picture": {\r
1142           "columns": {},\r
1143           "column_names": [\r
1144             "source_url_btn_id",\r
1145             "source_url_off_btn_id"\r
1146           ]\r
1147         },\r
1148         "pettanr_pettan_protected_v01_licenses_attribute": {\r
1149           "columns": {},\r
1150           "column_names": [\r
1151             "artist_name",\r
1152             "caption",\r
1153             "sources"\r
1154           ]\r
1155         },\r
1156         "pettanr_pettan_public_v01_licenses_license": {\r
1157           "columns": {},\r
1158           "column_names": [\r
1159             "open",\r
1160             "commercial",\r
1161             "official",\r
1162             "attribution",\r
1163             "derive",\r
1164             "thumbnail",\r
1165             "gif_convert",\r
1166             "reverse",\r
1167             "sync_vh",\r
1168             "overlap",\r
1169             "trackback"\r
1170           ]\r
1171         },\r
1172         "pettanr_pettan_public_v01_licenses_credit_picture": {\r
1173           "columns": {},\r
1174           "column_names": [\r
1175             "source_url_btn_id"\r
1176           ]\r
1177         },\r
1178         "pettanr_pettan_public_v01_licenses_attribute": {\r
1179           "columns": {},\r
1180           "column_names": [\r
1181             "artist_name",\r
1182             "caption",\r
1183             "sources"\r
1184           ]\r
1185         },\r
1186         "pettanr_public_domain_v01_licenses_license": {\r
1187           "columns": {},\r
1188           "column_names": [\r
1189             "open",\r
1190             "commercial",\r
1191             "official",\r
1192             "attribution",\r
1193             "derive",\r
1194             "thumbnail",\r
1195             "gif_convert",\r
1196             "reverse",\r
1197             "sync_vh",\r
1198             "overlap",\r
1199             "trackback"\r
1200           ]\r
1201         },\r
1202         "pettanr_public_domain_v01_licenses_credit_picture": {\r
1203           "columns": {},\r
1204           "column_names": [\r
1205             "source_url_btn_id",\r
1206             "source_url_off_btn_id"\r
1207           ]\r
1208         },\r
1209         "pettanr_public_domain_v01_licenses_attribute": {\r
1210           "columns": {},\r
1211           "column_names": [\r
1212             "artist_name",\r
1213             "source_url",\r
1214             "note"\r
1215           ]\r
1216         },\r
1217         "pettanr_unknown_v01_licenses_license": {\r
1218           "columns": {},\r
1219           "column_names": [\r
1220             "open",\r
1221             "commercial",\r
1222             "official",\r
1223             "attribution",\r
1224             "derive",\r
1225             "thumbnail",\r
1226             "gif_convert",\r
1227             "reverse",\r
1228             "sync_vh",\r
1229             "overlap",\r
1230             "trackback"\r
1231           ]\r
1232         },\r
1233         "pettanr_unknown_v01_licenses_credit_picture": {\r
1234           "columns": {},\r
1235           "column_names": [\r
1236             "source_url_btn_id",\r
1237             "source_url_off_btn_id"\r
1238           ]\r
1239         },\r
1240         "pettanr_unknown_v01_licenses_attribute": {\r
1241           "columns": {},\r
1242           "column_names": [\r
1243             "source_url",\r
1244             "note"\r
1245           ]\r
1246         }\r
1247       },\r
1248       "associations": {\r
1249         "has_many": [\r
1250           "resource_pictures.by_license_group",\r
1251           "licenses.by_license_group"\r
1252         ]\r
1253       }\r
1254     },\r
1255     "license": {\r
1256       "columns": {\r
1257         "license_group_settings": {\r
1258           "type": "extend",\r
1259           "args": {\r
1260             "boost_name": "license_group"\r
1261           }\r
1262         },\r
1263         "credit_picture_settings": {\r
1264           "type": "extend",\r
1265           "args": {\r
1266             "boost_name": "credit_picture"\r
1267           }\r
1268         }\r
1269       },\r
1270       "extend_settings": {\r
1271         "pettanr_creative_commons_v30_licenses_attribute": {\r
1272           "columns": {},\r
1273           "column_names": []\r
1274         },\r
1275         "pettanr_pettan_commons_v01_licenses_attribute": {\r
1276           "columns": {},\r
1277           "column_names": []\r
1278         },\r
1279         "pettanr_pettan_protected_v01_licenses_attribute": {\r
1280           "columns": {},\r
1281           "column_names": []\r
1282         },\r
1283         "pettanr_pettan_public_v01_licenses_attribute": {\r
1284           "columns": {},\r
1285           "column_names": []\r
1286         },\r
1287         "pettanr_public_domain_v01_licenses_attribute": {\r
1288           "columns": {},\r
1289           "column_names": []\r
1290         },\r
1291         "pettanr_unknown_v01_licenses_attribute": {\r
1292           "columns": {},\r
1293           "column_names": []\r
1294         }\r
1295       },\r
1296       "column_names": [\r
1297         "license_group_id",\r
1298         "license_group_module_name",\r
1299         "name",\r
1300         "caption",\r
1301         "system_picture_id",\r
1302         "url",\r
1303         "license_group_settings",\r
1304         "credit_picture_settings"\r
1305       ],\r
1306       "associations": {\r
1307         "belongs_to": [\r
1308           "license_group",\r
1309           "system_picture"\r
1310         ],\r
1311         "has_many": [\r
1312           "resource_pictures.by_license"\r
1313         ]\r
1314       }\r
1315     },\r
1316     "author": {\r
1317       "column_names": [\r
1318         "name",\r
1319         "user_id"\r
1320       ],\r
1321       "associations": {\r
1322         "has_many": [\r
1323           "scrolls.by_author",\r
1324           "scroll_panels.by_author",\r
1325           "comics.by_author",\r
1326           "comic_stories.by_author",\r
1327           "stories.by_author",\r
1328           "sheets.by_author",\r
1329           "sheet_panels.by_author",\r
1330           "panels.by_author",\r
1331           "panel_pictures.by_author",\r
1332           "speech_balloons.by_author",\r
1333           "balloons.by_author",\r
1334           "speeches.by_author",\r
1335           "ground_pictures.by_author",\r
1336           "ground_colors.by_author"\r
1337         ]\r
1338       }\r
1339     },\r
1340     "artist": {\r
1341       "column_names": [\r
1342         "name",\r
1343         "author_id"\r
1344       ],\r
1345       "associations": {\r
1346         "has_many": [\r
1347           "resource_pictures.by_artist"\r
1348         ]\r
1349       }\r
1350     },\r
1351     "system_picture": {\r
1352       "column_names": [\r
1353         "ext",\r
1354         "width",\r
1355         "height",\r
1356         "filesize",\r
1357         "md5"\r
1358       ],\r
1359       "associations": {\r
1360         "has_many": [\r
1361           "speech_balloon_templates.by_system_picture",\r
1362           "licenses.by_system_picture",\r
1363           "writing_formats.by_system_picture"\r
1364         ]\r
1365       }\r
1366     }\r
1367   },\r
1368   "filers": {\r
1369     "folder": {\r
1370       "symbol": {},\r
1371       "caption": {\r
1372         "type": "default",\r
1373         "args": {\r
1374           "face": {\r
1375             "type": "method",\r
1376             "args": {\r
1377               "method_name": "caption"\r
1378             }\r
1379           }\r
1380         }\r
1381       },\r
1382       "summary": {},\r
1383       "edit": {}\r
1384     },\r
1385     "scroll": {\r
1386       "symbol": {},\r
1387       "caption": {\r
1388         "type": "default",\r
1389         "args": {\r
1390           "face": {\r
1391             "type": "column",\r
1392             "args": {\r
1393               "column_name": "title"\r
1394             }\r
1395           },\r
1396           "link": {\r
1397             "type": "action",\r
1398             "args": {\r
1399               "action_name": "play"\r
1400             }\r
1401           }\r
1402         }\r
1403       },\r
1404       "summary": {},\r
1405       "edit": {}\r
1406     },\r
1407     "scroll_panel": {\r
1408       "symbol": {\r
1409         "type": "default",\r
1410         "args": {\r
1411           "link": {\r
1412             "type": "none"\r
1413           }\r
1414         }\r
1415       },\r
1416       "caption": {\r
1417         "type": "none"\r
1418       },\r
1419       "summary": {},\r
1420       "edit": {\r
1421         "type": "none"\r
1422       }\r
1423     },\r
1424     "comic": {\r
1425       "symbol": {},\r
1426       "caption": {\r
1427         "type": "default",\r
1428         "args": {\r
1429           "face": {\r
1430             "type": "column",\r
1431             "args": {\r
1432               "column_name": "title"\r
1433             }\r
1434           },\r
1435           "link": {\r
1436             "type": "action",\r
1437             "args": {\r
1438               "action_name": "play"\r
1439             }\r
1440           }\r
1441         }\r
1442       },\r
1443       "summary": {},\r
1444       "edit": {}\r
1445     },\r
1446     "comic_story": {\r
1447       "symbol": {\r
1448         "type": "default",\r
1449         "args": {\r
1450           "link": {\r
1451             "type": "none"\r
1452           }\r
1453         }\r
1454       },\r
1455       "caption": {\r
1456         "type": "none"\r
1457       },\r
1458       "summary": {},\r
1459       "edit": {\r
1460         "type": "none"\r
1461       }\r
1462     },\r
1463     "story": {\r
1464       "symbol": {},\r
1465       "caption": {\r
1466         "type": "default",\r
1467         "args": {\r
1468           "face": {\r
1469             "type": "column",\r
1470             "args": {\r
1471               "column_name": "title"\r
1472             }\r
1473           },\r
1474           "link": {\r
1475             "type": "action",\r
1476             "args": {\r
1477               "action_name": "play"\r
1478             }\r
1479           }\r
1480         }\r
1481       },\r
1482       "summary": {},\r
1483       "edit": {}\r
1484     },\r
1485     "story_sheet": {\r
1486       "symbol": {\r
1487         "type": "default",\r
1488         "args": {\r
1489           "link": {\r
1490             "type": "none"\r
1491           }\r
1492         }\r
1493       },\r
1494       "caption": {\r
1495         "type": "none"\r
1496       },\r
1497       "summary": {},\r
1498       "edit": {\r
1499         "type": "none"\r
1500       }\r
1501     },\r
1502     "sheet": {\r
1503       "symbol": {},\r
1504       "caption": {\r
1505         "type": "default",\r
1506         "args": {\r
1507           "face": {},\r
1508           "link": {\r
1509             "type": "action",\r
1510             "args": {\r
1511               "action_name": "play"\r
1512             }\r
1513           }\r
1514         }\r
1515       },\r
1516       "summary": {},\r
1517       "edit": {}\r
1518     },\r
1519     "sheet_panel": {\r
1520       "symbol": {\r
1521         "type": "default",\r
1522         "args": {\r
1523           "link": {\r
1524             "type": "none"\r
1525           }\r
1526         }\r
1527       },\r
1528       "caption": {\r
1529         "type": "none"\r
1530       },\r
1531       "summary": {},\r
1532       "edit": {\r
1533         "type": "none"\r
1534       }\r
1535     },\r
1536     "panel": {\r
1537       "symbol": {},\r
1538       "caption": {\r
1539         "type": "default",\r
1540         "args": {\r
1541           "link": {\r
1542             "type": "none"\r
1543           }\r
1544         }\r
1545       },\r
1546       "summary": {},\r
1547       "edit": {}\r
1548     },\r
1549     "panel_picture": {\r
1550       "symbol": {\r
1551         "type": "default",\r
1552         "args": {\r
1553           "face": {\r
1554             "type": "picture"\r
1555           }\r
1556         }\r
1557       },\r
1558       "caption": {\r
1559         "type": "default",\r
1560         "args": {\r
1561           "link": {\r
1562             "type": "none"\r
1563           }\r
1564         }\r
1565       },\r
1566       "summary": {},\r
1567       "edit": {\r
1568         "type": "none"\r
1569       }\r
1570     },\r
1571     "speech_balloon": {\r
1572       "symbol": {\r
1573         "type": "default",\r
1574         "args": {\r
1575           "face": {\r
1576             "type": "picture"\r
1577           }\r
1578         }\r
1579       },\r
1580       "caption": {\r
1581         "type": "default",\r
1582         "args": {\r
1583           "face": {\r
1584             "type": "method",\r
1585             "args": {\r
1586               "method_name": "plain_scenario"\r
1587             }\r
1588           },\r
1589           "link": {\r
1590             "type": "none"\r
1591           }\r
1592         }\r
1593       },\r
1594       "summary": {},\r
1595       "edit": {\r
1596         "type": "none"\r
1597       }\r
1598     },\r
1599     "speech": {\r
1600       "symbol": {\r
1601         "type": "default",\r
1602         "args": {\r
1603           "face": {\r
1604             "type": "picture"\r
1605           }\r
1606         }\r
1607       },\r
1608       "caption": {\r
1609         "type": "default",\r
1610         "args": {\r
1611           "face": {\r
1612             "type": "column",\r
1613             "args": {\r
1614               "column_name": "content"\r
1615             }\r
1616           },\r
1617           "link": {\r
1618             "type": "none"\r
1619           }\r
1620         }\r
1621       },\r
1622       "summary": {},\r
1623       "edit": {\r
1624         "type": "none"\r
1625       }\r
1626     },\r
1627     "balloon": {\r
1628       "symbol": {\r
1629         "type": "default",\r
1630         "args": {\r
1631           "face": {\r
1632             "type": "picture"\r
1633           }\r
1634         }\r
1635       },\r
1636       "caption": {\r
1637         "type": "none"\r
1638       },\r
1639       "summary": {},\r
1640       "edit": {\r
1641         "type": "none"\r
1642       }\r
1643     },\r
1644     "ground_picture": {\r
1645       "symbol": {\r
1646         "type": "default",\r
1647         "args": {\r
1648           "face": {\r
1649             "type": "picture"\r
1650           }\r
1651         }\r
1652       },\r
1653       "caption": {\r
1654         "type": "default",\r
1655         "args": {\r
1656           "link": {\r
1657             "type": "none"\r
1658           }\r
1659         }\r
1660       },\r
1661       "summary": {},\r
1662       "edit": {\r
1663         "type": "none"\r
1664       }\r
1665     },\r
1666     "ground_color": {\r
1667       "symbol": {\r
1668         "type": "template",\r
1669         "args": {\r
1670           "template_name": "symbol"\r
1671         }\r
1672       },\r
1673       "caption": {\r
1674         "type": "default",\r
1675         "args": {\r
1676           "link": {\r
1677             "type": "none"\r
1678           }\r
1679         }\r
1680       },\r
1681       "summary": {},\r
1682       "edit": {\r
1683         "type": "none"\r
1684       }\r
1685     },\r
1686     "original_picture": {\r
1687       "symbol": {\r
1688         "type": "default",\r
1689         "args": {\r
1690           "face": {\r
1691             "type": "picture"\r
1692           }\r
1693         }\r
1694       },\r
1695       "caption": {\r
1696         "type": "default",\r
1697         "args": {\r
1698           "face": {\r
1699             "type": "method",\r
1700             "args": {\r
1701               "method_name": "revision"\r
1702             }\r
1703           },\r
1704           "link": {\r
1705             "type": "action",\r
1706             "args": {\r
1707               "action_name": "history"\r
1708             }\r
1709           }\r
1710         }\r
1711       },\r
1712       "summary": {},\r
1713       "edit": {\r
1714         "type": "template",\r
1715         "args": {\r
1716           "template_name": "publish"\r
1717         }\r
1718       }\r
1719     },\r
1720     "picture": {\r
1721       "symbol": {\r
1722         "type": "default",\r
1723         "args": {\r
1724           "face": {\r
1725             "type": "picture"\r
1726           }\r
1727         }\r
1728       },\r
1729       "caption": {\r
1730         "type": "default",\r
1731         "args": {\r
1732           "face": {\r
1733             "type": "column",\r
1734             "args": {\r
1735               "column_name": "revision"\r
1736             }\r
1737           }\r
1738         }\r
1739       },\r
1740       "summary": {},\r
1741       "edit": {\r
1742         "type": "none"\r
1743       }\r
1744     },\r
1745     "resource_picture": {\r
1746       "symbol": {\r
1747         "type": "default",\r
1748         "args": {\r
1749           "face": {\r
1750             "type": "picture"\r
1751           }\r
1752         }\r
1753       },\r
1754       "caption": {\r
1755         "type": "none"\r
1756       },\r
1757       "summary": {},\r
1758       "edit": {\r
1759         "type": "none"\r
1760       }\r
1761     },\r
1762     "speech_balloon_template": {\r
1763       "symbol": {\r
1764         "type": "default",\r
1765         "args": {\r
1766           "face": {\r
1767             "type": "picture"\r
1768           }\r
1769         }\r
1770       },\r
1771       "caption": {},\r
1772       "summary": {\r
1773         "type": "none"\r
1774       },\r
1775       "edit": {}\r
1776     },\r
1777     "writing_format": {\r
1778       "symbol": {\r
1779         "type": "default",\r
1780         "args": {\r
1781           "face": {\r
1782             "type": "picture"\r
1783           }\r
1784         }\r
1785       },\r
1786       "caption": {},\r
1787       "summary": {\r
1788         "type": "none"\r
1789       },\r
1790       "edit": {}\r
1791     },\r
1792     "license_group": {\r
1793       "symbol": {},\r
1794       "caption": {\r
1795         "type": "default",\r
1796         "args": {\r
1797           "link": {\r
1798             "type": "url_column",\r
1799             "args": {\r
1800               "column_name": "url"\r
1801             }\r
1802           }\r
1803         }\r
1804       },\r
1805       "summary": {\r
1806         "type": "none"\r
1807       },\r
1808       "edit": {}\r
1809     },\r
1810     "license": {\r
1811       "symbol": {},\r
1812       "caption": {\r
1813         "type": "default",\r
1814         "args": {\r
1815           "face": {\r
1816             "type": "method",\r
1817             "args": {\r
1818               "method_name": "caption_with_group"\r
1819             }\r
1820           },\r
1821           "link": {\r
1822             "type": "url_column",\r
1823             "args": {\r
1824               "column_name": "url"\r
1825             }\r
1826           }\r
1827         }\r
1828       },\r
1829       "summary": {},\r
1830       "edit": {}\r
1831     },\r
1832     "author": {\r
1833       "symbol": {},\r
1834       "caption": {\r
1835         "type": "default",\r
1836         "args": {\r
1837           "face": {\r
1838             "type": "column",\r
1839             "args": {\r
1840               "column_name": "name"\r
1841             }\r
1842           }\r
1843         }\r
1844       },\r
1845       "summary": {},\r
1846       "edit": {\r
1847         "type": "account"\r
1848       }\r
1849     },\r
1850     "artist": {\r
1851       "symbol": {},\r
1852       "caption": {\r
1853         "type": "default",\r
1854         "args": {\r
1855           "face": {\r
1856             "type": "column",\r
1857             "args": {\r
1858               "column_name": "name"\r
1859             }\r
1860           }\r
1861         }\r
1862       },\r
1863       "summary": {},\r
1864       "edit": {\r
1865         "type": "account"\r
1866       }\r
1867     },\r
1868     "system_picture": {\r
1869       "symbol": {\r
1870         "type": "default",\r
1871         "args": {\r
1872           "face": {\r
1873             "type": "picture"\r
1874           }\r
1875         }\r
1876       },\r
1877       "caption": {\r
1878         "type": "none"\r
1879       },\r
1880       "summary": {\r
1881         "type": "none"\r
1882       },\r
1883       "edit": {\r
1884         "type": "none"\r
1885       }\r
1886     }\r
1887   },\r
1888   "forms": {\r
1889     "folder": {\r
1890       "fields": {\r
1891         "name": {\r
1892           "tag": {\r
1893             "type": "text"\r
1894           },\r
1895           "row_break": true\r
1896         },\r
1897         "controller_name": {\r
1898           "tag": {\r
1899             "type": "text"\r
1900           },\r
1901           "row_break": true\r
1902         },\r
1903         "action_name": {\r
1904           "tag": {\r
1905             "type": "text"\r
1906           },\r
1907           "row_break": true\r
1908         },\r
1909         "category_id": {\r
1910           "tag": {\r
1911             "type": "number"\r
1912           },\r
1913           "row_break": true\r
1914         },\r
1915         "t": {\r
1916           "tag": {\r
1917             "type": "number"\r
1918           },\r
1919           "row_break": true\r
1920         },\r
1921         "parent_id": {\r
1922           "tag": {\r
1923             "type": "number"\r
1924           },\r
1925           "row_break": true\r
1926         },\r
1927         "lft": {\r
1928           "tag": {\r
1929             "type": "number"\r
1930           },\r
1931           "row_break": true\r
1932         },\r
1933         "rgt": {\r
1934           "tag": {\r
1935             "type": "number"\r
1936           },\r
1937           "row_break": true\r
1938         },\r
1939         "depth": {\r
1940           "tag": {\r
1941             "type": "number"\r
1942           },\r
1943           "row_break": true\r
1944         },\r
1945         "id": {\r
1946           "label": {\r
1947             "type": "none"\r
1948           },\r
1949           "tag": {\r
1950             "type": "hidden"\r
1951           }\r
1952         }\r
1953       },\r
1954       "field_names": [\r
1955         "controller_name",\r
1956         "action_name",\r
1957         "category_id",\r
1958         "t",\r
1959         "parent_id",\r
1960         "lft",\r
1961         "rgt",\r
1962         "depth",\r
1963         "id"\r
1964       ]\r
1965     },\r
1966     "scroll": {\r
1967       "fields": {\r
1968         "title": {\r
1969           "label": {\r
1970             "args": {\r
1971               "row_break": true\r
1972             }\r
1973           },\r
1974           "tag": {\r
1975             "type": "text"\r
1976           },\r
1977           "row_break": true\r
1978         },\r
1979         "description": {\r
1980           "label": {\r
1981             "args": {\r
1982               "row_break": true\r
1983             }\r
1984           },\r
1985           "tag": {\r
1986             "type": "text_area"\r
1987           }\r
1988         },\r
1989         "visible": {\r
1990           "tag": {\r
1991             "type": "select"\r
1992           },\r
1993           "row_break": true\r
1994         },\r
1995         "id": {\r
1996           "label": {\r
1997             "type": "none"\r
1998           },\r
1999           "tag": {\r
2000             "type": "hidden"\r
2001           }\r
2002         },\r
2003         "author_id": {\r
2004           "label": {\r
2005             "type": "none"\r
2006           },\r
2007           "tag": {\r
2008             "type": "hidden"\r
2009           }\r
2010         }\r
2011       },\r
2012       "field_names": [\r
2013         "title",\r
2014         "description",\r
2015         "visible",\r
2016         "id",\r
2017         "author_id"\r
2018       ]\r
2019     },\r
2020     "scroll_panel": {\r
2021       "fields": {\r
2022         "scroll_id": {\r
2023           "tag": {\r
2024             "type": "number"\r
2025           }\r
2026         },\r
2027         "panel_id": {\r
2028           "tag": {\r
2029             "type": "number"\r
2030           }\r
2031         },\r
2032         "t": {\r
2033           "tag": {\r
2034             "type": "number"\r
2035           }\r
2036         },\r
2037         "id": {\r
2038           "label": {\r
2039             "type": "none"\r
2040           },\r
2041           "tag": {\r
2042             "type": "hidden"\r
2043           }\r
2044         }\r
2045       },\r
2046       "field_names": [\r
2047         "scroll_id",\r
2048         "panel_id",\r
2049         "t",\r
2050         "id"\r
2051       ]\r
2052     },\r
2053     "comic": {\r
2054       "fields": {\r
2055         "title": {\r
2056           "label": {\r
2057             "args": {\r
2058               "row_break": true\r
2059             }\r
2060           },\r
2061           "tag": {\r
2062             "type": "text"\r
2063           },\r
2064           "row_break": true\r
2065         },\r
2066         "description": {\r
2067           "label": {\r
2068             "args": {\r
2069               "row_break": true\r
2070             }\r
2071           },\r
2072           "tag": {\r
2073             "type": "text_area"\r
2074           }\r
2075         },\r
2076         "visible": {\r
2077           "tag": {\r
2078             "type": "select"\r
2079           },\r
2080           "row_break": true\r
2081         },\r
2082         "id": {\r
2083           "label": {\r
2084             "type": "none"\r
2085           },\r
2086           "tag": {\r
2087             "type": "hidden"\r
2088           }\r
2089         },\r
2090         "author_id": {\r
2091           "label": {\r
2092             "type": "none"\r
2093           },\r
2094           "tag": {\r
2095             "type": "hidden"\r
2096           }\r
2097         }\r
2098       },\r
2099       "field_names": [\r
2100         "title",\r
2101         "description",\r
2102         "visible",\r
2103         "id",\r
2104         "author_id"\r
2105       ]\r
2106     },\r
2107     "comic_story": {\r
2108       "fields": {\r
2109         "comic_id": {\r
2110           "tag": {\r
2111             "type": "number"\r
2112           }\r
2113         },\r
2114         "story_id": {\r
2115           "tag": {\r
2116             "type": "number"\r
2117           }\r
2118         },\r
2119         "t": {\r
2120           "tag": {\r
2121             "type": "number"\r
2122           }\r
2123         },\r
2124         "id": {\r
2125           "label": {\r
2126             "type": "none"\r
2127           },\r
2128           "tag": {\r
2129             "type": "hidden"\r
2130           }\r
2131         }\r
2132       },\r
2133       "field_names": [\r
2134         "comic_id",\r
2135         "story_id",\r
2136         "t",\r
2137         "id"\r
2138       ]\r
2139     },\r
2140     "story": {\r
2141       "fields": {\r
2142         "title": {\r
2143           "label": {\r
2144             "args": {\r
2145               "row_break": true\r
2146             }\r
2147           },\r
2148           "tag": {\r
2149             "type": "text"\r
2150           },\r
2151           "row_break": true\r
2152         },\r
2153         "description": {\r
2154           "label": {\r
2155             "args": {\r
2156               "row_break": true\r
2157             }\r
2158           },\r
2159           "tag": {\r
2160             "type": "text_area"\r
2161           },\r
2162           "row_break": true\r
2163         },\r
2164         "visible": {\r
2165           "tag": {\r
2166             "type": "select"\r
2167           },\r
2168           "row_break": true\r
2169         },\r
2170         "id": {\r
2171           "label": {\r
2172             "type": "none"\r
2173           },\r
2174           "tag": {\r
2175             "type": "hidden"\r
2176           }\r
2177         },\r
2178         "author_id": {\r
2179           "label": {\r
2180             "type": "none"\r
2181           },\r
2182           "tag": {\r
2183             "type": "hidden"\r
2184           }\r
2185         }\r
2186       },\r
2187       "field_names": [\r
2188         "title",\r
2189         "description",\r
2190         "visible",\r
2191         "id",\r
2192         "author_id"\r
2193       ]\r
2194     },\r
2195     "story_sheet": {\r
2196       "fields": {\r
2197         "story_id": {\r
2198           "label": {\r
2199             "type": "none"\r
2200           },\r
2201           "tag": {\r
2202             "type": "number"\r
2203           }\r
2204         },\r
2205         "sheet_id": {\r
2206           "label": {\r
2207             "type": "none"\r
2208           },\r
2209           "tag": {\r
2210             "type": "number"\r
2211           }\r
2212         },\r
2213         "t": {\r
2214           "tag": {\r
2215             "type": "number"\r
2216           }\r
2217         },\r
2218         "id": {\r
2219           "label": {\r
2220             "type": "none"\r
2221           },\r
2222           "tag": {\r
2223             "type": "hidden"\r
2224           }\r
2225         }\r
2226       },\r
2227       "field_names": [\r
2228         "story_id",\r
2229         "sheet_id",\r
2230         "t",\r
2231         "id"\r
2232       ]\r
2233     },\r
2234     "sheet": {\r
2235       "fields": {\r
2236         "caption": {\r
2237           "label": {\r
2238             "args": {\r
2239               "row_break": true\r
2240             }\r
2241           },\r
2242           "tag": {\r
2243             "type": "text"\r
2244           },\r
2245           "row_break": true\r
2246         },\r
2247         "width": {\r
2248           "tag": {\r
2249             "type": "number"\r
2250           }\r
2251         },\r
2252         "height": {\r
2253           "tag": {\r
2254             "type": "number"\r
2255           },\r
2256           "row_break": true\r
2257         },\r
2258         "visible": {\r
2259           "tag": {\r
2260             "type": "select"\r
2261           },\r
2262           "row_break": true\r
2263         },\r
2264         "id": {\r
2265           "label": {\r
2266             "type": "none"\r
2267           },\r
2268           "tag": {\r
2269             "type": "hidden"\r
2270           }\r
2271         },\r
2272         "author_id": {\r
2273           "label": {\r
2274             "type": "none"\r
2275           },\r
2276           "tag": {\r
2277             "type": "hidden"\r
2278           }\r
2279         }\r
2280       },\r
2281       "field_names": [\r
2282         "caption",\r
2283         "width",\r
2284         "height",\r
2285         "visible",\r
2286         "id",\r
2287         "author_id"\r
2288       ]\r
2289     },\r
2290     "sheet_panel": {\r
2291       "fields": {\r
2292         "sheet_id": {\r
2293           "tag": {\r
2294             "type": "number"\r
2295           }\r
2296         },\r
2297         "panel_id": {\r
2298           "tag": {\r
2299             "type": "number"\r
2300           }\r
2301         },\r
2302         "x": {\r
2303           "tag": {\r
2304             "type": "number"\r
2305           }\r
2306         },\r
2307         "y": {\r
2308           "tag": {\r
2309             "type": "number"\r
2310           },\r
2311           "row_break": true\r
2312         },\r
2313         "z": {\r
2314           "label": {\r
2315             "type": "none"\r
2316           },\r
2317           "tag": {\r
2318             "type": "hidden"\r
2319           }\r
2320         },\r
2321         "t": {\r
2322           "label": {\r
2323             "type": "none"\r
2324           },\r
2325           "tag": {\r
2326             "type": "hidden"\r
2327           }\r
2328         },\r
2329         "id": {\r
2330           "label": {\r
2331             "type": "none"\r
2332           },\r
2333           "tag": {\r
2334             "type": "hidden"\r
2335           }\r
2336         }\r
2337       },\r
2338       "field_names": [\r
2339         "sheet_id",\r
2340         "panel_id",\r
2341         "x",\r
2342         "y",\r
2343         "z",\r
2344         "t",\r
2345         "id"\r
2346       ]\r
2347     },\r
2348     "panel": {\r
2349       "fields": {\r
2350         "caption": {\r
2351           "tag": {\r
2352             "type": "text"\r
2353           },\r
2354           "row_break": true\r
2355         },\r
2356         "width": {\r
2357           "tag": {\r
2358             "type": "number"\r
2359           }\r
2360         },\r
2361         "height": {\r
2362           "tag": {\r
2363             "type": "number"\r
2364           },\r
2365           "row_break": true\r
2366         },\r
2367         "border": {\r
2368           "tag": {\r
2369             "type": "number"\r
2370           }\r
2371         },\r
2372         "publish": {\r
2373           "tag": {\r
2374             "type": "select"\r
2375           },\r
2376           "row_break": true\r
2377         },\r
2378         "id": {\r
2379           "label": {\r
2380             "type": "none"\r
2381           },\r
2382           "tag": {\r
2383             "type": "hidden"\r
2384           }\r
2385         },\r
2386         "author_id": {\r
2387           "label": {\r
2388             "type": "none"\r
2389           },\r
2390           "tag": {\r
2391             "type": "hidden"\r
2392           }\r
2393         }\r
2394       },\r
2395       "field_names": [\r
2396         "caption",\r
2397         "width",\r
2398         "height",\r
2399         "border",\r
2400         "publish",\r
2401         "id",\r
2402         "author_id"\r
2403       ]\r
2404     },\r
2405     "panel_picture": {\r
2406       "fields": {\r
2407         "caption": {\r
2408           "tag": {\r
2409             "type": "text"\r
2410           },\r
2411           "row_break": true\r
2412         },\r
2413         "x": {\r
2414           "tag": {\r
2415             "type": "number"\r
2416           }\r
2417         },\r
2418         "y": {\r
2419           "tag": {\r
2420             "type": "number"\r
2421           },\r
2422           "row_break": true\r
2423         },\r
2424         "width": {\r
2425           "tag": {\r
2426             "type": "number"\r
2427           },\r
2428           "helpers": {\r
2429             "size": {\r
2430               "type": "size",\r
2431               "args": {\r
2432                 "dom_class": "panel_picture_width_tool"\r
2433               }\r
2434             }\r
2435           },\r
2436           "row_break": true\r
2437         },\r
2438         "height": {\r
2439           "tag": {\r
2440             "type": "number"\r
2441           },\r
2442           "helpers": {\r
2443             "size": {\r
2444               "type": "size",\r
2445               "args": {\r
2446                 "dom_class": "panel_picture_height_tool"\r
2447               }\r
2448             }\r
2449           },\r
2450           "row_break": true\r
2451         },\r
2452         "link": {\r
2453           "tag": {\r
2454             "type": "text"\r
2455           },\r
2456           "row_break": true\r
2457         },\r
2458         "id": {\r
2459           "label": {\r
2460             "type": "none"\r
2461           },\r
2462           "tag": {\r
2463             "type": "hidden"\r
2464           }\r
2465         },\r
2466         "panel_id": {\r
2467           "label": {\r
2468             "type": "none"\r
2469           },\r
2470           "tag": {\r
2471             "type": "hidden"\r
2472           }\r
2473         },\r
2474         "picture_id": {\r
2475           "tag": {\r
2476             "type": "hidden"\r
2477           },\r
2478           "helpers": {\r
2479             "popup": {\r
2480               "type": "popup",\r
2481               "args": {\r
2482                 "source": "pictures"\r
2483               }\r
2484             }\r
2485           }\r
2486         },\r
2487         "z": {\r
2488           "label": {\r
2489             "type": "none"\r
2490           },\r
2491           "tag": {\r
2492             "type": "hidden"\r
2493           }\r
2494         },\r
2495         "t": {\r
2496           "label": {\r
2497             "type": "none"\r
2498           },\r
2499           "tag": {\r
2500             "type": "hidden"\r
2501           }\r
2502         }\r
2503       },\r
2504       "field_names": [\r
2505         "caption",\r
2506         "x",\r
2507         "y",\r
2508         "width",\r
2509         "height",\r
2510         "link",\r
2511         "id",\r
2512         "panel_id",\r
2513         "picture_id",\r
2514         "z",\r
2515         "t"\r
2516       ]\r
2517     },\r
2518     "speech_balloon": {\r
2519       "fields": {\r
2520         "id": {\r
2521           "label": {\r
2522             "type": "none"\r
2523           },\r
2524           "tag": {\r
2525             "type": "hidden"\r
2526           }\r
2527         },\r
2528         "panel_id": {\r
2529           "label": {\r
2530             "type": "none"\r
2531           },\r
2532           "tag": {\r
2533             "type": "hidden"\r
2534           }\r
2535         },\r
2536         "speech_balloon_template_id": {\r
2537           "label": {\r
2538             "type": "none"\r
2539           },\r
2540           "tag": {\r
2541             "type": "hidden"\r
2542           }\r
2543         },\r
2544         "caption": {\r
2545           "tag": {\r
2546             "type": "text"\r
2547           },\r
2548           "row_break": true\r
2549         },\r
2550         "z": {\r
2551           "label": {\r
2552             "type": "none"\r
2553           },\r
2554           "tag": {\r
2555             "type": "hidden"\r
2556           }\r
2557         },\r
2558         "t": {\r
2559           "label": {\r
2560             "type": "none"\r
2561           },\r
2562           "tag": {\r
2563             "type": "hidden"\r
2564           }\r
2565         },\r
2566         "speech_balloon_template_module_name": {\r
2567           "label": {\r
2568             "type": "none"\r
2569           },\r
2570           "tag": {\r
2571             "type": "hidden"\r
2572           }\r
2573         },\r
2574         "speech_balloon_template_settings": {\r
2575           "row_break": true\r
2576         }\r
2577       },\r
2578       "field_names": [\r
2579         "caption",\r
2580         "id",\r
2581         "panel_id",\r
2582         "speech_balloon_template_id",\r
2583         "speech_balloon_template_module_name",\r
2584         "z",\r
2585         "t",\r
2586         "speech_balloon_template_settings"\r
2587       ]\r
2588     },\r
2589     "balloon": {\r
2590       "fields": {\r
2591         "id": {\r
2592           "label": {\r
2593             "type": "none"\r
2594           },\r
2595           "tag": {\r
2596             "type": "hidden"\r
2597           }\r
2598         },\r
2599         "speech_balloon_id": {\r
2600           "label": {\r
2601             "type": "none"\r
2602           },\r
2603           "tag": {\r
2604             "type": "hidden"\r
2605           }\r
2606         },\r
2607         "speech_balloon_template_id": {\r
2608           "label": {\r
2609             "type": "none"\r
2610           },\r
2611           "tag": {\r
2612             "type": "hidden"\r
2613           }\r
2614         },\r
2615         "system_picture_id": {\r
2616           "label": {\r
2617             "type": "none"\r
2618           },\r
2619           "tag": {\r
2620             "type": "hidden"\r
2621           }\r
2622         },\r
2623         "r": {\r
2624           "tag": {\r
2625             "type": "number"\r
2626           },\r
2627           "helpers": {\r
2628             "tail_angle": {\r
2629               "type": "size",\r
2630               "args": {}\r
2631             }\r
2632           },\r
2633           "row_break": true\r
2634         },\r
2635         "x": {\r
2636           "tag": {\r
2637             "type": "number"\r
2638           }\r
2639         },\r
2640         "y": {\r
2641           "label": {},\r
2642           "tag": {\r
2643             "type": "number"\r
2644           },\r
2645           "row_break": true\r
2646         },\r
2647         "width": {\r
2648           "tag": {\r
2649             "type": "number"\r
2650           }\r
2651         },\r
2652         "height": {\r
2653           "tag": {\r
2654             "type": "number"\r
2655           },\r
2656           "row_break": true\r
2657         },\r
2658         "speech_balloon_template_module_name": {\r
2659           "label": {\r
2660             "type": "none"\r
2661           },\r
2662           "tag": {\r
2663             "type": "hidden"\r
2664           }\r
2665         },\r
2666         "speech_balloon_template_settings": {\r
2667           "row_break": true\r
2668         }\r
2669       },\r
2670       "field_names": [\r
2671         "r",\r
2672         "x",\r
2673         "y",\r
2674         "width",\r
2675         "height",\r
2676         "id",\r
2677         "speech_balloon_id",\r
2678         "system_picture_id",\r
2679         "speech_balloon_template_id",\r
2680         "speech_balloon_template_module_name",\r
2681         "speech_balloon_template_settings"\r
2682       ]\r
2683     },\r
2684     "speech": {\r
2685       "fields": {\r
2686         "id": {\r
2687           "label": {\r
2688             "type": "none"\r
2689           },\r
2690           "tag": {\r
2691             "type": "hidden"\r
2692           }\r
2693         },\r
2694         "speech_balloon_id": {\r
2695           "label": {\r
2696             "type": "none"\r
2697           },\r
2698           "tag": {\r
2699             "type": "hidden"\r
2700           }\r
2701         },\r
2702         "speech_balloon_template_id": {\r
2703           "label": {\r
2704             "type": "none"\r
2705           },\r
2706           "tag": {\r
2707             "type": "hidden"\r
2708           }\r
2709         },\r
2710         "x": {\r
2711           "label": {\r
2712             "type": "none"\r
2713           },\r
2714           "tag": {\r
2715             "type": "hidden"\r
2716           }\r
2717         },\r
2718         "y": {\r
2719           "label": {\r
2720             "type": "none"\r
2721           },\r
2722           "tag": {\r
2723             "type": "hidden"\r
2724           }\r
2725         },\r
2726         "width": {\r
2727           "label": {\r
2728             "type": "none"\r
2729           },\r
2730           "tag": {\r
2731             "type": "hidden"\r
2732           }\r
2733         },\r
2734         "height": {\r
2735           "label": {\r
2736             "type": "none"\r
2737           },\r
2738           "tag": {\r
2739             "type": "hidden"\r
2740           }\r
2741         },\r
2742         "writing_format_id": {\r
2743           "tag": {\r
2744             "type": "select"\r
2745           }\r
2746         },\r
2747         "font_size": {\r
2748           "tag": {\r
2749             "type": "select"\r
2750           },\r
2751           "row_break": true\r
2752         },\r
2753         "text_align": {\r
2754           "tag": {\r
2755             "type": "select"\r
2756           }\r
2757         },\r
2758         "quotes": {\r
2759           "tag": {\r
2760             "type": "text"\r
2761           }\r
2762         },\r
2763         "content": {\r
2764           "label": {\r
2765             "args": {\r
2766               "row_break": true\r
2767             }\r
2768           },\r
2769           "tag": {\r
2770             "type": "text_area",\r
2771             "args": {\r
2772               "options": {\r
2773                 "size": "45x5"\r
2774               }\r
2775             }\r
2776           }\r
2777         },\r
2778         "fore_color": {\r
2779           "label": {\r
2780             "row_break": true\r
2781           },\r
2782           "tag": {\r
2783             "type": "hidden"\r
2784           },\r
2785           "helpers": {\r
2786             "color": {\r
2787               "type": "color",\r
2788               "args": {\r
2789                 "wrapper": "speech-fore_color-wrap"\r
2790               }\r
2791             }\r
2792           }\r
2793         },\r
2794         "speech_balloon_template_module_name": {\r
2795           "label": {\r
2796             "type": "none"\r
2797           },\r
2798           "tag": {\r
2799             "type": "hidden"\r
2800           }\r
2801         },\r
2802         "writing_format_module_name": {\r
2803           "label": {\r
2804             "type": "none"\r
2805           },\r
2806           "tag": {\r
2807             "type": "hidden"\r
2808           }\r
2809         },\r
2810         "speech_balloon_template_settings": {\r
2811           "row_break": true\r
2812         }\r
2813       },\r
2814       "field_names": [\r
2815         "writing_format_id",\r
2816         "font_size",\r
2817         "text_align",\r
2818         "quotes",\r
2819         "content",\r
2820         "fore_color",\r
2821         "id",\r
2822         "speech_balloon_id",\r
2823         "x",\r
2824         "y",\r
2825         "width",\r
2826         "height",\r
2827         "speech_balloon_template_id",\r
2828         "speech_balloon_template_module_name",\r
2829         "speech_balloon_template_settings",\r
2830         "writing_format_module_name"\r
2831       ]\r
2832     },\r
2833     "ground_picture": {\r
2834       "fields": {\r
2835         "id": {\r
2836           "label": {\r
2837             "type": "none"\r
2838           },\r
2839           "tag": {\r
2840             "type": "hidden"\r
2841           }\r
2842         },\r
2843         "panel_id": {\r
2844           "label": {\r
2845             "type": "none"\r
2846           },\r
2847           "tag": {\r
2848             "type": "hidden"\r
2849           }\r
2850         },\r
2851         "picture_id": {\r
2852           "label": {\r
2853             "type": "none"\r
2854           },\r
2855           "tag": {\r
2856             "type": "hidden"\r
2857           }\r
2858         },\r
2859         "caption": {\r
2860           "tag": {\r
2861             "type": "text"\r
2862           },\r
2863           "row_break": true\r
2864         },\r
2865         "repeat": {\r
2866           "tag": {\r
2867             "type": "select",\r
2868             "args": {\r
2869               "source": "magic_number",\r
2870               "key": "ground_picture_repeat_items"\r
2871             }\r
2872           },\r
2873           "row_break": true\r
2874         },\r
2875         "x": {\r
2876           "tag": {\r
2877             "type": "number"\r
2878           }\r
2879         },\r
2880         "y": {\r
2881           "tag": {\r
2882             "type": "number"\r
2883           },\r
2884           "row_break": true\r
2885         },\r
2886         "z": {\r
2887           "label": {\r
2888             "type": "none"\r
2889           },\r
2890           "tag": {\r
2891             "type": "hidden"\r
2892           }\r
2893         },\r
2894         "t": {\r
2895           "label": {\r
2896             "type": "none"\r
2897           },\r
2898           "tag": {\r
2899             "type": "hidden"\r
2900           }\r
2901         }\r
2902       },\r
2903       "field_names": [\r
2904         "caption",\r
2905         "repeat",\r
2906         "x",\r
2907         "y",\r
2908         "z",\r
2909         "t",\r
2910         "id",\r
2911         "panel_id",\r
2912         "picture_id"\r
2913       ]\r
2914     },\r
2915     "ground_color": {\r
2916       "fields": {\r
2917         "id": {\r
2918           "label": {\r
2919             "type": "none"\r
2920           },\r
2921           "tag": {\r
2922             "type": "hidden"\r
2923           }\r
2924         },\r
2925         "panel_id": {\r
2926           "label": {\r
2927             "type": "none"\r
2928           },\r
2929           "tag": {\r
2930             "type": "hidden"\r
2931           }\r
2932         },\r
2933         "caption": {\r
2934           "tag": {\r
2935             "type": "text"\r
2936           },\r
2937           "row_break": true\r
2938         },\r
2939         "code": {\r
2940           "label": {\r
2941             "args": {\r
2942               "row_break": true\r
2943             }\r
2944           },\r
2945           "tag": {\r
2946             "type": "hidden"\r
2947           },\r
2948           "helpers": {\r
2949             "color": {\r
2950               "type": "color",\r
2951               "args": {\r
2952                 "wrapper": "ground_color-code-wrap"\r
2953               }\r
2954             }\r
2955           },\r
2956           "row_break": true\r
2957         },\r
2958         "orientation": {\r
2959           "tag": {\r
2960             "type": "select"\r
2961           },\r
2962           "row_break": true\r
2963         },\r
2964         "xy": {\r
2965           "tag": {\r
2966             "type": "number"\r
2967           }\r
2968         },\r
2969         "wh": {\r
2970           "tag": {\r
2971             "type": "number"\r
2972           },\r
2973           "row_break": true\r
2974         },\r
2975         "z": {\r
2976           "label": {\r
2977             "type": "none"\r
2978           },\r
2979           "tag": {\r
2980             "type": "hidden"\r
2981           }\r
2982         },\r
2983         "t": {\r
2984           "label": {\r
2985             "type": "none"\r
2986           },\r
2987           "tag": {\r
2988             "type": "hidden"\r
2989           }\r
2990         }\r
2991       },\r
2992       "field_names": [\r
2993         "id",\r
2994         "panel_id",\r
2995         "caption",\r
2996         "code",\r
2997         "orientation",\r
2998         "xy",\r
2999         "wh",\r
3000         "z",\r
3001         "t"\r
3002       ]\r
3003     },\r
3004     "original_picture_license_group": {\r
3005       "fields": {\r
3006         "id": {\r
3007           "label": {\r
3008             "type": "none"\r
3009           },\r
3010           "tag": {\r
3011             "type": "hidden"\r
3012           }\r
3013         },\r
3014         "original_picture_id": {\r
3015           "label": {\r
3016             "type": "none"\r
3017           },\r
3018           "tag": {\r
3019             "type": "hidden"\r
3020           }\r
3021         },\r
3022         "license_group_id": {\r
3023           "tag": {\r
3024             "type": "select"\r
3025           }\r
3026         }\r
3027       },\r
3028       "field_names": [\r
3029         "id",\r
3030         "original_picture_id",\r
3031         "license_group_id"\r
3032       ]\r
3033     },\r
3034     "original_picture_license": {\r
3035       "fields": {\r
3036         "id": {\r
3037           "label": {\r
3038             "type": "none"\r
3039           },\r
3040           "tag": {\r
3041             "type": "hidden"\r
3042           }\r
3043         },\r
3044         "original_picture_id": {\r
3045           "label": {\r
3046             "type": "none"\r
3047           },\r
3048           "tag": {\r
3049             "type": "hidden"\r
3050           }\r
3051         },\r
3052         "license_group_id": {\r
3053           "label": {\r
3054             "type": "none"\r
3055           },\r
3056           "tag": {\r
3057             "type": "hidden"\r
3058           }\r
3059         },\r
3060         "license_id": {\r
3061           "tag": {\r
3062             "type": "select"\r
3063           }\r
3064         },\r
3065         "license_settings": {\r
3066           "row_break": true\r
3067         },\r
3068         "license_group_module_name": {\r
3069           "label": {\r
3070             "type": "none"\r
3071           },\r
3072           "tag": {\r
3073             "type": "hidden"\r
3074           }\r
3075         }\r
3076       },\r
3077       "field_names": [\r
3078         "id",\r
3079         "original_picture_id",\r
3080         "license_group_id",\r
3081         "license_id",\r
3082         "license_settings",\r
3083         "license_group_module_name"\r
3084       ]\r
3085     },\r
3086     "speech_balloon_template": {\r
3087       "fields": {\r
3088         "id": {\r
3089           "label": {\r
3090             "type": "none"\r
3091           },\r
3092           "tag": {\r
3093             "type": "hidden"\r
3094           }\r
3095         },\r
3096         "name": {\r
3097           "tag": {\r
3098             "type": "text"\r
3099           },\r
3100           "row_break": true\r
3101         },\r
3102         "module_name": {\r
3103           "tag": {\r
3104             "type": "text"\r
3105           },\r
3106           "row_break": true\r
3107         },\r
3108         "caption": {\r
3109           "tag": {\r
3110             "type": "text"\r
3111           },\r
3112           "row_break": true\r
3113         },\r
3114         "t": {\r
3115           "tag": {\r
3116             "type": "number"\r
3117           },\r
3118           "row_break": true\r
3119         },\r
3120         "system_picture_id": {\r
3121           "tag": {\r
3122             "type": "number"\r
3123           },\r
3124           "row_break": true\r
3125         },\r
3126         "settings": {\r
3127           "tag": {\r
3128             "type": "text_area"\r
3129           },\r
3130           "row_break": true\r
3131         }\r
3132       },\r
3133       "field_names": [\r
3134         "id",\r
3135         "name",\r
3136         "module_name",\r
3137         "caption",\r
3138         "t",\r
3139         "system_picture_id",\r
3140         "settings"\r
3141       ]\r
3142     },\r
3143     "writing_format": {\r
3144       "fields": {\r
3145         "id": {\r
3146           "label": {\r
3147             "type": "none"\r
3148           },\r
3149           "tag": {\r
3150             "type": "hidden"\r
3151           }\r
3152         },\r
3153         "name": {\r
3154           "tag": {\r
3155             "type": "text"\r
3156           },\r
3157           "row_break": true\r
3158         },\r
3159         "module_name": {\r
3160           "tag": {\r
3161             "type": "text"\r
3162           },\r
3163           "row_break": true\r
3164         },\r
3165         "caption": {\r
3166           "tag": {\r
3167             "type": "text"\r
3168           },\r
3169           "row_break": true\r
3170         },\r
3171         "system_picture_id": {\r
3172           "tag": {\r
3173             "type": "number"\r
3174           },\r
3175           "row_break": true\r
3176         },\r
3177         "settings": {\r
3178           "tag": {\r
3179             "type": "text_area"\r
3180           },\r
3181           "row_break": true\r
3182         }\r
3183       },\r
3184       "field_names": [\r
3185         "id",\r
3186         "name",\r
3187         "module_name",\r
3188         "caption",\r
3189         "system_picture_id",\r
3190         "settings"\r
3191       ]\r
3192     },\r
3193     "license_group": {\r
3194       "fields": {\r
3195         "id": {\r
3196           "label": {\r
3197             "type": "none"\r
3198           },\r
3199           "tag": {\r
3200             "type": "hidden"\r
3201           }\r
3202         },\r
3203         "name": {\r
3204           "tag": {\r
3205             "type": "text"\r
3206           },\r
3207           "row_break": true\r
3208         },\r
3209         "module_name": {\r
3210           "tag": {\r
3211             "type": "text"\r
3212           },\r
3213           "row_break": true\r
3214         },\r
3215         "caption": {\r
3216           "tag": {\r
3217             "type": "text"\r
3218           },\r
3219           "row_break": true\r
3220         },\r
3221         "url": {\r
3222           "tag": {\r
3223             "type": "text"\r
3224           },\r
3225           "row_break": true\r
3226         }\r
3227       },\r
3228       "field_names": [\r
3229         "id",\r
3230         "name",\r
3231         "module_name",\r
3232         "caption",\r
3233         "url"\r
3234       ]\r
3235     },\r
3236     "license": {\r
3237       "fields": {\r
3238         "id": {\r
3239           "label": {\r
3240             "type": "none"\r
3241           },\r
3242           "tag": {\r
3243             "type": "hidden"\r
3244           }\r
3245         },\r
3246         "license_group_id": {\r
3247           "label": {\r
3248             "type": "none"\r
3249           },\r
3250           "tag": {\r
3251             "type": "hidden"\r
3252           }\r
3253         },\r
3254         "license_group_module_name": {\r
3255           "tag": {\r
3256             "type": "text"\r
3257           },\r
3258           "row_break": true\r
3259         },\r
3260         "name": {\r
3261           "tag": {\r
3262             "type": "text"\r
3263           },\r
3264           "row_break": true\r
3265         },\r
3266         "caption": {\r
3267           "tag": {\r
3268             "type": "text"\r
3269           },\r
3270           "row_break": true\r
3271         },\r
3272         "system_picture_id": {\r
3273           "tag": {\r
3274             "type": "number"\r
3275           },\r
3276           "row_break": true\r
3277         },\r
3278         "url": {\r
3279           "tag": {\r
3280             "type": "text"\r
3281           },\r
3282           "row_break": true\r
3283         },\r
3284         "license_group_settings": {\r
3285           "row_break": true\r
3286         },\r
3287         "credit_picture_settings": {\r
3288           "row_break": true\r
3289         }\r
3290       },\r
3291       "field_names": [\r
3292         "id",\r
3293         "license_group_id",\r
3294         "license_group_module_name",\r
3295         "name",\r
3296         "caption",\r
3297         "system_picture_id",\r
3298         "url",\r
3299         "license_group_settings",\r
3300         "credit_picture_settings"\r
3301       ]\r
3302     },\r
3303     "author": {\r
3304       "fields": {\r
3305         "id": {\r
3306           "label": {\r
3307             "type": "none"\r
3308           },\r
3309           "tag": {\r
3310             "type": "hidden"\r
3311           }\r
3312         },\r
3313         "name": {\r
3314           "label": {\r
3315             "args": {\r
3316               "row_break": true\r
3317             }\r
3318           },\r
3319           "tag": {\r
3320             "type": "text"\r
3321           },\r
3322           "row_break": true\r
3323         }\r
3324       },\r
3325       "field_names": [\r
3326         "id",\r
3327         "name"\r
3328       ]\r
3329     },\r
3330     "artist": {\r
3331       "fields": {\r
3332         "id": {\r
3333           "label": {\r
3334             "type": "none"\r
3335           },\r
3336           "tag": {\r
3337             "type": "hidden"\r
3338           }\r
3339         },\r
3340         "name": {\r
3341           "label": {\r
3342             "args": {\r
3343               "row_break": true\r
3344             }\r
3345           },\r
3346           "tag": {\r
3347             "type": "text"\r
3348           },\r
3349           "row_break": true\r
3350         }\r
3351       },\r
3352       "field_names": [\r
3353         "id",\r
3354         "name"\r
3355       ]\r
3356     },\r
3357     "circle_speech_balloon_speech_balloon": {\r
3358       "fields": {},\r
3359       "field_names": []\r
3360     },\r
3361     "circle_speech_balloon_balloon": {\r
3362       "fields": {},\r
3363       "field_names": []\r
3364     },\r
3365     "circle_speech_balloon_speech": {\r
3366       "fields": {},\r
3367       "field_names": []\r
3368     },\r
3369     "plain_speech_balloon_speech_balloon": {\r
3370       "fields": {},\r
3371       "field_names": []\r
3372     },\r
3373     "plain_speech_balloon_balloon": {\r
3374       "fields": {},\r
3375       "field_names": []\r
3376     },\r
3377     "plain_speech_balloon_speech": {\r
3378       "fields": {},\r
3379       "field_names": []\r
3380     },\r
3381     "square_speech_balloon_speech_balloon": {\r
3382       "fields": {},\r
3383       "field_names": []\r
3384     },\r
3385     "square_speech_balloon_balloon": {\r
3386       "fields": {},\r
3387       "field_names": []\r
3388     },\r
3389     "square_speech_balloon_speech": {\r
3390       "fields": {},\r
3391       "field_names": []\r
3392     },\r
3393     "test_speech_balloon_speech_balloon": {\r
3394       "fields": {\r
3395         "a": {\r
3396           "tag": {\r
3397             "type": "number"\r
3398           },\r
3399           "row_break": true\r
3400         }\r
3401       },\r
3402       "field_names": [\r
3403         "a"\r
3404       ]\r
3405     },\r
3406     "test_speech_balloon_balloon": {\r
3407       "fields": {\r
3408         "b": {\r
3409           "tag": {\r
3410             "type": "number"\r
3411           },\r
3412           "row_break": true\r
3413         }\r
3414       },\r
3415       "field_names": [\r
3416         "b"\r
3417       ]\r
3418     },\r
3419     "test_speech_balloon_speech": {\r
3420       "fields": {\r
3421         "c": {\r
3422           "tag": {\r
3423             "type": "number"\r
3424           },\r
3425           "row_break": true\r
3426         }\r
3427       },\r
3428       "field_names": [\r
3429         "c"\r
3430       ]\r
3431     },\r
3432     "pettanr_simple_format_speech": {\r
3433       "fields": {},\r
3434       "field_names": []\r
3435     },\r
3436     "pettanr_creative_commons_v30_licenses_license": {\r
3437       "fields": {\r
3438         "open": {\r
3439           "tag": {\r
3440             "type": "number"\r
3441           },\r
3442           "row_break": true\r
3443         },\r
3444         "commercial": {\r
3445           "tag": {\r
3446             "type": "number"\r
3447           },\r
3448           "row_break": true\r
3449         },\r
3450         "official": {\r
3451           "tag": {\r
3452             "type": "number"\r
3453           },\r
3454           "row_break": true\r
3455         },\r
3456         "attribution": {\r
3457           "tag": {\r
3458             "type": "number"\r
3459           },\r
3460           "row_break": true\r
3461         },\r
3462         "derive": {\r
3463           "tag": {\r
3464             "type": "number"\r
3465           },\r
3466           "row_break": true\r
3467         },\r
3468         "thumbnail": {\r
3469           "tag": {\r
3470             "type": "number"\r
3471           },\r
3472           "row_break": true\r
3473         },\r
3474         "gif_convert": {\r
3475           "tag": {\r
3476             "type": "number"\r
3477           },\r
3478           "row_break": true\r
3479         },\r
3480         "reverse": {\r
3481           "tag": {\r
3482             "type": "number"\r
3483           },\r
3484           "row_break": true\r
3485         },\r
3486         "sync_vh": {\r
3487           "tag": {\r
3488             "type": "number"\r
3489           },\r
3490           "row_break": true\r
3491         },\r
3492         "overlap": {\r
3493           "tag": {\r
3494             "type": "number"\r
3495           },\r
3496           "row_break": true\r
3497         }\r
3498       },\r
3499       "field_names": [\r
3500         "open",\r
3501         "commercial",\r
3502         "official",\r
3503         "attribution",\r
3504         "derive",\r
3505         "thumbnail",\r
3506         "gif_convert",\r
3507         "reverse",\r
3508         "sync_vh",\r
3509         "overlap"\r
3510       ]\r
3511     },\r
3512     "pettanr_creative_commons_v30_licenses_attribute": {\r
3513       "fields": {\r
3514         "artist_name": {\r
3515           "tag": {\r
3516             "type": "text"\r
3517           },\r
3518           "row_break": true\r
3519         },\r
3520         "caption": {\r
3521           "tag": {\r
3522             "type": "text"\r
3523           },\r
3524           "row_break": true\r
3525         },\r
3526         "artist_url": {\r
3527           "tag": {\r
3528             "type": "text"\r
3529           },\r
3530           "row_break": true\r
3531         },\r
3532         "source_url": {\r
3533           "tag": {\r
3534             "type": "text"\r
3535           },\r
3536           "row_break": true\r
3537         },\r
3538         "more_permission_url": {\r
3539           "tag": {\r
3540             "type": "text"\r
3541           },\r
3542           "row_break": true\r
3543         }\r
3544       },\r
3545       "field_names": [\r
3546         "artist_name",\r
3547         "caption",\r
3548         "artist_url",\r
3549         "source_url",\r
3550         "more_permission_url"\r
3551       ]\r
3552     },\r
3553     "pettanr_creative_commons_v30_licenses_credit_picture": {\r
3554       "fields": {\r
3555         "source_url_btn_id": {\r
3556           "tag": {\r
3557             "type": "number"\r
3558           },\r
3559           "row_break": true\r
3560         },\r
3561         "source_url_off_btn_id": {\r
3562           "tag": {\r
3563             "type": "number"\r
3564           },\r
3565           "row_break": true\r
3566         }\r
3567       },\r
3568       "field_names": [\r
3569         "source_url_btn_id",\r
3570         "source_url_off_btn_id"\r
3571       ]\r
3572     },\r
3573     "pettanr_pettan_commons_v01_licenses_license": {\r
3574       "fields": {\r
3575         "open": {\r
3576           "tag": {\r
3577             "type": "number"\r
3578           },\r
3579           "row_break": true\r
3580         },\r
3581         "commercial": {\r
3582           "tag": {\r
3583             "type": "number"\r
3584           },\r
3585           "row_break": true\r
3586         },\r
3587         "official": {\r
3588           "tag": {\r
3589             "type": "number"\r
3590           },\r
3591           "row_break": true\r
3592         },\r
3593         "attribution": {\r
3594           "tag": {\r
3595             "type": "number"\r
3596           },\r
3597           "row_break": true\r
3598         },\r
3599         "derive": {\r
3600           "tag": {\r
3601             "type": "number"\r
3602           },\r
3603           "row_break": true\r
3604         },\r
3605         "thumbnail": {\r
3606           "tag": {\r
3607             "type": "number"\r
3608           },\r
3609           "row_break": true\r
3610         },\r
3611         "gif_convert": {\r
3612           "tag": {\r
3613             "type": "number"\r
3614           },\r
3615           "row_break": true\r
3616         },\r
3617         "reverse": {\r
3618           "tag": {\r
3619             "type": "number"\r
3620           },\r
3621           "row_break": true\r
3622         },\r
3623         "sync_vh": {\r
3624           "tag": {\r
3625             "type": "number"\r
3626           },\r
3627           "row_break": true\r
3628         },\r
3629         "overlap": {\r
3630           "tag": {\r
3631             "type": "number"\r
3632           },\r
3633           "row_break": true\r
3634         }\r
3635       },\r
3636       "field_names": [\r
3637         "open",\r
3638         "commercial",\r
3639         "official",\r
3640         "attribution",\r
3641         "derive",\r
3642         "thumbnail",\r
3643         "gif_convert",\r
3644         "reverse",\r
3645         "sync_vh",\r
3646         "overlap"\r
3647       ]\r
3648     },\r
3649     "pettanr_pettan_commons_v01_licenses_attribute": {\r
3650       "fields": {\r
3651         "artist_name": {\r
3652           "tag": {\r
3653             "type": "text"\r
3654           },\r
3655           "row_break": true\r
3656         },\r
3657         "caption": {\r
3658           "tag": {\r
3659             "type": "text"\r
3660           },\r
3661           "row_break": true\r
3662         },\r
3663         "sources": {\r
3664           "tag": {\r
3665             "type": "text"\r
3666           },\r
3667           "row_break": true\r
3668         }\r
3669       },\r
3670       "field_names": [\r
3671         "artist_name",\r
3672         "caption",\r
3673         "sources"\r
3674       ]\r
3675     },\r
3676     "pettanr_pettan_commons_v01_licenses_credit_picture": {\r
3677       "fields": {\r
3678         "source_url_btn_id": {\r
3679           "tag": {\r
3680             "type": "number"\r
3681           },\r
3682           "row_break": true\r
3683         },\r
3684         "source_url_off_btn_id": {\r
3685           "tag": {\r
3686             "type": "number"\r
3687           },\r
3688           "row_break": true\r
3689         }\r
3690       },\r
3691       "field_names": [\r
3692         "source_url_btn_id",\r
3693         "source_url_off_btn_id"\r
3694       ]\r
3695     },\r
3696     "pettanr_pettan_protected_v01_licenses_license": {\r
3697       "fields": {\r
3698         "open": {\r
3699           "tag": {\r
3700             "type": "number"\r
3701           },\r
3702           "row_break": true\r
3703         },\r
3704         "commercial": {\r
3705           "tag": {\r
3706             "type": "number"\r
3707           },\r
3708           "row_break": true\r
3709         },\r
3710         "official": {\r
3711           "tag": {\r
3712             "type": "number"\r
3713           },\r
3714           "row_break": true\r
3715         },\r
3716         "attribution": {\r
3717           "tag": {\r
3718             "type": "number"\r
3719           },\r
3720           "row_break": true\r
3721         },\r
3722         "derive": {\r
3723           "tag": {\r
3724             "type": "number"\r
3725           },\r
3726           "row_break": true\r
3727         },\r
3728         "thumbnail": {\r
3729           "tag": {\r
3730             "type": "number"\r
3731           },\r
3732           "row_break": true\r
3733         },\r
3734         "gif_convert": {\r
3735           "tag": {\r
3736             "type": "number"\r
3737           },\r
3738           "row_break": true\r
3739         },\r
3740         "reverse": {\r
3741           "tag": {\r
3742             "type": "number"\r
3743           },\r
3744           "row_break": true\r
3745         },\r
3746         "sync_vh": {\r
3747           "tag": {\r
3748             "type": "number"\r
3749           },\r
3750           "row_break": true\r
3751         },\r
3752         "overlap": {\r
3753           "tag": {\r
3754             "type": "number"\r
3755           },\r
3756           "row_break": true\r
3757         },\r
3758         "trackback": {\r
3759           "tag": {\r
3760             "type": "number"\r
3761           },\r
3762           "row_break": true\r
3763         }\r
3764       },\r
3765       "field_names": [\r
3766         "open",\r
3767         "commercial",\r
3768         "official",\r
3769         "attribution",\r
3770         "derive",\r
3771         "thumbnail",\r
3772         "gif_convert",\r
3773         "reverse",\r
3774         "sync_vh",\r
3775         "overlap",\r
3776         "trackback"\r
3777       ]\r
3778     },\r
3779     "pettanr_pettan_protected_v01_licenses_attribute": {\r
3780       "fields": {\r
3781         "artist_name": {\r
3782           "tag": {\r
3783             "type": "text"\r
3784           },\r
3785           "row_break": true\r
3786         },\r
3787         "caption": {\r
3788           "tag": {\r
3789             "type": "text"\r
3790           },\r
3791           "row_break": true\r
3792         },\r
3793         "sources": {\r
3794           "tag": {\r
3795             "type": "text"\r
3796           },\r
3797           "row_break": true\r
3798         }\r
3799       },\r
3800       "field_names": [\r
3801         "artist_name",\r
3802         "caption",\r
3803         "sources"\r
3804       ]\r
3805     },\r
3806     "pettanr_pettan_protected_v01_licenses_credit_picture": {\r
3807       "fields": {\r
3808         "source_url_btn_id": {\r
3809           "tag": {\r
3810             "type": "number"\r
3811           },\r
3812           "row_break": true\r
3813         },\r
3814         "source_url_off_btn_id": {\r
3815           "tag": {\r
3816             "type": "number"\r
3817           },\r
3818           "row_break": true\r
3819         }\r
3820       },\r
3821       "field_names": [\r
3822         "source_url_btn_id",\r
3823         "source_url_off_btn_id"\r
3824       ]\r
3825     },\r
3826     "pettanr_pettan_public_v01_licenses_license": {\r
3827       "fields": {\r
3828         "open": {\r
3829           "tag": {\r
3830             "type": "number"\r
3831           },\r
3832           "row_break": true\r
3833         },\r
3834         "commercial": {\r
3835           "tag": {\r
3836             "type": "number"\r
3837           },\r
3838           "row_break": true\r
3839         },\r
3840         "official": {\r
3841           "tag": {\r
3842             "type": "number"\r
3843           },\r
3844           "row_break": true\r
3845         },\r
3846         "attribution": {\r
3847           "tag": {\r
3848             "type": "number"\r
3849           },\r
3850           "row_break": true\r
3851         },\r
3852         "derive": {\r
3853           "tag": {\r
3854             "type": "number"\r
3855           },\r
3856           "row_break": true\r
3857         },\r
3858         "thumbnail": {\r
3859           "tag": {\r
3860             "type": "number"\r
3861           },\r
3862           "row_break": true\r
3863         },\r
3864         "gif_convert": {\r
3865           "tag": {\r
3866             "type": "number"\r
3867           },\r
3868           "row_break": true\r
3869         },\r
3870         "reverse": {\r
3871           "tag": {\r
3872             "type": "number"\r
3873           },\r
3874           "row_break": true\r
3875         },\r
3876         "sync_vh": {\r
3877           "tag": {\r
3878             "type": "number"\r
3879           },\r
3880           "row_break": true\r
3881         },\r
3882         "overlap": {\r
3883           "tag": {\r
3884             "type": "number"\r
3885           },\r
3886           "row_break": true\r
3887         },\r
3888         "trackback": {\r
3889           "tag": {\r
3890             "type": "number"\r
3891           },\r
3892           "row_break": true\r
3893         }\r
3894       },\r
3895       "field_names": [\r
3896         "open",\r
3897         "commercial",\r
3898         "official",\r
3899         "attribution",\r
3900         "derive",\r
3901         "thumbnail",\r
3902         "gif_convert",\r
3903         "reverse",\r
3904         "sync_vh",\r
3905         "overlap",\r
3906         "trackback"\r
3907       ]\r
3908     },\r
3909     "pettanr_pettan_public_v01_licenses_attribute": {\r
3910       "fields": {\r
3911         "artist_name": {\r
3912           "tag": {\r
3913             "type": "text"\r
3914           },\r
3915           "row_break": true\r
3916         },\r
3917         "caption": {\r
3918           "tag": {\r
3919             "type": "text"\r
3920           },\r
3921           "row_break": true\r
3922         },\r
3923         "sources": {\r
3924           "tag": {\r
3925             "type": "text"\r
3926           },\r
3927           "row_break": true\r
3928         }\r
3929       },\r
3930       "field_names": [\r
3931         "artist_name",\r
3932         "caption",\r
3933         "sources"\r
3934       ]\r
3935     },\r
3936     "pettanr_pettan_public_v01_licenses_credit_picture": {\r
3937       "fields": {\r
3938         "source_url_btn_id": {\r
3939           "tag": {\r
3940             "type": "number"\r
3941           },\r
3942           "row_break": true\r
3943         }\r
3944       },\r
3945       "field_names": [\r
3946         "source_url_btn_id"\r
3947       ]\r
3948     },\r
3949     "pettanr_public_domain_v01_licenses_license": {\r
3950       "fields": {\r
3951         "open": {\r
3952           "tag": {\r
3953             "type": "number"\r
3954           },\r
3955           "row_break": true\r
3956         },\r
3957         "commercial": {\r
3958           "tag": {\r
3959             "type": "number"\r
3960           },\r
3961           "row_break": true\r
3962         },\r
3963         "official": {\r
3964           "tag": {\r
3965             "type": "number"\r
3966           },\r
3967           "row_break": true\r
3968         },\r
3969         "attribution": {\r
3970           "tag": {\r
3971             "type": "number"\r
3972           },\r
3973           "row_break": true\r
3974         },\r
3975         "derive": {\r
3976           "tag": {\r
3977             "type": "number"\r
3978           },\r
3979           "row_break": true\r
3980         },\r
3981         "thumbnail": {\r
3982           "tag": {\r
3983             "type": "number"\r
3984           },\r
3985           "row_break": true\r
3986         },\r
3987         "gif_convert": {\r
3988           "tag": {\r
3989             "type": "number"\r
3990           },\r
3991           "row_break": true\r
3992         },\r
3993         "reverse": {\r
3994           "tag": {\r
3995             "type": "number"\r
3996           },\r
3997           "row_break": true\r
3998         },\r
3999         "sync_vh": {\r
4000           "tag": {\r
4001             "type": "number"\r
4002           },\r
4003           "row_break": true\r
4004         },\r
4005         "overlap": {\r
4006           "tag": {\r
4007             "type": "number"\r
4008           },\r
4009           "row_break": true\r
4010         },\r
4011         "trackback": {\r
4012           "tag": {\r
4013             "type": "number"\r
4014           },\r
4015           "row_break": true\r
4016         }\r
4017       },\r
4018       "field_names": [\r
4019         "open",\r
4020         "commercial",\r
4021         "official",\r
4022         "attribution",\r
4023         "derive",\r
4024         "thumbnail",\r
4025         "gif_convert",\r
4026         "reverse",\r
4027         "sync_vh",\r
4028         "overlap",\r
4029         "trackback"\r
4030       ]\r
4031     },\r
4032     "pettanr_public_domain_v01_licenses_attribute": {\r
4033       "fields": {\r
4034         "artist_name": {\r
4035           "tag": {\r
4036             "type": "text"\r
4037           },\r
4038           "row_break": true\r
4039         },\r
4040         "source_url": {\r
4041           "tag": {\r
4042             "type": "text"\r
4043           },\r
4044           "row_break": true\r
4045         },\r
4046         "note": {\r
4047           "tag": {\r
4048             "type": "text"\r
4049           },\r
4050           "row_break": true\r
4051         }\r
4052       },\r
4053       "field_names": [\r
4054         "artist_name",\r
4055         "source_url",\r
4056         "note"\r
4057       ]\r
4058     },\r
4059     "pettanr_public_domain_v01_licenses_credit_picture": {\r
4060       "fields": {\r
4061         "source_url_btn_id": {\r
4062           "tag": {\r
4063             "type": "number"\r
4064           },\r
4065           "row_break": true\r
4066         },\r
4067         "source_url_off_btn_id": {\r
4068           "tag": {\r
4069             "type": "number"\r
4070           },\r
4071           "row_break": true\r
4072         }\r
4073       },\r
4074       "field_names": [\r
4075         "source_url_btn_id",\r
4076         "source_url_off_btn_id"\r
4077       ]\r
4078     },\r
4079     "pettanr_unknown_v01_licenses_license": {\r
4080       "fields": {\r
4081         "open": {\r
4082           "tag": {\r
4083             "type": "number"\r
4084           },\r
4085           "row_break": true\r
4086         },\r
4087         "commercial": {\r
4088           "tag": {\r
4089             "type": "number"\r
4090           },\r
4091           "row_break": true\r
4092         },\r
4093         "official": {\r
4094           "tag": {\r
4095             "type": "number"\r
4096           },\r
4097           "row_break": true\r
4098         },\r
4099         "attribution": {\r
4100           "tag": {\r
4101             "type": "number"\r
4102           },\r
4103           "row_break": true\r
4104         },\r
4105         "derive": {\r
4106           "tag": {\r
4107             "type": "number"\r
4108           },\r
4109           "row_break": true\r
4110         },\r
4111         "thumbnail": {\r
4112           "tag": {\r
4113             "type": "number"\r
4114           },\r
4115           "row_break": true\r
4116         },\r
4117         "gif_convert": {\r
4118           "tag": {\r
4119             "type": "number"\r
4120           },\r
4121           "row_break": true\r
4122         },\r
4123         "reverse": {\r
4124           "tag": {\r
4125             "type": "number"\r
4126           },\r
4127           "row_break": true\r
4128         },\r
4129         "sync_vh": {\r
4130           "tag": {\r
4131             "type": "number"\r
4132           },\r
4133           "row_break": true\r
4134         },\r
4135         "overlap": {\r
4136           "tag": {\r
4137             "type": "number"\r
4138           },\r
4139           "row_break": true\r
4140         },\r
4141         "trackback": {\r
4142           "tag": {\r
4143             "type": "number"\r
4144           },\r
4145           "row_break": true\r
4146         }\r
4147       },\r
4148       "field_names": [\r
4149         "open",\r
4150         "commercial",\r
4151         "official",\r
4152         "attribution",\r
4153         "derive",\r
4154         "thumbnail",\r
4155         "gif_convert",\r
4156         "reverse",\r
4157         "sync_vh",\r
4158         "overlap",\r
4159         "trackback"\r
4160       ]\r
4161     },\r
4162     "pettanr_unknown_v01_licenses_attribute": {\r
4163       "fields": {\r
4164         "source_url": {\r
4165           "tag": {\r
4166             "type": "text"\r
4167           },\r
4168           "row_break": true\r
4169         },\r
4170         "note": {\r
4171           "tag": {\r
4172             "type": "text"\r
4173           },\r
4174           "row_break": true\r
4175         }\r
4176       },\r
4177       "field_names": [\r
4178         "source_url",\r
4179         "note"\r
4180       ]\r
4181     },\r
4182     "pettanr_unknown_v01_licenses_credit_picture": {\r
4183       "fields": {\r
4184         "source_url_btn_id": {\r
4185           "tag": {\r
4186             "type": "number"\r
4187           },\r
4188           "row_break": true\r
4189         },\r
4190         "source_url_off_btn_id": {\r
4191           "tag": {\r
4192             "type": "number"\r
4193           },\r
4194           "row_break": true\r
4195         }\r
4196       },\r
4197       "field_names": [\r
4198         "source_url_btn_id",\r
4199         "source_url_off_btn_id"\r
4200       ]\r
4201     }\r
4202   },\r
4203   "buckets": {\r
4204     "scroll": {},\r
4205     "scroll_panel": {},\r
4206     "comic": {},\r
4207     "story": {},\r
4208     "story_sheet": {},\r
4209     "sheet": {},\r
4210     "sheet_panel": {},\r
4211     "panel": {},\r
4212     "panel_picture": {},\r
4213     "speech_balloon": {\r
4214       "members": {\r
4215         "balloon": {},\r
4216         "speech": {}\r
4217       },\r
4218       "form_field_names": [\r
4219         "caption",\r
4220         "id",\r
4221         "panel_id",\r
4222         "speech_balloon_template_id",\r
4223         "speech_balloon_template_module_name",\r
4224         "z",\r
4225         "t",\r
4226         "speech_balloon_template_settings",\r
4227         "balloon.r",\r
4228         "balloon.x",\r
4229         "balloon.y",\r
4230         "balloon.width",\r
4231         "balloon.height",\r
4232         "balloon.id",\r
4233         "balloon.speech_balloon_id",\r
4234         "balloon.system_picture_id",\r
4235         "balloon.speech_balloon_template_id",\r
4236         "balloon.speech_balloon_template_module_name",\r
4237         "balloon.speech_balloon_template_settings",\r
4238         "speech.writing_format_id",\r
4239         "speech.font_size",\r
4240         "speech.text_align",\r
4241         "speech.quotes",\r
4242         "speech.content",\r
4243         "speech.fore_color",\r
4244         "speech.id",\r
4245         "speech.speech_balloon_id",\r
4246         "speech.x",\r
4247         "speech.y",\r
4248         "speech.width",\r
4249         "speech.height",\r
4250         "speech.speech_balloon_template_id",\r
4251         "speech.speech_balloon_template_module_name",\r
4252         "speech.speech_balloon_template_settings",\r
4253         "speech.writing_format_module_name"\r
4254       ]\r
4255     },\r
4256     "speech": {},\r
4257     "balloon": {},\r
4258     "ground_picture": {},\r
4259     "ground_color": {},\r
4260     "original_picture": {},\r
4261     "picture": {},\r
4262     "resource_picture": {},\r
4263     "original_picture_license_group": {},\r
4264     "speech_balloon_template": {},\r
4265     "writing_format": {},\r
4266     "license_group": {},\r
4267     "author": {},\r
4268     "artist": {},\r
4269     "system_picture": {}\r
4270   }\r
4271 }