diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index f531c387..b21da199 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -2527,6 +2527,10 @@ "description": "In degrees. Gives a margin of error for alignments.", "format": "float", "default": 5.0 + }, + "flipAlignment": { + "type": "boolean", + "description": "This makes the alignment happen if the destination planet is BELOW you rather than above." } } },