Advertisement
Guest User

Untitled

a guest
Feb 29th, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. {
  2. "definitions": {},
  3. "$schema": "http://json-schema.org/draft-07/schema#",
  4. "type": "array",
  5. "items": {
  6. "type": "object",
  7. "properties": {
  8. "title": {
  9. "type": "string"
  10. },
  11. "image_url": {
  12. "type": "string"
  13. },
  14. "priority": {
  15. "type": "integer"
  16. },
  17. "is_rotable": {
  18. "type": "boolean"
  19. }
  20. }
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement