MissingAltImageList| Name | Type | Format | Required |
|---|---|---|---|
sourceLocale |
string | required | |
items |
array <MissingAltImageItem> | required | |
nextAfterId |
integer | null | required |
{
"sourceLocale": "string",
"items": [
{
"id": 0,
"hash": "string",
"type": "string",
"requiredLocales": [
"string"
],
"missingLocales": [
"string"
],
"current": [],
"contentUrl": "string"
}
],
"nextAfterId": 0
}