05-update.json 346 B

123456789101112131415161718
  1. {
  2. "describe_table": [
  3. "test_writes"
  4. ],
  5. "ops": [
  6. {
  7. "update": {
  8. "test_writes": [
  9. {
  10. "k1": "2",
  11. "k2": "a",
  12. "v2": "{\"x\": \"z\"}"
  13. }
  14. ]
  15. }
  16. }
  17. ]
  18. }