{
   "version": "1.0",
   "name": "Cosmographia Smile",
   "items": [
      {
         "class": "spacecraft",
         "name": "Smile",
         "startTime": "2026-06-22T00:00:00.000 UTC",
         "arcs": [
            {
               "center": "Earth",
               "trajectory": {
                  "type": "Spice",
                  "target": "SMILE",
                  "center": "Earth"
               },
               "bodyFrame": {
                  "type": "Spice",
                  "name": "J2000"
               }
            }
         ],
      "geometry": {
        "type": "Mesh",
        "source": "../models/smile.3ds"
      },
      "label": {
        "color": [
          1,
          1,
          1
        ]
      },
      "trajectoryPlot": {
        "color": [
          1,
          0,
          0
        ],
        "lineWidth": 1,
        "duration": "7 d",
        "lead": 0,
        "fade": 0.2,
        "sampleCount": 500
      }
    }
  ]
}