modify_conditionally_item.json 343 B

123456789101112131415161718192021222324252627
  1. {
  2. "id": {
  3. "N": "10"
  4. },
  5. "contract_type": {
  6. "S": "permanent"
  7. },
  8. "name": {
  9. "S": "Robin"
  10. },
  11. "position": {
  12. "S": "data scientist"
  13. },
  14. "address": {
  15. "M": {
  16. "country": {
  17. "S": "Milky Way"
  18. },
  19. "number": {
  20. "N": "12"
  21. },
  22. "street": {
  23. "S": "Planet"
  24. }
  25. }
  26. }
  27. }