first commit
This commit is contained in:
35
clean-text-to-keywords/json_template_example.json
Normal file
35
clean-text-to-keywords/json_template_example.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"category": "Pokemon",
|
||||
"name": "",
|
||||
"rarity": "",
|
||||
"hp": "",
|
||||
"types": [""],
|
||||
"evolveFrom": "",
|
||||
"description": "",
|
||||
"stage": "",
|
||||
"attacks": [
|
||||
{
|
||||
"cost": [""],
|
||||
"name": "",
|
||||
"effect": ""
|
||||
},
|
||||
{
|
||||
"cost": [""],
|
||||
"name": "",
|
||||
"effect": "",
|
||||
"damage": 0
|
||||
}
|
||||
],
|
||||
"weaknesses": [
|
||||
{
|
||||
"type": "",
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"retreat": 0,
|
||||
"regulationMark": "",
|
||||
"legal": {
|
||||
"standard": true,
|
||||
"expanded": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user