This event is written when completing a Full Spectrum Scan of a starsystem, to list the number of SAA signals found in the system (as shown in-game in the top-right panel)
Debug Information
{"name":"FSSBodySignals","description":"This event is written when completing a Full Spectrum Scan of a starsystem, to list the number of SAA signals found in the system (as shown in-game in the top-right panel)","properties":[{"name":"timestamp","type":"string","description":"Timestamp in UTC, ISO 8601","optional":false,"examples":["2022-09-11T22:00:45Z","2022-09-12T08:54:21Z","2022-09-12T08:54:24Z"]},{"name":"event","type":"string","description":"","optional":false,"examples":["FSSBodySignals"]},{"name":"BodyName","type":"string","description":"","optional":false,"examples":["BS Crucis 5 a","BS Crucis 1","BS Crucis 7 c a"]},{"name":"BodyID","type":"integer","description":"","optional":false,"examples":[33,2,47]},{"name":"SystemAddress","type":"integer","description":"","optional":false,"examples":[10043270500,2943530117929,2944872557345]},{"name":"Signals","type":"array","description":"","optional":false,"examples":[],"properties":[{"name":"Type","type":"string","description":"","optional":false,"examples":["$SAA_SignalType_Geological;","$SAA_SignalType_Biological;"]},{"name":"Type_Localised","type":"string","description":"","optional":true,"examples":["Geological","Biological"]},{"name":"Count","type":"integer","description":"","optional":false,"examples":[3,2,1]}]}]}