Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. {
  2. "items": {
  3. "type": "object",
  4. "id": "BookmarkType",
  5. "properties": {
  6. "url": {
  7. "type": "string"
  8. },
  9. "toplevel_name": {
  10. "type": "string"
  11. },
  12. "name": {
  13. "type": "string"
  14. },
  15. "children": {
  16. "items": {
  17. "$ref": "BookmarkType"
  18. },
  19. "type": "array"
  20. }
  21. }
  22. },
  23. "type": "array"
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement