Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. {
  2. "title": "Archetype",
  3. "type": "object",
  4. "properties": {
  5. "name": {
  6. "type": "string"
  7. },
  8. "description": {
  9. "type": "string"
  10. },
  11. "abilties": {
  12. "type": "array",
  13. "properties": {
  14. "level": {
  15. "type": "integer"
  16. },
  17. "name": {
  18. "type": "string"
  19. },
  20. "description": {
  21. "type": "string"
  22. }
  23. },
  24. "title": "Ability"
  25. }
  26. }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement