Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. {
  2. "type": "object",
  3. "title": "tile_view",
  4. "description": "This event represents a Tile view in the platform",
  5. "properties": {
  6. "tile_id": {
  7. "type": "string"
  8. },
  9. "tile_name": {
  10. "type": "string"
  11. },
  12. "tile_description": {
  13. "type": "string"
  14. }
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement