diff options
| -rw-r--r-- | heroes.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/heroes.json b/heroes.json index fb899d0d..3ebae5a3 100644 --- a/heroes.json +++ b/heroes.json @@ -1,21 +1,21 @@ { "nodes":[ - {"name":"Batman","type":"person","state":"perm"}, - {"name":"Superman","type":"person","state":"perm"}, - {"name":"Green Lantern","type":"person","state":"perm"}, - {"name":"Martian Manhunter","type":"person","state":"perm"}, - {"name":"Wonder Woman","type":"person","state":"perm"}, - {"name":"The Flash","type":"person","state":"perm"}, - {"name":"Aquaman","type":"person","state":"perm"}, - {"name":"Justice League","type":"project","state":"perm"}, - {"name":"Captain America","type":"person","state":"perm"}, - {"name":"Iron Man","type":"person","state":"perm"}, - {"name":"Black Widow","type":"person","state":"perm"}, - {"name":"Hawkeye","type":"person","state":"perm"}, - {"name":"Hulk","type":"person","state":"perm"}, - {"name":"Thor","type":"person","state":"perm"}, - {"name":"Nick Fury","type":"person","state":"perm"}, - {"name":"The Avengers","type":"project","state":"perm"} + {"id":"Batman","type":"person","state":"perm"}, + {"id":"Superman","type":"person","state":"perm"}, + {"id":"Green Lantern","type":"person","state":"perm"}, + {"id":"Martian Manhunter","type":"person","state":"perm"}, + {"id":"Wonder Woman","type":"person","state":"perm"}, + {"id":"The Flash","type":"person","state":"perm"}, + {"id":"Aquaman","type":"person","state":"perm"}, + {"id":"Justice League","type":"project","state":"perm"}, + {"id":"Captain America","type":"person","state":"perm"}, + {"id":"Iron Man","type":"person","state":"perm"}, + {"id":"Black Widow","type":"person","state":"perm"}, + {"id":"Hawkeye","type":"person","state":"perm"}, + {"id":"Hulk","type":"person","state":"perm"}, + {"id":"Thor","type":"person","state":"perm"}, + {"id":"Nick Fury","type":"person","state":"perm"}, + {"id":"The Avengers","type":"project","state":"perm"} ], "links":[ {"source":"Batman","target":"Justice League","name":"is in"}, |
