Advertisement
Guest User

Untitled

a guest
Jan 19th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. content:
  2. application/json:
  3. schema:
  4. type: object
  5. properties:
  6. success:
  7. type: string
  8. format: string
  9. example: 'true'
  10. message:
  11. type: string
  12. format: string
  13. example: ''
  14. shift_id:
  15. type: string
  16. format: string
  17. example: '14'
  18. data:
  19. $ref: "#/definitions/ShiftData"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement