{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "UpdateTableRowPropertiesRequest", "type": "object", "properties": { "objectId": { "type": "string" }, "rowIndices": { "type": "array" }, "fields": { "type": "string" } } }