OSDN Git Service

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