8,864
回編集
編集の要約なし |
編集の要約なし |
||
306行目: | 306行目: | ||
"type": "content", | "type": "content", | ||
"required": true | "required": true | ||
}, | |||
"説明の有無1": { | |||
"description": "一つ目の説明を入力したければ「はい」と入力してください", | |||
"example": "はい", | |||
"type": "content" | |||
}, | |||
"補足説明1": { | |||
"description": "一つ目の説明を入力してください", | |||
"example": "おいしいよ", | |||
"type": "content" | |||
}, | |||
"説明の有無2": { | |||
"description": "二つ目の説明を入力したければ「はい」と入力してください", | |||
"example": "はい", | |||
"type": "content", | |||
"required": true | |||
}, | |||
"補足説明2": { | |||
"description": "二つ目の説明を入力してください", | |||
"example": "たのしいよ", | |||
"type": "content" | |||
}, | |||
"説明の有無3": { | |||
"description": "三つ目の説明を入力したければ「はい」と入力してください", | |||
"example": "はい", | |||
"type": "content" | |||
}, | |||
"補足説明3": { | |||
"description": "三つ目の説明を入力してください", | |||
"example": "うれしいよ", | |||
"type": "content" | |||
} | } | ||
} | } |
回編集