MissingAltImageItem

Eigenschaften

Name Typ Format Erforderlich
id integer erforderlich
hash string erforderlich
type string erforderlich
requiredLocales array <string> erforderlich
missingLocales array <string> erforderlich
current object erforderlich
contentUrl string erforderlich

Beispiel-JSON

{
    "id": 0,
    "hash": "string",
    "type": "string",
    "requiredLocales": [
        "string"
    ],
    "missingLocales": [
        "string"
    ],
    "current": [],
    "contentUrl": "string"
}