{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ReplaceAllShapesWithImageResponse", "type": "object", "description": "The result of replacing shapes with an image.", "properties": { "occurrencesChanged": { "type": "integer", "description": "The number of shapes replaced." } } }