{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "InsertInlineImageRequest", "type": "object", "description": "Inserts an InlineObject containing an image at the given location.", "properties": { "uri": { "type": "string", "description": "The image URI. The image is fetched once at insertion time and a copy is stored for display inside the document." } } }