Add a new tag to cores, specifying if it's going to land. - True if is intended to be landed. - False if is not intended to be landed. - Null if we don't know if it's going to be landed. ``` { "core_serial": "B1045", "flight": 2, "block": 4, "reused": true, "land_intention": true | false | null, "land_success": null, "landing_type": null, "landing_vehicle": null } ```