trpg/data/webs/color.json
austin 482ca48927
All checks were successful
studiorailgun/trpg/pipeline/head This commit looks good
recursive web loading
2024-12-29 17:47:12 -05:00

24 lines
393 B
JSON

{
"tag" : "color",
"nodes" : {
"0" : {
"id" : 0,
"name" : "Color"
},
"1" : {
"id" : 1,
"name" : "Blue"
}
},
"relations" : {
"0" : {
"id" : 0,
"name" : "InstanceOf",
"parent" : 0,
"child" : 1
}
},
"crossRelations" : [
]
}