diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 8540a9b5..e6e8f785 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -862,6 +862,10 @@ "quantumGroupID": { "type": "string", "description": "If this value is not null, this prop will be quantum. Assign this field to the id of the quantum group it should be a part of. The group it is assigned to determines what kind of quantum object it is" + }, + "parentPath": { + "type": "string", + "description": "The path (not including the root planet object) of the parent of this game object. Optional (will default to the root sector)." } } },