Created
August 9, 2016 15:57
-
-
Save xbklairith/a949b531702a28dd1a70dfaf1f4044aa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
definitions: | |
Monster: | |
type: object | |
properties: | |
name: | |
type: string | |
description: Pokemon name | |
hp: | |
type: number | |
description: Max health points | |
atk: | |
type: number | |
description: atk damages |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment