MissingAltImageList| 字段名 | 类型 | 格式 | 是否必填 |
|---|---|---|---|
sourceLocale |
string | 必填 | |
items |
array <MissingAltImageItem> | 必填 | |
nextAfterId |
integer | null | 必填 |
{
"sourceLocale": "string",
"items": [
{
"id": 0,
"hash": "string",
"type": "string",
"requiredLocales": [
"string"
],
"missingLocales": [
"string"
],
"current": [],
"contentUrl": "string"
}
],
"nextAfterId": 0
}