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