486
回編集
細編集の要約なし |
細編集の要約なし |
||
2行目: | 2行目: | ||
<syntaxhighlight lang="json" line> | <syntaxhighlight lang="json" line> | ||
{ | { | ||
"maintenance": { | "maintenance": [ | ||
{ | |||
"time" : "few", | "start" : "near", | ||
"time" : "few", | |||
"type" : "temporary", | |||
"availability" : "read-only", | |||
"description" : { | |||
"ja" : "メンテナンス 1", | |||
"en" : "Maintenance 1" | |||
} | |||
}, | |||
{ | |||
"start" : "near", | |||
"time" : "few", | |||
"type" : "temporary", | |||
"availability" : "read-only", | |||
"description" : { | |||
"ja" : "メンテナンス 2", | |||
"en" : "Maintenance 2" | |||
} | |||
} | } | ||
] | |||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==引数== | ==引数== |