diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index e884e8da..31418a8f 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -4267,6 +4267,10 @@ ], "description": "Inner radius of the comet tail, defaults to match surfaceSize", "format": "float" + }, + "primaryBody": { + "type": "string", + "description": "The body that the comet tail should always point away from" } } }