@@ -16,18 +16,28 @@ applications and organizations.
16
16
17
17
``` json
18
18
{
19
- "Phase" : String,
20
- "PhaseProbability" : Number,
21
- "Distance" : Number,
22
- "DistanceProbability" : Number,
23
- "Azimuth" : Number,
24
- "AzimuthProbability" : Number,
25
- "Magnitude" : Number,
26
- "MagnitudeType" : String,
27
- "MagnitudeProbability" : Number,
28
- "Depth" : Number,
29
- "DepthProbability" : Number,
30
- "ClassifyingAlgorithm" : String
19
+ "Phase" : String,
20
+ "PhaseProbability" : Number,
21
+ "Distance" : Number,
22
+ "DistanceProbability" : Number,
23
+ "Azimuth" : Number,
24
+ "AzimuthProbability" : Number,
25
+ "Magnitude" : Number,
26
+ "MagnitudeType" : String,
27
+ "MagnitudeProbability" : Number,
28
+ "Depth" : Number,
29
+ "DepthProbability" : Number,
30
+ "EventType" :
31
+ {
32
+ "Type" : String,
33
+ "Certainty" : String
34
+ },
35
+ "EventTypeProbability" : Number,
36
+ "Source" :
37
+ {
38
+ "AgencyID" : String,
39
+ "Author" : String
40
+ }
31
41
}
32
42
```
33
43
@@ -48,4 +58,6 @@ The following are values that **may or may not** be provided as part of classifi
48
58
* MagnitudeProbability - A decimal number containing the probability of the magnitude estimation
49
59
* Depth - A decimal number containing a depth estimation in kilometers
50
60
* DepthProbability - A decimal number containing the probability of the depth estimation
51
- * ClassifyingAlgorithm - A string containing the name of the classification algorithm
61
+ * EventType - An object containing the event type, see [ EventType] ( EventType.md ) .
62
+ * EventTypeProbability - A decimal number containing the probability of the event type estimation
63
+ * Source - An object containing the source of the classification, see [ Source] ( Source.md ) .
0 commit comments