Advertisement
ne_luboff

Ontology List Management API

Jan 14th, 2020
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. {
  2. "delete": [
  3. "4EZ5DanbWAi02648pnj9",
  4. ...,
  5. "0nZwvaXJOAibW5qErBaM"
  6. ],
  7. "add": [
  8. {
  9. "term": "Apple",
  10. "weight": 2.5,
  11. "in_blacklist": false
  12. },
  13. ...,
  14. {
  15. "term": "Banana",
  16. "weight": 0,
  17. "in_blacklist": true
  18. }
  19. ],
  20. "edit": [
  21. {
  22. "id": "6vy5naP0jAh4nOEMXVkz",
  23. "term": "Potato",
  24. "weight": 5,
  25. "in_blacklist": false
  26. },
  27. ...,
  28. {
  29. "id": "OEKrb2YAJPi8n0lpqz5p",
  30. "term": "Sauce",
  31. "weight": 0,
  32. "in_blacklist": true
  33. }
  34. ]
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement