質問編集履歴
2
jsonの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -57,3 +57,79 @@
|
|
57
57
|
|
58
58
|
|
59
59
|
よろしくお願いいたします。
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
```json
|
64
|
+
|
65
|
+
{
|
66
|
+
|
67
|
+
"data”: [
|
68
|
+
|
69
|
+
{
|
70
|
+
|
71
|
+
“id": “1”,
|
72
|
+
|
73
|
+
"contents": [
|
74
|
+
|
75
|
+
{
|
76
|
+
|
77
|
+
“type": “definition”,
|
78
|
+
|
79
|
+
"content": “題名1”
|
80
|
+
|
81
|
+
},
|
82
|
+
|
83
|
+
{
|
84
|
+
|
85
|
+
“type”: “image”,
|
86
|
+
|
87
|
+
“content”: “hoge1.jpg”
|
88
|
+
|
89
|
+
},
|
90
|
+
|
91
|
+
{
|
92
|
+
|
93
|
+
"type": “text”,
|
94
|
+
|
95
|
+
"content": “テキスト”
|
96
|
+
|
97
|
+
},
|
98
|
+
|
99
|
+
{
|
100
|
+
|
101
|
+
“type”: “image”,
|
102
|
+
|
103
|
+
“content”: “hoge2.jpg”
|
104
|
+
|
105
|
+
}
|
106
|
+
|
107
|
+
],
|
108
|
+
|
109
|
+
“images": [
|
110
|
+
|
111
|
+
{
|
112
|
+
|
113
|
+
"src": “hoge1.jpg",
|
114
|
+
|
115
|
+
"imageUrl": “https://xxx/hoge1.jpg"
|
116
|
+
|
117
|
+
},
|
118
|
+
|
119
|
+
{
|
120
|
+
|
121
|
+
"src": “hoge2.jpg",
|
122
|
+
|
123
|
+
"imageUrl": “https://xxx/hoge2.jpg"
|
124
|
+
|
125
|
+
}
|
126
|
+
|
127
|
+
]
|
128
|
+
|
129
|
+
}
|
130
|
+
|
131
|
+
]
|
132
|
+
|
133
|
+
}
|
134
|
+
|
135
|
+
```
|
1
タグの追加
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|