{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "UpdateShapePropertiesRequest", "type": "object", "description": "Update the properties of a Shape.", "properties": { "objectId": { "type": "string", "description": "The object ID of the shape." }, "fields": { "type": "string", "description": "The fields that should be updated. At least one field must be specified. Uses Google's FieldMask format.\n" } } }