MissingAltImageList

Properties

Name Type Format Required
sourceLocale string required
items array <MissingAltImageItem> required
nextAfterId integer | null required

Example JSON

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