Guest User

Untitled

a guest
Apr 23rd, 2025
6
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. {
  2. "result": [
  3. {
  4. "expressions": [
  5. {
  6. "value": [
  7. {
  8. "body": {
  9. "args": {},
  10. "headers": {
  11. "Accept": "application/json",
  12. "Accept-Encoding": "gzip",
  13. "Host": "httpbin.org",
  14. "User-Agent": "Open Policy Agent/1.3.0 (linux, amd64)",
  15. },
  16. "url": "https://httpbin.org/get"
  17. },
  18. "headers": {
  19. "access-control-allow-credentials": [
  20. "true"
  21. ],
  22. "access-control-allow-origin": [
  23. "*"
  24. ],
  25. "content-length": [
  26. "326"
  27. ],
  28. "content-type": [
  29. "application/json"
  30. ],
  31. "date": [
  32. "Mon, 21 Apr 2025 13:52:21 GMT"
  33. ],
  34. "server": [
  35. "gunicorn/19.9.0"
  36. ]
  37. },
  38. "raw_body": "{\n \"args\": {}, \n \"headers\": {\n \"Accept\": \"application/json\", \n \"Accept-Encoding\": \"gzip\", \n \"Host\": \"httpbin.org\", \n \"User-Agent\": \"Open Policy Agent/1.3.0 (linux, amd64)\", \n }, \n \"url\": \"https://httpbin.org/get\"\n}\n",
  39. "status": "200 OK",
  40. "status_code": 200
  41. }
  42. ],
  43. "text": "data.example.result",
  44. "location": {
  45. "row": 1,
  46. "col": 1
  47. }
  48. }
  49. ]
  50. }
  51. ]
  52. }
Add Comment
Please, Sign In to add comment