Guest User

Untitled

a guest
Nov 15th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. {
  2. "description": "This event type informs nakadi about the query status update",
  3. "type": "object",
  4. "properties": {
  5. "query_id": {
  6. "type": "string"
  7. },
  8. "query": {
  9. "type": "string"
  10. },
  11. "query_authorization": {
  12. "type": "string"
  13. },
  14. "status": {
  15. "type": "string"
  16. },
  17. "user_id": {
  18. "type": "string"
  19. },
  20. "updated_At": {
  21. "type": "date"
  22. },
  23. "created_At": {
  24. "type": "date"
  25. }
  26. }
  27. }
Add Comment
Please, Sign In to add comment