MissingAltImageItem| Nombre | Tipo | Formato | Obligatorio |
|---|---|---|---|
id |
integer | obligatorio | |
hash |
string | obligatorio | |
type |
string | obligatorio | |
requiredLocales |
array <string> | obligatorio | |
missingLocales |
array <string> | obligatorio | |
current |
object | obligatorio | |
contentUrl |
string | obligatorio |
{
"id": 0,
"hash": "string",
"type": "string",
"requiredLocales": [
"string"
],
"missingLocales": [
"string"
],
"current": [],
"contentUrl": "string"
}