The EventType object is an object designed to encode type information for Correlation and Detection messages. EventType uses the JSON standard.
EventType is intended for use as part of the Correlation and Detection Formats in seismic data messaging between seismic applications and organizations.
{
"Type" : String,
"Certainty" : String
}
Optional Values:
The following are values that may or may not be provided as part of event type.
- Type - A string containing the type of detection that was found; Detection formats supports a subset of the QuakeML 1.2 event types that are automatically classifiable. The allowed type strings are: "Earthquake", "MineCollapse", "NuclearExplosion", "QuarryBlast", "InducedOrTriggered", "RockBurst", "FluidInjection", "IceQuake",and "VolcanicEruption"
- Certainty - A string containing the certainty of the event type; allowed strings are: "Suspected" and "Confirmed".