Details for updating an image
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "UpdateImageDetails", "type": "object", "description": "Details for updating an image", "properties": { "displayName": { "type": "string", "description": "A user-friendly name for the image. Avoid entering confidential information." } } }