OSDN Git Service

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