{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ReplaceImageRequest",
"type": "object",
"description": "Replaces an existing image with a new image.",
"properties": {
"imageObjectId": {
"type": "string",
"description": "The ID of the existing image that will be replaced."
},
"url": {
"type": "string",
"description": "The URL of the new image."
},
"imageReplaceMethod": {
"type": "string",
"description": "The replace method."
}
}
}