{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ReplaceImageRequest", "type": "object", "properties": { "imageObjectId": { "type": "string" }, "uri": { "type": "string" }, "imageReplaceMethod": { "type": "string" }, "tabId": { "type": "string" } } }