29 lines
No EOL
744 B
JSON
29 lines
No EOL
744 B
JSON
{
|
|
"bench": {
|
|
"name": "長椅",
|
|
"title": {
|
|
"render": "長椅"
|
|
},
|
|
"tagRenderings": {
|
|
"1": {
|
|
"render": "靠背",
|
|
"mappings": {
|
|
"0": {
|
|
"then": "靠背:有"
|
|
},
|
|
"1": {
|
|
"then": "靠背:無"
|
|
}
|
|
},
|
|
"question": "這個長椅是否有靠背?"
|
|
},
|
|
"2": {
|
|
"render": "{seats} 座位數",
|
|
"question": "這個長椅有幾個位子?"
|
|
},
|
|
"3": {
|
|
"render": "材質:{material}"
|
|
}
|
|
}
|
|
}
|
|
} |