Created
August 21, 2018 05:48
-
-
Save mizutori/7ca303bb5ac293ecfbe802ae90d8499f 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
"types": [ | |
{ | |
"name": "$Speed", | |
"entities": [ | |
{ | |
"key": "SLOWLY", | |
"synonyms": [ | |
"slowly", | |
"slow" | |
] | |
}, | |
{ | |
"key": "NORMALLY", | |
"synonyms": [ | |
"normally", | |
"regular" | |
] | |
}, | |
{ | |
"key": "QUICKLY", | |
"synonyms": [ | |
"quickly", | |
"fast", | |
"quick" | |
] | |
} | |
] | |
}, | |
{ | |
"name": "$GoDirection", | |
"entities": [ | |
{ | |
"key": "FORWARD", | |
"synonyms": [ | |
"forward", | |
"further" | |
] | |
}, | |
{ | |
"key": "BACKWARD", | |
"synonyms": [ | |
"back", | |
"backward" | |
] | |
} | |
] | |
}, | |
{ | |
"name": "$Direction", | |
"entities": [ | |
{ | |
"key": "LEFT", | |
"synonyms": [ | |
"left" | |
] | |
}, | |
{ | |
"key": "RIGHT", | |
"synonyms": [ | |
"right" | |
] | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment