{"openapi":"3.1.0","info":{"title":"OpenAPI definition","version":"v0"},"servers":[{"url":"https://www.ngdc.noaa.gov/hazel"}],"tags":[{"name":"Tsunami Marigrams","description":"Operations pertaining to Tsunami Marigrams"},{"name":"Earthquake Descriptors","description":"Operations pertaining to Earthquake Descriptors"},{"name":"Effect Descriptors","description":"Operations pertaining to Effect Descriptors"},{"name":"Tsunami Runups","description":"Operations pertaining to Tsunami Runups"},{"name":"Volcanoes","description":"Operations pertaining to Volcanoes"},{"name":"References","description":"Operations pertaining to References"},{"name":"Tsunami Deposit Descriptors","description":"Operations pertaining to Tsunami Deposit Descriptors"},{"name":"Tsunami Deposits","description":"Operations pertaining to Tsunami Deposits"},{"name":"Tsunami Marigram Descriptors","description":"Operations pertaining to Tsunami Marigram Descriptors"},{"name":"Earthquakes","description":"Operations pertaining to Earthquakes"},{"name":"Tsunami Runup Descriptors","description":"Operations pertaining to Tsunami Runup Descriptors"},{"name":"Reference Descriptors","description":"Operations pertaining to Reference Descriptors"},{"name":"Volcano Descriptors","description":"Operations pertaining to Volcano Descriptors"},{"name":"Tsunami Events","description":"Operations pertaining to Tsunami Events"},{"name":"Volcano Location","description":"Operations pertaining to Volcano Location"},{"name":"Tsunami Descriptors","description":"Operations pertaining to Tsunami Descriptors"}],"paths":{"/hazard-service/api/v1/volcanolocs/{id}":{"get":{"tags":["Volcano Location"],"summary":"Show Volcano Location","operationId":"getVolcanoLocById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VolcanoLocationView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/volcanoes/{id}":{"get":{"tags":["Volcanoes"],"operationId":"getVolcanoById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VolcanoEventEditView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/tsunamis/runups/{id}":{"get":{"tags":["Tsunami Runups"],"summary":"Show Runup","description":"Cite as: National Geophysical Data Center / World Data Service: NCEI/WDS Global Historical Tsunami Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G02151\">doi:10.7289/V5PN93H7</a> [access date]","operationId":"getRunup","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RunupEditView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/tsunamis/events/{id}":{"get":{"tags":["Tsunami Events"],"summary":"Show Event","description":"Cite as: National Geophysical Data Center / World Data Service: NCEI/WDS Global Historical Tsunami Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G02151\">doi:10.7289/V5PN93H7</a> [access date]","operationId":"getEventById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TsunamiEventEditView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/tsunamis/deposits/{id}":{"get":{"tags":["Tsunami Deposits"],"summary":"Show Deposit","operationId":"getDeposit","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DepositEditView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/references/{id}":{"get":{"tags":["References"],"summary":"Show Reference","operationId":"getReferenceById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ReferenceView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/earthquakes/{id}":{"get":{"tags":["Earthquakes"],"summary":"Show Earthquake","description":"Cite as: National Geophysical Data Center / World Data Service (NGDC/WDS): NCEI/WDS Global Significant Earthquake Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G012153\">doi:10.7289/V5TD9V7K</a> [access date]","operationId":"getEarthquakeById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/EarthquakeEditView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/volcanolocs":{"get":{"tags":["Volcano Location"],"summary":"List Volcano Locations","operationId":"getVolcanoLocs","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","default":1,"minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"order","in":"query","description":"<div>      <p>The order the results are sorted by.</p>      <p>examples: </p>      <ul>        <li>year:asc</li>        <li>month:desc</li>    </div>","required":false,"schema":{"type":"array","items":{"type":"string"},"maxItems":2147483647,"minItems":1}},{"name":"op","in":"query","required":false,"schema":{"type":"string","enum":["and","or"]}},{"name":"id","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"minId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"maxId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"num","in":"query","required":false,"schema":{"type":"string"}},{"name":"newNum","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"minLatitude","in":"query","description":"Latitude: 0 to 90 (Northern Hemisphere) -90 to 0 (Southern Hemisphere)","required":false,"schema":{"type":"number"}},{"name":"maxLatitude","in":"query","description":"Latitude: 0 to 90 (Northern Hemisphere) -90 to 0 (Southern Hemisphere)","required":false,"schema":{"type":"number"}},{"name":"minLongitude","in":"query","description":"Longitude: 0 to 180 (Eastern Hemisphere) -180 to 0 (Western Hemisphere)","required":false,"schema":{"type":"number"}},{"name":"maxLongitude","in":"query","description":"Longitude: 0 to 180 (Eastern Hemisphere) -180 to 0 (Western Hemisphere)","required":false,"schema":{"type":"number"}},{"name":"country","in":"query","description":"The Country where the volcano is located.","required":false,"schema":{"type":"string"}},{"name":"volcanoNames","in":"query","description":"<div>      <p>        The name of the volcano as listed by the Smithsonian Institution, Global Volcanism Program. More information is available about this volcano at the        {' '}        <a href=\"http://www.volcano.si.edu\" target=\"_blank\" rel=\"noopener noreferrer\">{'Global Volcanism Program\\'s'}</a>        {' '}        website.      </p>    </div>","required":false,"schema":{"type":"string"}},{"name":"morphology","in":"query","description":"Volcano Type","required":false,"schema":{"type":"string"}},{"name":"status","in":"query","description":"Volcano Status","required":false,"schema":{"type":"string"}},{"name":"timeErupt","in":"query","description":"<div>      <p>Time Erupt: The date of the last known eruption (from the Smithsonian Institution, Global Volcanism Program)</p>      <p>        <p>          <ul>            <li>D1 - Last known eruption 1964 or later</li>            <li>D2 - Last known eruption 1900-1963</li>            <li>D3 - Last known eruption 1800-1899</li>            <li>D4 - Last known eruption 1700-1799</li>            <li>D5 - Last known eruption 1500-1699</li>            <li>D6 - Last known eruption A.D. 1-1499</li>            <li>D7 - Last known eruption B.C. (Holocene)</li>            <li>U - Undated, but probable Holocene eruption</li>            <li>Q - Quaternary eruption(s) with the only known Holocene activity being hydrothermal</li>            <li>? - Uncertain Holocene eruption</li>          </ul>        </p>      </p>    </div>","required":false,"schema":{"type":"string"}},{"name":"region","in":"query","description":"<div>      <p>Regional boundaries defined as follows:</p>      <p>        <p>          <ul>            <li>01 - Mediterranean and West Asia</li>            <li>02 - Africa and Red Sea</li>            <li>03 - Middle East and Indian Ocean</li>            <li>04 - New Zealand to Fiji</li>            <li>05 - Melanesia and Australia</li>            <li>06 - Indonesia</li>            <li>07 - Philippines and SE Asia</li>            <li>08 - Japan, Taiwan, Marianas</li>            <li>09 - Kuril Islands</li>            <li>10 - Kamchatka and Mainland Asia</li>            <li>11 - Alaska</li>            <li>12 - Canada and Western USA</li>            <li>13 - Hawaii and Pacific Ocean</li>            <li>14 - Mexico and Central America</li>            <li>15 - South America</li>            <li>16 - West Indies</li>            <li>17 - Iceland and Arctic Ocean</li>            <li>18 - Atlantic Ocean</li>            <li>19 - Antarctica</li>          </ul>        </p>      </p>    </div>","required":false,"schema":{"type":"string"}},{"name":"nameInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"nameMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"nameStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"nameNot","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewVolcanoLocationView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/volcanoes":{"get":{"tags":["Volcanoes"],"operationId":"getVolcanoes","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"order","in":"query","description":"<div>      <p>The order the results are sorted by.</p>      <p>examples: </p>      <ul>        <li>year:asc</li>        <li>month:desc</li>    </div>","required":true,"schema":{"type":"array","items":{"type":"string"},"maxItems":2147483647,"minItems":1}},{"name":"op","in":"query","required":false,"schema":{"type":"string","enum":["and","or"]}},{"name":"id","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"minId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"maxId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"year","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"minYear","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"maxYear","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"The Country where the volcano is located.","in":"query","required":false,"schema":{"type":"string"}},{"name":"<div>      <p>Regional boundaries defined as follows:</p>      <p>        <p>          <ul>            <li>01 - Mediterranean and West Asia</li>            <li>02 - Africa and Red Sea</li>            <li>03 - Middle East and Indian Ocean</li>            <li>04 - New Zealand to Fiji</li>            <li>05 - Melanesia and Australia</li>            <li>06 - Indonesia</li>            <li>07 - Philippines and SE Asia</li>            <li>08 - Japan, Taiwan, Marianas</li>            <li>09 - Kuril Islands</li>            <li>10 - Kamchatka and Mainland Asia</li>            <li>11 - Alaska</li>            <li>12 - Canada and Western USA</li>            <li>13 - Hawaii and Pacific Ocean</li>            <li>14 - Mexico and Central America</li>            <li>15 - South America</li>            <li>16 - West Indies</li>            <li>17 - Iceland and Arctic Ocean</li>            <li>18 - Atlantic Ocean</li>            <li>19 - Antarctica</li>          </ul>        </p>      </p>    </div>","in":"query","required":false,"schema":{"type":"string"}},{"name":"Latitude: 0 to 90 (Northern Hemisphere) -90 to 0 (Southern Hemisphere)","in":"query","required":false,"schema":{"type":"number"}},{"name":"Longitude: 0 to 180 (Eastern Hemisphere) -180 to 0 (Western Hemisphere)","in":"query","required":false,"schema":{"type":"number"}},{"name":"<div>      <p>        The name of the volcano as listed by the Smithsonian Institution, Global Volcanism Program. More information is available about this volcano at the        {' '}        <a href=\"http://www.volcano.si.edu\" target=\"_blank\" rel=\"noopener noreferrer\">{'Global Volcanism Program\\'s'}</a>        {' '}        website.      </p>    </div>","in":"query","required":false,"schema":{"type":"string"}},{"name":"morphology","in":"query","required":false,"schema":{"type":"string"}},{"name":"<p>Volcanic Explosivity Index (VEI)</p><p>Valid values: 0,1,2,3,4,5,6,7,8 </p>","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"assocEq","in":"query","required":false,"schema":{"type":"string"}},{"name":"assocTsu","in":"query","required":false,"schema":{"type":"string"}},{"name":"nameStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"nameInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"nameMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"nameNot","in":"query","required":false,"schema":{"type":"string"}},{"name":"locStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"locInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"locMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"locNot","in":"query","required":false,"schema":{"type":"string"}},{"name":"locId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"locPreviousNum","in":"query","required":false,"schema":{"type":"string"}},{"name":"locNum","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"commentsInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"commentsMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"commentsStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"commentsNot","in":"query","required":false,"schema":{"type":"string"}},{"name":"commentsEnd","in":"query","required":false,"schema":{"type":"string"}},{"name":"Number of Deaths from the Volcano","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"<div>      <p>Description of Number of Deaths from the Volcanic Eruption</p>      <ul>        <li>0 - None</li>        <li>1 - Few (~1 to 50 deaths)</li>        <li>2 - Some (~51 to 100 deaths)</li>        <li>3 - Many (~101 to 1000 deaths)</li>        <li>4 - Very many (over 1000 deaths)</li>      </ul>    </div>","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Damage Millions of Dollars from the Eruption","in":"query","required":false,"schema":{"type":"number","minimum":0}},{"name":"<div>      <p>Description of Damage from the Eruption</p>      <ul>        <li>0 - None</li>        <li>1 - LIMITED (roughly corresponding to less than $1 million)</li>        <li>2 - MODERATE (~$1 to $5 million)</li>        <li>3 - SEVERE (~$5 to $25 million)</li>        <li>4 - EXTREME (~$25 million or more)</li>      </ul>    </div>","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"eruption","in":"query","required":false,"schema":{"type":"boolean"}},{"name":"List Volcanoes","in":"query","description":"Cite as: National Geophysical Data Center / World Data Service (NGDC/WDS): NCEI/WDS Global Significant Volcanic Eruptions Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G10147\">doi:10.7289/V5JW8BSH</a> [access date]"}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewVolcanoEventView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/tsunamis/runups":{"get":{"tags":["Tsunami Runups"],"summary":"List Runups","description":"Cite as: National Geophysical Data Center / World Data Service: NCEI/WDS Global Historical Tsunami Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G02151\">doi:10.7289/V5PN93H7</a> [access date]","operationId":"getRunups","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"order","in":"query","description":"<div>      <p>The order the results are sorted by.</p>      <p>examples: </p>      <ul>        <li>year:asc</li>        <li>month:desc</li>    </div>","required":false,"schema":{"type":"array","items":{"type":"string"},"maxItems":2147483647,"minItems":1}},{"name":"op","in":"query","required":false,"schema":{"type":"string","enum":["and","or"]}},{"name":"runupAssoc","in":"query","required":false,"schema":{"type":"string"}},{"name":"id","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"minId","in":"query","required":false,"schema":{"type":"integer","format":"int64","minimum":0}},{"name":"maxId","in":"query","required":false,"schema":{"type":"integer","format":"int64","minimum":0}},{"name":"sourceDay","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"sourceMonth","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"sourceMinYear","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"sourceMaxYear","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"sourceRegionCode","in":"query","description":"<div>      <p>Regional boundaries defined as follows:</p>      <ul>          <li>87 - Alaska (including Aleutian Islands)</li>          <li>40 - Black Sea and Caspian Sea</li>          <li>74 - Caribbean Sea</li>          <li>78 - Central Africa</li>          <li>84 - China, North and South Korea, Philippines, Taiwan</li>          <li>81 - E Coast Australia, New Zealand, South Pacific Is.</li>          <li>75 - East Coast USA and Canada, St Pierre and Miquelon</li>          <li>76 - Gulf of America/Mexico</li>          <li>80 - Hawaii, Johnston Atoll, Midway I</li>          <li>60 - Indian Ocean (including west coast of Australia)</li>          <li>83 - Indonesia (Pacific Ocean) and Malaysia</li>          <li>85 - Japan</li>          <li>86 - Kamchatka and Kuril Islands</li>          <li>50 - Mediterranean Sea</li>          <li>82 - New Caledonia, New Guinea, Solomon Is., Vanuatu</li>          <li>73 - Northeast Atlantic Ocean</li>          <li>72 - Northwest Atlantic Ocean</li>          <li>30 - Red Sea and Persian Gulf</li>          <li>70 - Southeast Atlantic Ocean</li>          <li>71 - Southwest Atlantic Ocean</li>          <li>77 - West Coast of Africa</li>          <li>88 - West Coast of North and Central America</li>          <li>89 - West Coast of South America</li>      </ul>      <p>example: 87,30,89</p>    </div>","required":false,"schema":{"type":"string"}},{"name":"sourceCountry","in":"query","description":"The Country where the tsunami source occurred (For example enter: Japan or Russia).","required":false,"schema":{"type":"string"}},{"name":"sourceArea","in":"query","description":"The State, Province or Prefecture of the tsunami source.","required":false,"schema":{"type":"string"}},{"name":"sourceMinEventValidity","in":"query","description":"<div>      <p>Validity of the actual tsunami occurrence is indicated by a numerical rating of the reports of that event:</p>      <ul>        <li>-1 - erroneous entry</li>        <li>0 - None</li>        <li>1 - very doubtful tsunami</li>        <li>2 - questionable tsunami</li>        <li>3 - probable tsunami</li>        <li>4 - definite tsunami)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"sourceMaxEventValidity","in":"query","description":"<div>      <p>Validity of the actual tsunami occurrence is indicated by a numerical rating of the reports of that event:</p>      <ul>        <li>-1 - erroneous entry</li>        <li>0 - None</li>        <li>1 - very doubtful tsunami</li>        <li>2 - questionable tsunami</li>        <li>3 - probable tsunami</li>        <li>4 - definite tsunami)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"sourceMinCauseCode","in":"query","description":"<div>      <p>The source of the tsunami:</p>      <ul>        <li>0 - Unknown</li>        <li>1 - Earthquake</li>        <li>2 - Questionable Earthquake</li>        <li>3 - Earthquake and Landslide</li>        <li>4 - Volcano and Earthquake</li>        <li>5 - Volcano, Earthquake, and Landslide</li>        <li>6 - Volcano</li>        <li>7 - Volcano and Landslide</li>        <li>8 - Landslide</li>        <li>9 - Meteorological</li>        <li>10 - Explosion</li>        <li>11 - Astronomical Tide</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"sourceMaxCauseCode","in":"query","description":"<div>      <p>The source of the tsunami:</p>      <ul>        <li>0 - Unknown</li>        <li>1 - Earthquake</li>        <li>2 - Questionable Earthquake</li>        <li>3 - Earthquake and Landslide</li>        <li>4 - Volcano and Earthquake</li>        <li>5 - Volcano, Earthquake, and Landslide</li>        <li>6 - Volcano</li>        <li>7 - Volcano and Landslide</li>        <li>8 - Landslide</li>        <li>9 - Meteorological</li>        <li>10 - Explosion</li>        <li>11 - Astronomical Tide</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"sourceMinEqMagnitude","in":"query","description":"<p>Earthquake Magnitude </p> <p>Valid values: 0.0 to 9.9</p>","required":false,"schema":{"type":"number"}},{"name":"sourceMaxEqMagnitude","in":"query","description":"<p>Earthquake Magnitude</p> <p>Valid values: 0.0 to 9.9</p>","required":false,"schema":{"type":"number"}},{"name":"sourceOceanicTsunami","in":"query","required":false,"schema":{"type":"boolean"}},{"name":"regionCode","in":"query","description":"<div>      <p>Regional boundaries defined as follows:</p>      <ul>          <li>87 - Alaska (including Aleutian Islands)</li>          <li>40 - Black Sea and Caspian Sea</li>          <li>74 - Caribbean Sea</li>          <li>78 - Central Africa</li>          <li>84 - China, North and South Korea, Philippines, Taiwan</li>          <li>81 - E Coast Australia, New Zealand, South Pacific Is.</li>          <li>75 - East Coast USA and Canada, St Pierre and Miquelon</li>          <li>76 - Gulf of America/Mexico</li>          <li>80 - Hawaii, Johnston Atoll, Midway I</li>          <li>60 - Indian Ocean (including west coast of Australia)</li>          <li>83 - Indonesia (Pacific Ocean) and Malaysia</li>          <li>85 - Japan</li>          <li>86 - Kamchatka and Kuril Islands</li>          <li>50 - Mediterranean Sea</li>          <li>82 - New Caledonia, New Guinea, Solomon Is., Vanuatu</li>          <li>73 - Northeast Atlantic Ocean</li>          <li>72 - Northwest Atlantic Ocean</li>          <li>30 - Red Sea and Persian Gulf</li>          <li>70 - Southeast Atlantic Ocean</li>          <li>71 - Southwest Atlantic Ocean</li>          <li>77 - West Coast of Africa</li>          <li>88 - West Coast of North and Central America</li>          <li>89 - West Coast of South America</li>      </ul>      <p>example: 87,30,89</p>    </div>","required":false,"schema":{"type":"string"}},{"name":"country","in":"query","description":"The country where the tsunami effects were observed.","required":false,"schema":{"type":"string"}},{"name":"area","in":"query","description":"The State, Province or Prefecture where the tsunami effects were observed.","required":false,"schema":{"type":"string"}},{"name":"locStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"locInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"locMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"locNot","in":"query","required":false,"schema":{"type":"string"}},{"name":"minDistFromSource","in":"query","description":"Distance From Source (km)","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"maxDistFromSource","in":"query","description":"Distance From Source (km)","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"minLatitude","in":"query","description":"Latitude: 0 to 90 (Northern Hemisphere) -90 to 0 (Southern Hemisphere)","required":false,"schema":{"type":"number"}},{"name":"maxLatitude","in":"query","description":"Latitude: 0 to 90 (Northern Hemisphere) -90 to 0 (Southern Hemisphere)","required":false,"schema":{"type":"number"}},{"name":"minLongitude","in":"query","description":"Longitude: 0 to 180 (Eastern Hemisphere) -180 to 0 (Western Hemisphere)","required":false,"schema":{"type":"number"}},{"name":"maxLongitude","in":"query","description":"Longitude: 0 to 180 (Eastern Hemisphere) -180 to 0 (Western Hemisphere)","required":false,"schema":{"type":"number"}},{"name":"typeMeasurementId","in":"query","description":"<div>      <p>Type of Measurement</p>      <p>Valid values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10</p>      <ul>        <li>1 - Water height - Eyewitness observation - the maximum elevation the wave.</li>        <li>2 - Tide Gauge - half of the maximum height (minus the normal tide)of a tsunami wave recorded at the coast by a tide gauge. Also called the amplitude.</li>        <li>3 - Deep Ocean Gauge - half of the maximum height (minus the normal tide) of a tsunami wave recorded in the open ocean by a seafloor bottom pressure recording system.</li>        <li>4 - Water height (Post-tsunami survey measurement) - the maximum elevation the wave.</li>        <li>5 - Runup Height (Post-tsunami survey measurement) - the maximum elevation the wave reaches at the maximum inundation.</li>        <li>6 - Atmospheric Wave - Tsunami-like phenomena generated by meteorological or atmospheric disturbances. These waves can be produced by atmospheric gravity waves, pressure jumps, frontal passages, squalls, gales, typhoons, hurricanes and other atmospheric sources. Meteotsunamis have the same temporal and spatial scales as tsunami waves and can similarly devastate coastal areas, especially in bays and inlets with strong amplification and well-defined resonant properties. Sometimes referred to as rissaga. The water height definition for an atmospheric wave depends on whether it was measured by a tide gauge (2), eyewitness (1), or field survey (4,5).</li>        <li>7 - Seiche - A standing wave oscillating in a partially or fully enclosed body of water. It may be initiated by long period seismic waves (an earthquake), wind and water waves, or a tsunami. The water height definition for a seiche depends on whether it was measured by a tide gauge (2), eyewitness (1), or field survey (4,5).</li>        <li>8 - Runup Height in Harbor (Post-tsunami survey measurement) - water height in the harbor.</li>        <li>9 - Splash mark (Post-tsunami survey measurement)</li>        <li>10 -  Flow Depth (Post-tsunami survey measurement) depth of the water.</li>      </ul>    </div>","required":false,"schema":{"type":"array","items":{"type":"integer","format":"int32"}}},{"name":"minRunupHt","in":"query","description":"The maximum water height above sea level in meters.","required":false,"schema":{"type":"number","minimum":0}},{"name":"maxRunupHt","in":"query","description":"The maximum water height above sea level in meters.","required":false,"schema":{"type":"number","minimum":0}},{"name":"minTroughHt","in":"query","description":"The maximum water trough below sea level in meters. Trough is the lowest part of a wave.","required":false,"schema":{"type":"number","minimum":0}},{"name":"maxTroughHt","in":"query","description":"The maximum water trough below sea level in meters. Trough is the lowest part of a wave.","required":false,"schema":{"type":"number","minimum":0}},{"name":"minDeaths","in":"query","description":"Number of Deaths at the Runup Location","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"maxDeaths","in":"query","description":"Number of Deaths at the Runup Location","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"minDeathsAmountOrder","in":"query","description":"<div>      <p>Description of Deaths from the Tsunami at the Runup Location</p>      <ul>        <li>0 - None</li>        <li>1 - Few (~1 to 50 deaths)</li>        <li>2 - Some (~51 to 100 deaths)</li>        <li>3 - Many (~101 to 1000 deaths)</li>        <li>4 - Very many (over 1000 deaths)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"maxDeathsAmountOrder","in":"query","description":"<div>      <p>Description of Deaths from the Tsunami at the Runup Location</p>      <ul>        <li>0 - None</li>        <li>1 - Few (~1 to 50 deaths)</li>        <li>2 - Some (~51 to 100 deaths)</li>        <li>3 - Many (~101 to 1000 deaths)</li>        <li>4 - Very many (over 1000 deaths)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"minDamageMillionsDollars","in":"query","description":"Damage Millions of Dollars from the Tsunami at the Runup Location","required":false,"schema":{"type":"number","minimum":0}},{"name":"maxDamageMillionsDollars","in":"query","description":"Damage Millions of Dollars from the Tsunami at the Runup Location","required":false,"schema":{"type":"number","minimum":0}},{"name":"minDamageAmountOrder","in":"query","description":"<div>      <p>Description of Damage from the Tsunami at the Runup Location</p>      <ul>        <li>0 - None</li>        <li>1 - LIMITED (roughly corresponding to less than $1 million)</li>        <li>2 - MODERATE (~$1 to $5 million)</li>        <li>3 - SEVERE (~$5 to $25 million)</li>        <li>4 - EXTREME (~$25 million or more)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"maxDamageAmountOrder","in":"query","description":"<div>      <p>Description of Damage from the Tsunami at the Runup Location</p>      <ul>        <li>0 - None</li>        <li>1 - LIMITED (roughly corresponding to less than $1 million)</li>        <li>2 - MODERATE (~$1 to $5 million)</li>        <li>3 - SEVERE (~$5 to $25 million)</li>        <li>4 - EXTREME (~$25 million or more)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"minInjuries","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"maxInjuries","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"minInjuriesAmountOrder","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"maxInjuriesAmountOrder","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"minHousesDestroyed","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"maxHousesDestroyed","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"minHousesDestroyedAmountOrder","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"maxHousesDestroyedAmountOrder","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"minHousesDamaged","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"maxHousesDamaged","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"minHousesDamagedAmountOrder","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"maxHousesDamagedAmountOrder","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"minTravHours","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"maxTravHours","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"doubtful","in":"query","description":"<div>      <p>Validity of Runup</p>      <ul>        <li>n - OK</li>        <li>y - Doubtful</li>        <li>m - Meteorological</li>        <li>a - Atmospheric</li>      </ul>    </div>","required":false,"schema":{"type":"string"}},{"name":"minRunupHoriz","in":"query","description":"The maximum horizontal distance of inland flooding (in meters).","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"maxRunupHoriz","in":"query","description":"The maximum horizontal distance of inland flooding (in meters).","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"tsunamiEventId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"minEventId","in":"query","required":false,"schema":{"type":"integer","format":"int64","minimum":0}},{"name":"maxEventId","in":"query","required":false,"schema":{"type":"integer","format":"int64","minimum":0}},{"name":"commentsStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"commentsInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"commentsMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"commentsNot","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewRunupView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/tsunamis/events":{"get":{"tags":["Tsunami Events"],"summary":"List Events","description":"Cite as: National Geophysical Data Center / World Data Service: NCEI/WDS Global Historical Tsunami Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G02151\">doi:10.7289/V5PN93H7</a> [access date]","operationId":"getEventsByQuery","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"order","in":"query","description":"<div>      <p>The order the results are sorted by.</p>      <p>examples: </p>      <ul>        <li>year:asc</li>        <li>month:desc</li>    </div>","required":false,"schema":{"type":"array","items":{"type":"string"},"maxItems":2147483647,"minItems":1}},{"name":"op","in":"query","required":false,"schema":{"type":"string","enum":["and","or"]}},{"name":"tsuAssoc","in":"query","required":false,"schema":{"type":"string"}},{"name":"id","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"minId","in":"query","required":false,"schema":{"type":"integer","format":"int64","minimum":0}},{"name":"maxId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"day","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"month","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"year","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"minYear","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"maxYear","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"regionCode","in":"query","description":"<div>      <p>Regional boundaries defined as follows:</p>      <ul>          <li>87 - Alaska (including Aleutian Islands)</li>          <li>40 - Black Sea and Caspian Sea</li>          <li>74 - Caribbean Sea</li>          <li>78 - Central Africa</li>          <li>84 - China, North and South Korea, Philippines, Taiwan</li>          <li>81 - E Coast Australia, New Zealand, South Pacific Is.</li>          <li>75 - East Coast USA and Canada, St Pierre and Miquelon</li>          <li>76 - Gulf of America/Mexico</li>          <li>80 - Hawaii, Johnston Atoll, Midway I</li>          <li>60 - Indian Ocean (including west coast of Australia)</li>          <li>83 - Indonesia (Pacific Ocean) and Malaysia</li>          <li>85 - Japan</li>          <li>86 - Kamchatka and Kuril Islands</li>          <li>50 - Mediterranean Sea</li>          <li>82 - New Caledonia, New Guinea, Solomon Is., Vanuatu</li>          <li>73 - Northeast Atlantic Ocean</li>          <li>72 - Northwest Atlantic Ocean</li>          <li>30 - Red Sea and Persian Gulf</li>          <li>70 - Southeast Atlantic Ocean</li>          <li>71 - Southwest Atlantic Ocean</li>          <li>77 - West Coast of Africa</li>          <li>88 - West Coast of North and Central America</li>          <li>89 - West Coast of South America</li>      </ul>      <p>example: 87,30,89</p>    </div>","required":false,"schema":{"type":"string"}},{"name":"country","in":"query","description":"The Country where the tsunami source occurred (Example: Japan).","required":false,"schema":{"type":"string"}},{"name":"area","in":"query","description":"The State, Province or Prefecture of the tsunami source.","required":false,"schema":{"type":"string"}},{"name":"minLatitude","in":"query","description":"Latitude: 0 to 90 (Northern Hemisphere) -90 to 0 (Southern Hemisphere)","required":false,"schema":{"type":"number"}},{"name":"maxLatitude","in":"query","description":"Latitude: 0 to 90 (Northern Hemisphere) -90 to 0 (Southern Hemisphere)","required":false,"schema":{"type":"number"}},{"name":"minLongitude","in":"query","description":"Longitude: 0 to 180 (Eastern Hemisphere) -180 to 0 (Western Hemisphere)","required":false,"schema":{"type":"number"}},{"name":"maxLongitude","in":"query","description":"Longitude: 0 to 180 (Eastern Hemisphere) -180 to 0 (Western Hemisphere)","required":false,"schema":{"type":"number"}},{"name":"minEventValidity","in":"query","description":"<div>      <p>Validity of the actual tsunami occurrence is indicated by a numerical rating of the reports of that event:</p>      <ul>        <li>-1 - erroneous entry</li>        <li>0 - None</li>        <li>1 - very doubtful tsunami</li>        <li>2 - questionable tsunami</li>        <li>3 - probable tsunami</li>        <li>4 - definite tsunami)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"maxEventValidity","in":"query","description":"<div>      <p>Validity of the actual tsunami occurrence is indicated by a numerical rating of the reports of that event:</p>      <ul>        <li>-1 - erroneous entry</li>        <li>0 - None</li>        <li>1 - very doubtful tsunami</li>        <li>2 - questionable tsunami</li>        <li>3 - probable tsunami</li>        <li>4 - definite tsunami)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"minCauseCode","in":"query","description":"<div>      <p>The source of the tsunami:</p>      <ul>        <li>0 - Unknown</li>        <li>1 - Earthquake</li>        <li>2 - Questionable Earthquake</li>        <li>3 - Earthquake and Landslide</li>        <li>4 - Volcano and Earthquake</li>        <li>5 - Volcano, Earthquake, and Landslide</li>        <li>6 - Volcano</li>        <li>7 - Volcano and Landslide</li>        <li>8 - Landslide</li>        <li>9 - Meteorological</li>        <li>10 - Explosion</li>        <li>11 - Astronomical Tide</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"maxCauseCode","in":"query","description":"<div>      <p>The source of the tsunami:</p>      <ul>        <li>0 - Unknown</li>        <li>1 - Earthquake</li>        <li>2 - Questionable Earthquake</li>        <li>3 - Earthquake and Landslide</li>        <li>4 - Volcano and Earthquake</li>        <li>5 - Volcano, Earthquake, and Landslide</li>        <li>6 - Volcano</li>        <li>7 - Volcano and Landslide</li>        <li>8 - Landslide</li>        <li>9 - Meteorological</li>        <li>10 - Explosion</li>        <li>11 - Astronomical Tide</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"causeCode","in":"query","description":"<div>      <p>The source of the tsunami:</p>      <ul>        <li>0 - Unknown</li>        <li>1 - Earthquake</li>        <li>2 - Questionable Earthquake</li>        <li>3 - Earthquake and Landslide</li>        <li>4 - Volcano and Earthquake</li>        <li>5 - Volcano, Earthquake, and Landslide</li>        <li>6 - Volcano</li>        <li>7 - Volcano and Landslide</li>        <li>8 - Landslide</li>        <li>9 - Meteorological</li>        <li>10 - Explosion</li>        <li>11 - Astronomical Tide</li>      </ul>      <p>example: 2,9,11</p>    </div>","required":false,"schema":{"type":"string"}},{"name":"minEqMagnitude","in":"query","description":"<p>The magnitude is a measure of seismic energy. The magnitude scale is logarithmic. An increase of one in magnitude represents a tenfold increase in the recorded wave amplitude. However, the energy release associated with an increase of one in magnitude is not tenfold, but about thirtyfold. For example, approximately 900 times more energy is released in an earthquake of magnitude 7 than in an earthquake of magnitude 5. Each increase in magnitude of one unit is equivalent to an increase of seismic energy of about 1.6 x 10,000,000,000,000 ergs.</p> <p>Valid values: 0.0 to 9.9</p>","required":false,"schema":{"type":"number"}},{"name":"maxEqMagnitude","in":"query","description":"<p>The magnitude is a measure of seismic energy. The magnitude scale is logarithmic. An increase of one in magnitude represents a tenfold increase in the recorded wave amplitude. However, the energy release associated with an increase of one in magnitude is not tenfold, but about thirtyfold. For example, approximately 900 times more energy is released in an earthquake of magnitude 7 than in an earthquake of magnitude 5. Each increase in magnitude of one unit is equivalent to an increase of seismic energy of about 1.6 x 10,000,000,000,000 ergs.</p> <p>Valid values: 0.0 to 9.9</p>","required":false,"schema":{"type":"number"}},{"name":"locStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"locEnd","in":"query","required":false,"schema":{"type":"string"}},{"name":"locInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"locMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"locNot","in":"query","required":false,"schema":{"type":"string"}},{"name":"commentsStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"commentsEnd","in":"query","required":false,"schema":{"type":"string"}},{"name":"commentsInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"commentsMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"commentsNot","in":"query","required":false,"schema":{"type":"string"}},{"name":"runupRegion","in":"query","description":"<div>      <p>Regional boundaries defined as follows:</p>      <ul>          <li>87 - Alaska (including Aleutian Islands)</li>          <li>40 - Black Sea and Caspian Sea</li>          <li>74 - Caribbean Sea</li>          <li>78 - Central Africa</li>          <li>84 - China, North and South Korea, Philippines, Taiwan</li>          <li>81 - E Coast Australia, New Zealand, South Pacific Is.</li>          <li>75 - East Coast USA and Canada, St Pierre and Miquelon</li>          <li>76 - Gulf of America/Mexico</li>          <li>80 - Hawaii, Johnston Atoll, Midway I</li>          <li>60 - Indian Ocean (including west coast of Australia)</li>          <li>83 - Indonesia (Pacific Ocean) and Malaysia</li>          <li>85 - Japan</li>          <li>86 - Kamchatka and Kuril Islands</li>          <li>50 - Mediterranean Sea</li>          <li>82 - New Caledonia, New Guinea, Solomon Is., Vanuatu</li>          <li>73 - Northeast Atlantic Ocean</li>          <li>72 - Northwest Atlantic Ocean</li>          <li>30 - Red Sea and Persian Gulf</li>          <li>70 - Southeast Atlantic Ocean</li>          <li>71 - Southwest Atlantic Ocean</li>          <li>77 - West Coast of Africa</li>          <li>88 - West Coast of North and Central America</li>          <li>89 - West Coast of South America</li>      </ul>      <p>example: 87,30,89</p>    </div>","required":false,"schema":{"type":"string"}},{"name":"runupCountry","in":"query","description":"The Country where the tsunami source occurred (For example enter: Japan or Russia).","required":false,"schema":{"type":"string"}},{"name":"runupArea","in":"query","description":"The State, Province or Prefecture of the tsunami source.","required":false,"schema":{"type":"string"}},{"name":"runupMinDistance","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"runupMaxDistance","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"runupMinTravelTime","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"runupMaxTravelTime","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"runupLocStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"runupLocEnd","in":"query","required":false,"schema":{"type":"string"}},{"name":"runupLocInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"runupLocMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"runupLocNot","in":"query","required":false,"schema":{"type":"string"}},{"name":"minNumRunups","in":"query","description":"The total number of runup locations associated with a particular tsunami event.","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"maxNumRunups","in":"query","description":"The total number of runup locations associated with a particular tsunami event.","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"minMaxWaterHeight","in":"query","description":"<div>      <p>The maximum water height above sea level in meters for this event. If the type of measurement of the runup was a:</p>      <ul>        <li>Tide Gauge - half of the maximum height (minus the normal tide) of a tsunami wave recorded at the coast by a tide gauge.</li>        <li>Runup Height - the maximum elevation the wave reaches at the maximum inundation.</li>      </ul>    </div>","required":false,"schema":{"type":"number","minimum":0}},{"name":"maxMaxWaterHeight","in":"query","description":"<div>      <p>The maximum water height above sea level in meters for this event. If the type of measurement of the runup was a:</p>      <ul>        <li>Tide Gauge - half of the maximum height (minus the normal tide) of a tsunami wave recorded at the coast by a tide gauge.</li>        <li>Runup Height - the maximum elevation the wave reaches at the maximum inundation.</li>      </ul>    </div>","required":false,"schema":{"type":"number","minimum":0}},{"name":"minRunupHoriz","in":"query","description":"The maximum horizontal distance of inland flooding (in meters).","required":false,"schema":{"type":"number","minimum":0}},{"name":"maxRunupHoriz","in":"query","description":"The maximum horizontal distance of inland flooding (in meters).","required":false,"schema":{"type":"number","minimum":0}},{"name":"minDeaths","in":"query","description":"Number of Deaths from the Tsunami","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"maxDeaths","in":"query","description":"Number of Deaths from the Tsunami","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"minDeathsAmountOrder","in":"query","description":"<div>      <p>DDescription of Deaths from the Tsunami</p>      <ul>        <li>0 - None</li>        <li>1 - Few (~1 to 50 deaths)</li>        <li>2 - Some (~51 to 100 deaths)</li>        <li>3 - Many (~101 to 1000 deaths)</li>        <li>4 - Very many (over 1000 deaths)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"maxDeathsAmountOrder","in":"query","description":"<div>      <p>Description of Deaths from the Tsunami</p>      <ul>        <li>0 - None</li>        <li>1 - Few (~1 to 50 deaths)</li>        <li>2 - Some (~51 to 100 deaths)</li>        <li>3 - Many (~101 to 1000 deaths)</li>        <li>4 - Very many (over 1000 deaths)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"minInjuries","in":"query","description":"Number of Injuries from the Tsunami","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"maxInjuries","in":"query","description":"Number of Injuries from the Tsunami","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"minInjuriesAmountOrder","in":"query","description":"<div>      <p>Description of Injuries from the Tsunami</p>      <ul>        <li>0 - None</li>        <li>1 - Few (~1 to 50 injuries)</li>        <li>2 - Some(~51 to 100 injuries)</li>        <li>3 - Many (~101 to 1000 injuries)</li>        <li>4 - Very many (over 1000 injuries)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"maxInjuriesAmountOrder","in":"query","description":"<div>      <p>Description of Injuries from the Tsunami</p>      <ul>        <li>0 - None</li>        <li>1 - Few (~1 to 50 injuries)</li>        <li>2 - Some(~51 to 100 injuries)</li>        <li>3 - Many (~101 to 1000 injuries)</li>        <li>4 - Very many (over 1000 injuries)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"minDamageMillionsDollars","in":"query","description":"Damage in Millions of Dollars from the Tsunami","required":false,"schema":{"type":"number","minimum":0}},{"name":"maxDamageMillionsDollars","in":"query","description":"Damage in Millions of Dollars from the Tsunami","required":false,"schema":{"type":"number","minimum":0}},{"name":"minDamageAmountOrder","in":"query","description":"<div>      <p>Description of Damage from the Tsunami</p>      <ul>        <li>0 - None</li>        <li>1 - LIMITED (roughly corresponding to less than $1 million)</li>        <li>2 - MODERATE (~$1 to $5 million)</li>        <li>3 - SEVERE (~$5 to $25 million)</li>        <li>4 - EXTREME (~$25 million or more)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"maxDamageAmountOrder","in":"query","description":"<div>      <p>Description of Damage from the Tsunami</p>      <ul>        <li>0 - None</li>        <li>1 - LIMITED (roughly corresponding to less than $1 million)</li>        <li>2 - MODERATE (~$1 to $5 million)</li>        <li>3 - SEVERE (~$5 to $25 million)</li>        <li>4 - EXTREME (~$25 million or more)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"minHousesDestroyed","in":"query","description":"Number of Houses Destroyed by the Tsunami","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"maxHousesDestroyed","in":"query","description":"Number of Houses Destroyed by the Tsunami","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"minHousesDestroyedAmountOrder","in":"query","description":"<div>      <p>Description of Houses Destroyed by the Tsunami</p>      <ul>        <li>0 - None</li>        <li>1 - Few (~1 to 50 houses)</li>        <li>2 - Some(~51 to 100 houses)</li>        <li>3 - Many (~101 to 1000 houses)</li>        <li>4 - Very many (over 1000 houses)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"maxHousesDestroyedAmountOrder","in":"query","description":"<div>      <p>Description of Houses Destroyed by the Tsunami</p>      <ul>        <li>0 - None</li>        <li>1 - Few (~1 to 50 houses)</li>        <li>2 - Some(~51 to 100 houses)</li>        <li>3 - Many (~101 to 1000 houses)</li>        <li>4 - Very many (over 1000 houses)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"minDeathsTotal","in":"query","description":"Total Number of Deaths from the Tsunami and Source Event","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"maxDeathsTotal","in":"query","description":"Total Number of Deaths from the Tsunami and Source Event","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"minDeathsAmountOrderTotal","in":"query","description":"<div>      <p>Description of Deaths from the Tsunami and the Source Event</p>      <ul>        <li>0 - None</li>        <li>1 - Few (~1 to 50 deaths)</li>        <li>2 - Some (~51 to 100 deaths)</li>        <li>3 - Many (~101 to 1000 deaths)</li>        <li>4 - Very many (over 1000 deaths)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"maxDeathsAmountOrderTotal","in":"query","description":"<div>      <p>Description of Deaths from the Tsunami and the Source Event</p>      <ul>        <li>0 - None</li>        <li>1 - Few (~1 to 50 deaths)</li>        <li>2 - Some (~51 to 100 deaths)</li>        <li>3 - Many (~101 to 1000 deaths)</li>        <li>4 - Very many (over 1000 deaths)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"minDamageMillionsDollarsTotal","in":"query","description":"Total Damage in Millions of Dollars from the Tsunami and the Source Event","required":false,"schema":{"type":"number","minimum":0}},{"name":"maxDamageMillionsDollarsTotal","in":"query","description":"Total Damage in Millions of Dollars from the Tsunami and the Source Event","required":false,"schema":{"type":"number","minimum":0}},{"name":"minDamageAmountOrderTotal","in":"query","description":"<div>      <p>Description of Damage from the Tsunami and the Source Event</p>      <ul>        <li>0 - None</li>        <li>1 - LIMITED (roughly corresponding to less than $1 million)</li>        <li>2 - MODERATE (~$1 to $5 million)</li>        <li>3 - SEVERE (~$5 to $25 million)</li>        <li>4 - EXTREME (~$25 million or more)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"maxDamageAmountOrderTotal","in":"query","description":"<div>      <p>Description of Damage from the Tsunami and the Source Event</p>      <ul>        <li>0 - None</li>        <li>1 - LIMITED (roughly corresponding to less than $1 million)</li>        <li>2 - MODERATE (~$1 to $5 million)</li>        <li>3 - SEVERE (~$5 to $25 million)</li>        <li>4 - EXTREME (~$25 million or more)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"runupMeasureType","in":"query","description":"<div>      <p>Type of Measurement</p>      <ul>        <li>1 - Water height - Eyewitness observation - the maximum elevation the wave.</li>        <li>2 - Tide Gauge - half of the maximum height (minus the normal tide)of a tsunami wave recorded at the coast by a tide gauge. Also called the amplitude.</li>        <li>3 - Deep Ocean Gauge - half of the maximum height (minus the normal tide) of a tsunami wave recorded in the open ocean by a seafloor bottom pressure recording system.</li>        <li>4 - Water height (Post-tsunami survey measurement) - the maximum elevation the wave.</li>        <li>5 - Runup Height (Post-tsunami survey measurement) - the maximum elevation the wave reaches at the maximum inundation.</li>        <li>6 - Atmospheric Wave - Tsunami-like phenomena generated by meteorological or atmospheric disturbances. These waves can be produced by atmospheric gravity waves, pressure jumps, frontal passages, squalls, gales, typhoons, hurricanes and other atmospheric sources. Meteotsunamis have the same temporal and spatial scales as tsunami waves and can similarly devastate coastal areas, especially in bays and inlets with strong amplification and well-defined resonant properties. Sometimes referred to as rissaga. The water height definition for an atmospheric wave depends on whether it was measured by a tide gauge (2), eyewitness (1), or field survey (4,5).</li>        <li>7 - Seiche - A standing wave oscillating in a partially or fully enclosed body of water. It may be initiated by long period seismic waves (an earthquake), wind and water waves, or a tsunami. The water height definition for a seiche depends on whether it was measured by a tide gauge (2), eyewitness (1), or field survey (4,5).</li>        <li>8 - Runup Height in Harbor (Post-tsunami survey measurement) - water height in the harbor.</li>        <li>9 - Splash mark (Post-tsunami survey measurement)</li>        <li>10 -  Flow Depth (Post-tsunami survey measurement) depth of the water.</li>      </ul>    </div>","required":false,"schema":{"type":"array","items":{"type":"integer","format":"int32"}}},{"name":"runupDoubtful","in":"query","description":"<div>      <p>Validity of Runup</p>      <ul>        <li>n - OK</li>        <li>y - Doubtful</li>        <li>m - Meteorological</li>        <li>a - Atmospheric</li>      </ul>    </div>","required":false,"schema":{"type":"string"}},{"name":"runupMinHeight","in":"query","description":"The maximum water height above sea level in meters.","required":false,"schema":{"type":"number","minimum":0}},{"name":"runupMaxHeight","in":"query","description":"The maximum water height above sea level in meters.","required":false,"schema":{"type":"number","minimum":0}},{"name":"runupMinTroughHt","in":"query","description":"The maximum water trough below sea level in meters. Trough is the lowest part of a wave.","required":false,"schema":{"type":"number","minimum":0}},{"name":"runupMaxTroughHt","in":"query","description":"The maximum water trough below sea level in meters. Trough is the lowest part of a wave.","required":false,"schema":{"type":"number","minimum":0}},{"name":"runupMinDeaths","in":"query","description":"Number of Deaths at the Runup Location","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"runupMaxDeaths","in":"query","description":"Number of Deaths at the Runup Location","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"runupMinDeathsAmountOrder","in":"query","description":"<div>      <p>Description of Deaths from the Tsunami at the Runup Location</p>      <ul>        <li>0 - None</li>        <li>1 - Few (~1 to 50 deaths)</li>        <li>2 - Some (~51 to 100 deaths)</li>        <li>3 - Many (~101 to 1000 deaths)</li>        <li>4 - Very many (over 1000 deaths)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"runupMaxDeathsAmountOrder","in":"query","description":"<div>      <p>Description of Deaths from the Tsunami at the Runup Location</p>      <ul>        <li>0 - None</li>        <li>1 - Few (~1 to 50 deaths)</li>        <li>2 - Some (~51 to 100 deaths)</li>        <li>3 - Many (~101 to 1000 deaths)</li>        <li>4 - Very many (over 1000 deaths)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"runupMinInjuries","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"runupMaxInjuries","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"runupMinInjuriesAmountOrder","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"runupMaxInjuriesAmountOrder","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"runupMinDamageMillionsDollars","in":"query","required":false,"schema":{"type":"number","minimum":0}},{"name":"runupMaxDamageMillionsDollars","in":"query","required":false,"schema":{"type":"number","minimum":0}},{"name":"runupMinDamageAmountOrder","in":"query","description":"<div>      <p>Description of Damage from the Earthquake</p>      <ul>        <li>0 - None</li>        <li>1 - LIMITED (roughly corresponding to less than $1 million)</li>        <li>2 - MODERATE (~$1 to $5 million)</li>        <li>3 - SEVERE (~$5 to $25 million)</li>        <li>4 - EXTREME (~$25 million or more)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"runupMaxDamageAmountOrder","in":"query","description":"<div>      <p>Description of Damage from the Earthquake</p>      <ul>        <li>0 - None</li>        <li>1 - LIMITED (roughly corresponding to less than $1 million)</li>        <li>2 - MODERATE (~$1 to $5 million)</li>        <li>3 - SEVERE (~$5 to $25 million)</li>        <li>4 - EXTREME (~$25 million or more)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"runupMinHousesDestroyed","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"runupMaxHousesDestroyed","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"runupMinHousesDestroyedAmountOrder","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"runupMaxHousesDestroyedAmountOrder","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"assocDeposits","in":"query","required":false,"schema":{"type":"string"}},{"name":"oceanicTsunami","in":"query","required":false,"schema":{"type":"boolean"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewTsunamiEventView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/tsunamis/deposits":{"get":{"tags":["Tsunami Deposits"],"summary":"List Deposits","operationId":"getDeposits","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"order","in":"query","description":"<div>      <p>The order the results are sorted by.</p>      <p>examples: </p>      <ul>        <li>year:asc</li>        <li>month:desc</li>    </div>","required":false,"schema":{"type":"array","items":{"type":"string"},"maxItems":2147483647,"minItems":1}},{"name":"op","in":"query","required":false,"schema":{"type":"string","enum":["and","or"]}},{"name":"depAssoc","in":"query","required":false,"schema":{"type":"string"}},{"name":"id","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"minId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"maxId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"authorStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"authorInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"authorMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"authorNot","in":"query","required":false,"schema":{"type":"string"}},{"name":"publicationType","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"eventStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"eventInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"eventMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"eventNot","in":"query","required":false,"schema":{"type":"string"}},{"name":"age","in":"query","required":false,"schema":{"type":"string"}},{"name":"minGeologicAgeId","in":"query","description":"Geologic Age","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"maxGeologicAgeId","in":"query","description":"Geologic Age","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"minYear","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"maxYear","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"bodyOfWater","in":"query","description":"Body of Water","required":false,"schema":{"type":"string"}},{"name":"country","in":"query","required":false,"schema":{"type":"string"}},{"name":"locStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"locInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"locMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"locNot","in":"query","required":false,"schema":{"type":"string"}},{"name":"minLatitude","in":"query","description":"Latitude: 0 to 90 (Northern Hemisphere) -90 to 0 (Southern Hemisphere)","required":false,"schema":{"type":"number"}},{"name":"maxLatitude","in":"query","description":"Latitude: 0 to 90 (Northern Hemisphere) -90 to 0 (Southern Hemisphere)","required":false,"schema":{"type":"number"}},{"name":"minLongitude","in":"query","description":"Longitude: 0 to 180 (Eastern Hemisphere) -180 to 0 (Western Hemisphere)","required":false,"schema":{"type":"number"}},{"name":"maxLongitude","in":"query","description":"Longitude: 0 to 180 (Eastern Hemisphere) -180 to 0 (Western Hemisphere)","required":false,"schema":{"type":"number"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDepositView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/references":{"get":{"tags":["References"],"summary":"List References","operationId":"getReferences","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"order","in":"query","description":"<div>      <p>The order the results are sorted by.</p>      <p>examples: </p>      <ul>        <li>year:asc</li>        <li>month:desc</li>    </div>","required":false,"schema":{"type":"array","items":{"type":"string"},"maxItems":2147483647,"minItems":1}},{"name":"op","in":"query","required":false,"schema":{"type":"string","enum":["and","or"]}},{"name":"ids","in":"query","description":"Reference Id","required":false,"schema":{"type":"array","items":{"type":"integer","format":"int64"},"uniqueItems":true}},{"name":"id","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"minId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"maxId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"citInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"citMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"citStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"citNot","in":"query","required":false,"schema":{"type":"string"}},{"name":"authorInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"authorMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"authorStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"authorNot","in":"query","required":false,"schema":{"type":"string"}},{"name":"commentsInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"commentsMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"commentsStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"commentsNot","in":"query","required":false,"schema":{"type":"string"}},{"name":"have","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"year","in":"query","required":false,"schema":{"type":"string"}},{"name":"eqAssoc","in":"query","required":false,"schema":{"type":"string"}},{"name":"volAssoc","in":"query","required":false,"schema":{"type":"string"}},{"name":"volLocAssoc","in":"query","required":false,"schema":{"type":"string"}},{"name":"tsuAssoc","in":"query","required":false,"schema":{"type":"string"}},{"name":"depAssoc","in":"query","required":false,"schema":{"type":"string"}},{"name":"runupAssoc","in":"query","required":false,"schema":{"type":"string"}},{"name":"eqId","in":"query","description":"Earthquake Id","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"eqMinId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"eqMaxId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"eqMinYear","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"eqMaxYear","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"eqRegion","in":"query","description":"<div>      <p>Regional boundaries defined as follows:</p>      <p>        <p>          <ul>            <li>150 - North America and Hawaii:</li>            <ul>              <li>(Canada, Mexico,USA)</li>            </ul>            <li>100 - Central America:</li>            <ul>              <li>(Costa Rica,El Salvador,Guatemala,Honduras,Nicaragua,Panama)</li>            </ul>            <li>90 - Caribbean:</li>            <ul>              <li>                (Antigua and Barbuda, Barbados, Cuba, Dominican Republic, French Guiana, Grenada, Guadeloupe, Haiti, Jamaica, Martinique, Puerto Rico, Saint Lucia, Saint Vincent and the Grenadines, Trinidad and Tobago, U.S. Virgin Islands)              </li>            </ul>            <li>160 - South America:</li>            <ul>              <li>(Argentina,Bolivia,Brazil,Chile,Colombia,Ecuador,Peru,Venezuela)</li>            </ul>            <li>70 - Atlantic Ocean</li>            <li>15 - Northern Africa:</li>            <ul>              <li>(Algeria, Egypt, Libya, Morocco, Sudan, Tunisia)</li>            </ul>            <li>10 - Central, Western and S. Africa:</li>            <ul>              <li>                Burundi, Cameroon, Canary Islands, Central African Republic, Congo, Coite DIvoire, Ethiopia, Gabon, Ghana,                Guinea, Guyana, Malawi, Mozambique, Rwanda, Sierra Leone, South Africa Tanzania, Togo, Uganda, Zambia)</li>            </ul>            <li>20 - Antarctica</li>            <li>120 - Northern and Western Europe:</li>            <ul>              <li>                (Austria, Belgium, France, Germany, Iceland, Netherlands, Switzerland, United Kingdom)              </li>            </ul>            <li>130 - Southern Europe:</li>            <ul>              <li>                (Azores (Portugal), Black Sea, Bosnia-Herzegovina, Croatia, Cyprus, Greece, Italy, Macedonia, Portugal, Serbia and Montenegro, Slovenia, Spain)              </li>            </ul>            <li>110 - Eastern Europe:</li>            <ul>              <li>                (Bulgaria, Hungary, Poland, Romania, Slovakia, Ukraine)              </li>            </ul>            <li>140 - Middle East:</li>            <ul>              <li>                (Iran, Iraq, Israel, Jordan, Lebanon,Saudi Arabia,Syria, Turkey, Yemen) </li>            </ul>            <li>40 - Central Asia and Caucasus:</li>            <ul>              <li> (Afghanistan, Armenia, Azerbaijan, Black Sea, Western China, Georgia, Kazakhstan, Kyrgyzstan, Mongolia, Russia, Tajikistan, Turkmenistan, Uzbekistan) </li>            </ul>            <li>30 - East Asia:</li>            <ul>              <li>(Eastern China, East China Sea, Japan, Japan Sea, North Korea, South Korea, Taiwan, Yellow Sea)</li>            </ul>            <li>60 - S. and SE. Asia and Indian Ocean:</li>            <ul>              <li>(Bangladesh, Bhutan, India, Indian Ocean, Myanmar (Burma), Nepal, Pakistan, Sri Lanka, Thailand, Vietnam)</li>            </ul>            <li>170 - Central and South Pacific:</li>            <ul>              <li>(Australia, Caroline Islands, Celebes Sea, Cook Islands, Fiji, French Polynesia, Guam, Indonesia,                Kermadec Islands (New Zealand), Kiribati, Malaysia, Rep. of Marshall Islands, Fed. States of Micronesia,                New Caledonia, New Zealand, Northern Mariana Islands, Pacific Ocean, Papua New Guinea, Philippines,                 Samoa, Solomon Islands, Solomon sea, South china sea, South Georgia and the South Sandwich Islands, Tasman Sea, Timor Sea, Tonga, Vanuatu)</li>            </ul>            <li>80 - Bering Sea</li>            <li>50 - Kamchatka and Kuril Islands</li>          </ul>        </p>      </p>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"eqCountry","in":"query","description":"The country where the earthquake effects were observed.","required":false,"schema":{"type":"string"}},{"name":"eqArea","in":"query","description":"The State, Province or Prefecture where the earthquake effects were observed.","required":false,"schema":{"type":"string"}},{"name":"eqMinEqMagnitude","in":"query","description":"<p>Earthquake Magnitude </p> <p>Valid values: 0.0 to 9.9</p>","required":false,"schema":{"type":"number"}},{"name":"eqMaxEqMagnitude","in":"query","description":"<p>Earthquake Magnitude </p> <p>Valid values: 0.0 to 9.9</p>","required":false,"schema":{"type":"number"}},{"name":"eqMinIntensity","in":"query","description":"<div>      <p>MMI Intensity</p>      <ul>        <li>1 - Not felt except by a very few under especially favorable circumstances.</li>        <li>2 - Felt only by a few persons at rest, especially on upper floors of buildings. Delicately suspended objects may swing</li>        <li>3 - Felt quite noticeably indoors, especially on upper floors of buildings, but many people do not recognize it as an earthquake. Standing motor cars may rock slightly. Vibration like passing truck. Duration estimated.</li>        <li>4 - During the day felt indoors by many, outdoors by few. At night some awakened. Dishes, windows, and doors disturbed; walls make creaking sound. Sensation like heavy truck striking building. Standing motorcars rock noticeably</li>        <li>5 - Felt by nearly everyone; many awakened. Some dishes, windows, etc., broken; a few instances of cracked plaster; unstable objects overturned. Disturbance of trees, poles, and other tall objects sometimes noticed. Pendulum clocks may stop.</li>        <li>6 - Felt by all; many frightened and run outdoors. Some heavy furniture moved; a few instances of fallen plaster or damaged chimneys. Damage slight.</li>        <li>7 - Everybody runs outdoors. Damage negligible in buildings of good design and construction slight to moderate in well built ordinary structures; considerable in poorly built or badly designed structures. Some chimneys broken. Noticed by persons driving motor cars.</li>        <li>8 - Damage slight in specially designed structures; considerable in ordinary substantial buildings, with partial collapse; great in poorly built structures. Panel walls thrown out of frame structures. Fall of chimneys, factory stacks, columns, monuments, walls. Heavy furniture overturned. Sand and mud ejected in small amounts. Changes in well water. Persons driving motor cars disturbed.</li>        <li>9 - Damage considerable in specially designed structures; well-designed frame structures thrown out of plumb; great in substantial buildings, with partial collapse. Buildings shifted off foundations. Ground cracked conspicuously. Underground pipes broken.</li>        <li>10 - Some well-built wooden structures destroyed; most masonry and frame structures destroyed with foundations; ground badly cracked. Rails bent. Landslides considerable from river banks and steep slopes. Shifted sand and mud. Water splashed over banks.</li>        <li>11 - Few, if any (masonry), structures remain standing. Bridges destroyed. Broad fissures in ground. Underground pipelines completely out of service. Earth slumps and land slips in soft ground. Rails bent greatly.</li>        <li>12 - Damage total. Waves seen on ground surfaces. Lines of sight and level distorted. Objects thrown upward into the air.</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32","maximum":12,"minimum":1}},{"name":"eqMaxIntensity","in":"query","description":"<div>      <p>MMI Intensity</p>      <ul>        <li>1 - Not felt except by a very few under especially favorable circumstances.</li>        <li>2 - Felt only by a few persons at rest, especially on upper floors of buildings. Delicately suspended objects may swing</li>        <li>3 - Felt quite noticeably indoors, especially on upper floors of buildings, but many people do not recognize it as an earthquake. Standing motor cars may rock slightly. Vibration like passing truck. Duration estimated.</li>        <li>4 - During the day felt indoors by many, outdoors by few. At night some awakened. Dishes, windows, and doors disturbed; walls make creaking sound. Sensation like heavy truck striking building. Standing motorcars rock noticeably</li>        <li>5 - Felt by nearly everyone; many awakened. Some dishes, windows, etc., broken; a few instances of cracked plaster; unstable objects overturned. Disturbance of trees, poles, and other tall objects sometimes noticed. Pendulum clocks may stop.</li>        <li>6 - Felt by all; many frightened and run outdoors. Some heavy furniture moved; a few instances of fallen plaster or damaged chimneys. Damage slight.</li>        <li>7 - Everybody runs outdoors. Damage negligible in buildings of good design and construction slight to moderate in well built ordinary structures; considerable in poorly built or badly designed structures. Some chimneys broken. Noticed by persons driving motor cars.</li>        <li>8 - Damage slight in specially designed structures; considerable in ordinary substantial buildings, with partial collapse; great in poorly built structures. Panel walls thrown out of frame structures. Fall of chimneys, factory stacks, columns, monuments, walls. Heavy furniture overturned. Sand and mud ejected in small amounts. Changes in well water. Persons driving motor cars disturbed.</li>        <li>9 - Damage considerable in specially designed structures; well-designed frame structures thrown out of plumb; great in substantial buildings, with partial collapse. Buildings shifted off foundations. Ground cracked conspicuously. Underground pipes broken.</li>        <li>10 - Some well-built wooden structures destroyed; most masonry and frame structures destroyed with foundations; ground badly cracked. Rails bent. Landslides considerable from river banks and steep slopes. Shifted sand and mud. Water splashed over banks.</li>        <li>11 - Few, if any (masonry), structures remain standing. Bridges destroyed. Broad fissures in ground. Underground pipelines completely out of service. Earth slumps and land slips in soft ground. Rails bent greatly.</li>        <li>12 - Damage total. Waves seen on ground surfaces. Lines of sight and level distorted. Objects thrown upward into the air.</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32","maximum":12,"minimum":1}},{"name":"eqMinEqDepth","in":"query","description":"Focal Depth (km)","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"eqMaxEqDepth","in":"query","description":"Focal Depth (km)","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"eqMinDeaths","in":"query","description":"Number of Deaths from the Earthquake","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"eqMaxDeaths","in":"query","description":"Number of Deaths from the Earthquake","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"eqMinDeathsAmountOrder","in":"query","description":"<div>      <p>Description of Deaths from the Earthquake</p>      <ul>        <li>0 - None</li>        <li>1 - Few (~1 to 50 deaths)</li>        <li>2 - Some (~51 to 100 deaths)</li>        <li>3 - Many (~101 to 1000 deaths)</li>        <li>4 - Very many (over 1000 deaths)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"eqMaxDeathsAmountOrder","in":"query","description":"<div>      <p>Description of Deaths from the Earthquake</p>      <ul>        <li>0 - None</li>        <li>1 - Few (~1 to 50 deaths)</li>        <li>2 - Some (~51 to 100 deaths)</li>        <li>3 - Many (~101 to 1000 deaths)</li>        <li>4 - Very many (over 1000 deaths)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"eqMinDamageMillionsDollars","in":"query","description":"Damage in Millions of Dollars from the Earthquake","required":false,"schema":{"type":"number","minimum":0}},{"name":"eqMaxDamageMillionsDollars","in":"query","description":"Damage in Millions of Dollars from the Earthquake","required":false,"schema":{"type":"number","minimum":0}},{"name":"eqMinDamageAmountOrder","in":"query","description":"<div>      <p>Description of Damage from the Earthquake</p>      <ul>        <li>0 - None</li>        <li>1 - LIMITED (roughly corresponding to less than $1 million)</li>        <li>2 - MODERATE (~$1 to $5 million)</li>        <li>3 - SEVERE (~$5 to $25 million)</li>        <li>4 - EXTREME (~$25 million or more)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"eqMaxDamageAmountOrder","in":"query","description":"<div>      <p>Description of Damage from the Earthquake</p>      <ul>        <li>0 - None</li>        <li>1 - LIMITED (roughly corresponding to less than $1 million)</li>        <li>2 - MODERATE (~$1 to $5 million)</li>        <li>3 - SEVERE (~$5 to $25 million)</li>        <li>4 - EXTREME (~$25 million or more)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"eqAssocVol","in":"query","required":false,"schema":{"type":"string"}},{"name":"eqAssocTsu","in":"query","required":false,"schema":{"type":"string"}},{"name":"eqMinDeathsTotal","in":"query","description":"Maximum Total Number of Deaths from the Earthquake and secondary effects (eg Tsunami)","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"eqMaxDeathsTotal","in":"query","description":"Maximum Total Number of Deaths from the Earthquake and secondary effects (eg Tsunami)","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"eqMinDeathsAmountOrderTotal","in":"query","description":"<div>      <p>Description of Deaths from the Earthquake and secondary effects (eg Tsunami)</p>      <ul>        <li>0 - None</li>        <li>1 - Few (~1 to 50 deaths)</li>        <li>2 - Some (~51 to 100 deaths)</li>        <li>3 - Many (~101 to 1000 deaths)</li>        <li>4 - Very many (over 1000 deaths)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"eqMaxDeathsAmountOrderTotal","in":"query","description":"<div>      <p>Description of Deaths from the Earthquake and secondary effects (eg Tsunami)</p>      <ul>        <li>0 - None</li>        <li>1 - Few (~1 to 50 deaths)</li>        <li>2 - Some (~51 to 100 deaths)</li>        <li>3 - Many (~101 to 1000 deaths)</li>        <li>4 - Very many (over 1000 deaths)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"eqLocStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"eqLocMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"eqLocInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"eqLocNot","in":"query","required":false,"schema":{"type":"string"}},{"name":"eqCommentsStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"eqCommentsMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"eqCommentsInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"eqCommentsNot","in":"query","required":false,"schema":{"type":"string"}},{"name":"volId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"volMinId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"volMaxId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"volMinYear","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"volMaxYear","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"volCountry","in":"query","description":"The Country where the volcano is located.","required":false,"schema":{"type":"string"}},{"name":"volRegion","in":"query","description":"<div>      <p>Regional boundaries defined as follows:</p>      <p>        <p>          <ul>            <li>01 - Mediterranean and West Asia</li>            <li>02 - Africa and Red Sea</li>            <li>03 - Middle East and Indian Ocean</li>            <li>04 - New Zealand to Fiji</li>            <li>05 - Melanesia and Australia</li>            <li>06 - Indonesia</li>            <li>07 - Philippines and SE Asia</li>            <li>08 - Japan, Taiwan, Marianas</li>            <li>09 - Kuril Islands</li>            <li>10 - Kamchatka and Mainland Asia</li>            <li>11 - Alaska</li>            <li>12 - Canada and Western USA</li>            <li>13 - Hawaii and Pacific Ocean</li>            <li>14 - Mexico and Central America</li>            <li>15 - South America</li>            <li>16 - West Indies</li>            <li>17 - Iceland and Arctic Ocean</li>            <li>18 - Atlantic Ocean</li>            <li>19 - Antarctica</li>          </ul>        </p>      </p>    </div>","required":false,"schema":{"type":"string"}},{"name":"volVolcanoNames","in":"query","description":"<div>      <p>        The name of the volcano as listed by the Smithsonian Institution, Global Volcanism Program. More information is available about this volcano at the        {' '}        <a href=\"http://www.volcano.si.edu\" target=\"_blank\" rel=\"noopener noreferrer\">{'Global Volcanism Program\\'s'}</a>        {' '}        website.      </p>    </div>","required":false,"schema":{"type":"string"}},{"name":"volMorphology","in":"query","required":false,"schema":{"type":"string"}},{"name":"volMinVei","in":"query","description":"<p>Volcanic Explosivity Index (VEI)</p><p>Valid values: 0,1,2,3,4,5,6,7,8 </p>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"volMaxVei","in":"query","description":"<p>Volcanic Explosivity Index (VEI)</p><p>Valid values: 0,1,2,3,4,5,6,7,8 </p>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"volMinDeaths","in":"query","description":"Number of Deaths from the Volcano","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"volMaxDeaths","in":"query","description":"Number of Deaths from the Volcano","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"volMinDeathsAmountOrder","in":"query","description":"<div>      <p>Description of Number of Deaths from the Volcanic Eruption</p>      <ul>        <li>0 - None</li>        <li>1 - Few (~1 to 50 deaths)</li>        <li>2 - Some (~51 to 100 deaths)</li>        <li>3 - Many (~101 to 1000 deaths)</li>        <li>4 - Very many (over 1000 deaths)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"volMaxDeathsAmountOrder","in":"query","description":"<div>      <p>Description of Number of Deaths from the Volcanic Eruption</p>      <ul>        <li>0 - None</li>        <li>1 - Few (~1 to 50 deaths)</li>        <li>2 - Some (~51 to 100 deaths)</li>        <li>3 - Many (~101 to 1000 deaths)</li>        <li>4 - Very many (over 1000 deaths)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"volMinDamageMillionsDollars","in":"query","description":"Damage Millions of Dollars from the Eruption","required":false,"schema":{"type":"number","minimum":0}},{"name":"volMaxDamageMillionsDollars","in":"query","description":"Damage Millions of Dollars from the Eruption","required":false,"schema":{"type":"number","minimum":0}},{"name":"volMinDamageAmountOrder","in":"query","description":"<div>      <p>Description of Damage from the Eruption</p>      <ul>        <li>0 - None</li>        <li>1 - LIMITED (roughly corresponding to less than $1 million)</li>        <li>2 - MODERATE (~$1 to $5 million)</li>        <li>3 - SEVERE (~$5 to $25 million)</li>        <li>4 - EXTREME (~$25 million or more)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"volMaxDamageAmountOrder","in":"query","description":"<div>      <p>Description of Damage from the Eruption</p>      <ul>        <li>0 - None</li>        <li>1 - LIMITED (roughly corresponding to less than $1 million)</li>        <li>2 - MODERATE (~$1 to $5 million)</li>        <li>3 - SEVERE (~$5 to $25 million)</li>        <li>4 - EXTREME (~$25 million or more)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"volAssocEq","in":"query","required":false,"schema":{"type":"string"}},{"name":"volAssocTsu","in":"query","required":false,"schema":{"type":"string"}},{"name":"volNameStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"volNameMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"volNameInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"volNameNot","in":"query","required":false,"schema":{"type":"string"}},{"name":"volLocStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"volLocInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"volLocMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"volLocNot","in":"query","required":false,"schema":{"type":"string"}},{"name":"volCommentsInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"volCommentsMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"volCommentsStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"volCommentsNot","in":"query","required":false,"schema":{"type":"string"}},{"name":"volCommentsEnd","in":"query","required":false,"schema":{"type":"string"}},{"name":"volLocNameStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"volLocNameMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"volLocNameInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"volLocNameNot","in":"query","required":false,"schema":{"type":"string"}},{"name":"volLocCountry","in":"query","description":"The Country where the volcano is located.","required":false,"schema":{"type":"string"}},{"name":"volLocRegion","in":"query","description":"<div>      <p>Regional boundaries defined as follows:</p>      <p>        <p>          <ul>            <li>01 - Mediterranean and West Asia</li>            <li>02 - Africa and Red Sea</li>            <li>03 - Middle East and Indian Ocean</li>            <li>04 - New Zealand to Fiji</li>            <li>05 - Melanesia and Australia</li>            <li>06 - Indonesia</li>            <li>07 - Philippines and SE Asia</li>            <li>08 - Japan, Taiwan, Marianas</li>            <li>09 - Kuril Islands</li>            <li>10 - Kamchatka and Mainland Asia</li>            <li>11 - Alaska</li>            <li>12 - Canada and Western USA</li>            <li>13 - Hawaii and Pacific Ocean</li>            <li>14 - Mexico and Central America</li>            <li>15 - South America</li>            <li>16 - West Indies</li>            <li>17 - Iceland and Arctic Ocean</li>            <li>18 - Atlantic Ocean</li>            <li>19 - Antarctica</li>          </ul>        </p>      </p>    </div>","required":false,"schema":{"type":"string"}},{"name":"volLocMorphology","in":"query","description":"Volcano Type","required":false,"schema":{"type":"string"}},{"name":"volLocStatus","in":"query","description":"Volcano Status","required":false,"schema":{"type":"string"}},{"name":"volLocTimeErupt","in":"query","description":"<div>      <p>Time Erupt: The date of the last known eruption (from the Smithsonian Institution, Global Volcanism Program)</p>      <p>        <p>          <ul>            <li>D1 - Last known eruption 1964 or later</li>            <li>D2 - Last known eruption 1900-1963</li>            <li>D3 - Last known eruption 1800-1899</li>            <li>D4 - Last known eruption 1700-1799</li>            <li>D5 - Last known eruption 1500-1699</li>            <li>D6 - Last known eruption A.D. 1-1499</li>            <li>D7 - Last known eruption B.C. (Holocene)</li>            <li>U - Undated, but probable Holocene eruption</li>            <li>Q - Quaternary eruption(s) with the only known Holocene activity being hydrothermal</li>            <li>? - Uncertain Holocene eruption</li>          </ul>        </p>      </p>    </div>","required":false,"schema":{"type":"string"}},{"name":"tsuId","in":"query","description":"Tsunami Event Id","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"tsuMinId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"tsuMaxId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"tsuMinYear","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"tsuMaxYear","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"tsuRegionCode","in":"query","description":"<div>      <p>Regional boundaries defined as follows:</p>      <ul>          <li>87 - Alaska (including Aleutian Islands)</li>          <li>40 - Black Sea and Caspian Sea</li>          <li>74 - Caribbean Sea</li>          <li>78 - Central Africa</li>          <li>84 - China, North and South Korea, Philippines, Taiwan</li>          <li>81 - E Coast Australia, New Zealand, South Pacific Is.</li>          <li>75 - East Coast USA and Canada, St Pierre and Miquelon</li>          <li>76 - Gulf of America/Mexico</li>          <li>80 - Hawaii, Johnston Atoll, Midway I</li>          <li>60 - Indian Ocean (including west coast of Australia)</li>          <li>83 - Indonesia (Pacific Ocean) and Malaysia</li>          <li>85 - Japan</li>          <li>86 - Kamchatka and Kuril Islands</li>          <li>50 - Mediterranean Sea</li>          <li>82 - New Caledonia, New Guinea, Solomon Is., Vanuatu</li>          <li>73 - Northeast Atlantic Ocean</li>          <li>72 - Northwest Atlantic Ocean</li>          <li>30 - Red Sea and Persian Gulf</li>          <li>70 - Southeast Atlantic Ocean</li>          <li>71 - Southwest Atlantic Ocean</li>          <li>77 - West Coast of Africa</li>          <li>88 - West Coast of North and Central America</li>          <li>89 - West Coast of South America</li>      </ul>      <p>example: 87,30,89</p>    </div>","required":false,"schema":{"type":"string"}},{"name":"tsuCountry","in":"query","description":"The Country where the tsunami source occurred (For example enter: Japan or Russia).","required":false,"schema":{"type":"string"}},{"name":"tsuArea","in":"query","description":"The State, Province or Prefecture of the tsunami source.","required":false,"schema":{"type":"string"}},{"name":"tsuMinEventValidity","in":"query","description":"<div>      <p>Validity of the actual tsunami occurrence is indicated by a numerical rating of the reports of that event:</p>      <ul>        <li>-1 - erroneous entry</li>        <li>0 - None</li>        <li>1 - very doubtful tsunami</li>        <li>2 - questionable tsunami</li>        <li>3 - probable tsunami</li>        <li>4 - definite tsunami)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"tsuMaxEventValidity","in":"query","description":"<div>      <p>Validity of the actual tsunami occurrence is indicated by a numerical rating of the reports of that event:</p>      <ul>        <li>-1 - erroneous entry</li>        <li>0 - None</li>        <li>1 - very doubtful tsunami</li>        <li>2 - questionable tsunami</li>        <li>3 - probable tsunami</li>        <li>4 - definite tsunami)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"tsuMinCauseCode","in":"query","description":"<div>      <p>The source of the tsunami:</p>      <ul>        <li>0 - Unknown</li>        <li>1 - Earthquake</li>        <li>2 - Questionable Earthquake</li>        <li>3 - Earthquake and Landslide</li>        <li>4 - Volcano and Earthquake</li>        <li>5 - Volcano, Earthquake, and Landslide</li>        <li>6 - Volcano</li>        <li>7 - Volcano and Landslide</li>        <li>8 - Landslide</li>        <li>9 - Meteorological</li>        <li>10 - Explosion</li>        <li>11 - Astronomical Tide</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"tsuMaxCauseCode","in":"query","description":"<div>      <p>The source of the tsunami:</p>      <ul>        <li>0 - Unknown</li>        <li>1 - Earthquake</li>        <li>2 - Questionable Earthquake</li>        <li>3 - Earthquake and Landslide</li>        <li>4 - Volcano and Earthquake</li>        <li>5 - Volcano, Earthquake, and Landslide</li>        <li>6 - Volcano</li>        <li>7 - Volcano and Landslide</li>        <li>8 - Landslide</li>        <li>9 - Meteorological</li>        <li>10 - Explosion</li>        <li>11 - Astronomical Tide</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"tsuCauseCode","in":"query","description":"<div>      <p>The source of the tsunami:</p>      <ul>        <li>0 - Unknown</li>        <li>1 - Earthquake</li>        <li>2 - Questionable Earthquake</li>        <li>3 - Earthquake and Landslide</li>        <li>4 - Volcano and Earthquake</li>        <li>5 - Volcano, Earthquake, and Landslide</li>        <li>6 - Volcano</li>        <li>7 - Volcano and Landslide</li>        <li>8 - Landslide</li>        <li>9 - Meteorological</li>        <li>10 - Explosion</li>        <li>11 - Astronomical Tide</li>      </ul>      <p>example: 2,9,11</p>    </div>","required":false,"schema":{"type":"string"}},{"name":"tsuMinEqMagnitude","in":"query","description":"<p>Earthquake Magnitude </p> <p>Valid values: 0.0 to 9.9</p>","required":false,"schema":{"type":"number"}},{"name":"tsuMaxEqMagnitude","in":"query","description":"<p>Earthquake Magnitude </p> <p>Valid values: 0.0 to 9.9</p>","required":false,"schema":{"type":"number"}},{"name":"tsuRunupRegion","in":"query","description":"<div>      <p>Regional boundaries defined as follows:</p>      <ul>          <li>87 - Alaska (including Aleutian Islands)</li>          <li>40 - Black Sea and Caspian Sea</li>          <li>74 - Caribbean Sea</li>          <li>78 - Central Africa</li>          <li>84 - China, North and South Korea, Philippines, Taiwan</li>          <li>81 - E Coast Australia, New Zealand, South Pacific Is.</li>          <li>75 - East Coast USA and Canada, St Pierre and Miquelon</li>          <li>76 - Gulf of America/Mexico</li>          <li>80 - Hawaii, Johnston Atoll, Midway I</li>          <li>60 - Indian Ocean (including west coast of Australia)</li>          <li>83 - Indonesia (Pacific Ocean) and Malaysia</li>          <li>85 - Japan</li>          <li>86 - Kamchatka and Kuril Islands</li>          <li>50 - Mediterranean Sea</li>          <li>82 - New Caledonia, New Guinea, Solomon Is., Vanuatu</li>          <li>73 - Northeast Atlantic Ocean</li>          <li>72 - Northwest Atlantic Ocean</li>          <li>30 - Red Sea and Persian Gulf</li>          <li>70 - Southeast Atlantic Ocean</li>          <li>71 - Southwest Atlantic Ocean</li>          <li>77 - West Coast of Africa</li>          <li>88 - West Coast of North and Central America</li>          <li>89 - West Coast of South America</li>      </ul>      <p>example: 87,30,89</p>    </div>","required":false,"schema":{"type":"string"}},{"name":"tsuRunupCountry","in":"query","description":"The Country where the tsunami source occurred","required":false,"schema":{"type":"string"},"example":"Japan or Russia"},{"name":"tsuRunupArea","in":"query","description":"The State, Province or Prefecture of the tsunami source.","required":false,"schema":{"type":"string"}},{"name":"tsuLocStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"tsuLocInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"tsuLocMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"tsuLocNot","in":"query","required":false,"schema":{"type":"string"}},{"name":"tsuCommentsStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"tsuCommentsInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"tsuCommentsMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"tsuCommentsNot","in":"query","required":false,"schema":{"type":"string"}},{"name":"tsuRunupLocStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"tsuRunupLocInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"tsuRunupLocMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"tsuRunupLocNot","in":"query","required":false,"schema":{"type":"string"}},{"name":"tsuRunupMinDistance","in":"query","description":"Distance From Source (km)","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"tsuRunupMaxDistance","in":"query","description":"Distance From Source (km)","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"tsuRunupMinTravelTime","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"tsuRunupMaxTravelTime","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"tsuMinNumRunups","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"tsuMaxNumRunups","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"tsuMinMaxWaterHeight","in":"query","description":"<div>      <p>The maximum water height above sea level in meters for this event. If the type of measurement of the runup was a:</p>      <ul>        <li>Tide Gauge - half of the maximum height (minus the normal tide) of a tsunami wave recorded at the coast by a tide gauge.</li>        <li>Runup Height - the maximum elevation the wave reaches at the maximum inundation.</li>      </ul>    </div>","required":false,"schema":{"type":"number","minimum":0}},{"name":"tsuMaxMaxWaterHeight","in":"query","description":"<div>      <p>The maximum water height above sea level in meters for this event. If the type of measurement of the runup was a:</p>      <ul>        <li>Tide Gauge - half of the maximum height (minus the normal tide) of a tsunami wave recorded at the coast by a tide gauge.</li>        <li>Runup Height - the maximum elevation the wave reaches at the maximum inundation.</li>      </ul>    </div>","required":false,"schema":{"type":"number","minimum":0}},{"name":"tsuMinDeaths","in":"query","description":"Number of Deaths from the Tsunami","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"tsuMaxDeaths","in":"query","description":"Number of Deaths from the Tsunami","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"tsuMinDeathsAmountOrder","in":"query","description":"<div>      <p>Description of Deaths from the Tsunami</p>      <ul>        <li>0 - None</li>        <li>1 - Few (~1 to 50 deaths)</li>        <li>2 - Some (~51 to 100 deaths)</li>        <li>3 - Many (~101 to 1000 deaths)</li>        <li>4 - Very many (over 1000 deaths)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"tsuMaxDeathsAmountOrder","in":"query","description":"<div>      <p>Description of Deaths from the Tsunami</p>      <ul>        <li>0 - None</li>        <li>1 - Few (~1 to 50 deaths)</li>        <li>2 - Some (~51 to 100 deaths)</li>        <li>3 - Many (~101 to 1000 deaths)</li>        <li>4 - Very many (over 1000 deaths)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"tsuMinInjuries","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"tsuMaxInjuries","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"tsuMinInjuriesAmountOrder","in":"query","description":"Number of Injuries from the Tsunami","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"tsuMaxInjuriesAmountOrder","in":"query","description":"Number of Injuries from the Tsunami","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"tsuMinDamageMillionsDollars","in":"query","description":"Damage in Millions of Dollars from the Tsunami","required":false,"schema":{"type":"number","minimum":0}},{"name":"tsuMaxDamageMillionsDollars","in":"query","description":"Damage in Millions of Dollars from the Tsunami","required":false,"schema":{"type":"number","minimum":0}},{"name":"tsuMinDamageAmountOrder","in":"query","description":"<div>      <p>Description of Damage from the Tsunami</p>      <ul>        <li>0 - None</li>        <li>1 - LIMITED (roughly corresponding to less than $1 million)</li>        <li>2 - MODERATE (~$1 to $5 million)</li>        <li>3 - SEVERE (~$5 to $25 million)</li>        <li>4 - EXTREME (~$25 million or more)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"tsuMaxDamageAmountOrder","in":"query","description":"<div>      <p>Description of Damage from the Tsunami</p>      <ul>        <li>0 - None</li>        <li>1 - LIMITED (roughly corresponding to less than $1 million)</li>        <li>2 - MODERATE (~$1 to $5 million)</li>        <li>3 - SEVERE (~$5 to $25 million)</li>        <li>4 - EXTREME (~$25 million or more)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"tsuMinHousesDestroyed","in":"query","description":"Number of Houses Destroyed by the Tsunami","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"tsuMaxHousesDestroyed","in":"query","description":"Number of Houses Destroyed by the Tsunami","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"tsuMinHousesDestroyedAmountOrder","in":"query","description":"<div>      <p>Description of Houses Destroyed by the Tsunami</p>      <ul>        <li>0 - None</li>        <li>1 - Few (~1 to 50 houses)</li>        <li>2 - Some(~51 to 100 houses)</li>        <li>3 - Many (~101 to 1000 houses)</li>        <li>4 - Very many (over 1000 houses)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"tsuMaxHousesDestroyedAmountOrder","in":"query","description":"<div>      <p>Description of Houses Destroyed by the Tsunami</p>      <ul>        <li>0 - None</li>        <li>1 - Few (~1 to 50 houses)</li>        <li>2 - Some(~51 to 100 houses)</li>        <li>3 - Many (~101 to 1000 houses)</li>        <li>4 - Very many (over 1000 houses)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"tsuMinDeathsTotal","in":"query","description":"Total Number of Deaths from the Tsunami and Source Event","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"tsuMaxDeathsTotal","in":"query","description":"Total Number of Deaths from the Tsunami and Source Event","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"tsuMinDeathsAmountOrderTotal","in":"query","description":"<div>      <p>Description of Deaths from the Tsunami and the Source Event</p>      <ul>        <li>0 - None</li>        <li>1 - Few (~1 to 50 deaths)</li>        <li>2 - Some (~51 to 100 deaths)</li>        <li>3 - Many (~101 to 1000 deaths)</li>        <li>4 - Very many (over 1000 deaths)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"tsuMaxDeathsAmountOrderTotal","in":"query","description":"<div>      <p>Description of Deaths from the Tsunami and the Source Event</p>      <ul>        <li>0 - None</li>        <li>1 - Few (~1 to 50 deaths)</li>        <li>2 - Some (~51 to 100 deaths)</li>        <li>3 - Many (~101 to 1000 deaths)</li>        <li>4 - Very many (over 1000 deaths)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"tsuMinDamageMillionsDollarsTotal","in":"query","description":"Total Damage in Millions of Dollars from the Tsunami and the Source Event","required":false,"schema":{"type":"number","minimum":0}},{"name":"tsuMaxDamageMillionsDollarsTotal","in":"query","description":"Total Damage in Millions of Dollars from the Tsunami and the Source Event","required":false,"schema":{"type":"number","minimum":0}},{"name":"tsuMinDamageAmountOrderTotal","in":"query","description":"<div>      <p>Description of Damage from the Tsunami and the Source Event</p>      <ul>        <li>0 - None</li>        <li>1 - LIMITED (roughly corresponding to less than $1 million)</li>        <li>2 - MODERATE (~$1 to $5 million)</li>        <li>3 - SEVERE (~$5 to $25 million)</li>        <li>4 - EXTREME (~$25 million or more)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"tsuMaxDamageAmountOrderTotal","in":"query","description":"<div>      <p>Description of Damage from the Tsunami and the Source Event</p>      <ul>        <li>0 - None</li>        <li>1 - LIMITED (roughly corresponding to less than $1 million)</li>        <li>2 - MODERATE (~$1 to $5 million)</li>        <li>3 - SEVERE (~$5 to $25 million)</li>        <li>4 - EXTREME (~$25 million or more)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"tsuRunupMeasureType","in":"query","description":"<div>      <p>Type of Measurement</p>      <ul>        <li>1 - Water height - Eyewitness observation - the maximum elevation the wave.</li>        <li>2 - Tide Gauge - half of the maximum height (minus the normal tide)of a tsunami wave recorded at the coast by a tide gauge. Also called the amplitude.</li>        <li>3 - Deep Ocean Gauge - half of the maximum height (minus the normal tide) of a tsunami wave recorded in the open ocean by a seafloor bottom pressure recording system.</li>        <li>4 - Water height (Post-tsunami survey measurement) - the maximum elevation the wave.</li>        <li>5 - Runup Height (Post-tsunami survey measurement) - the maximum elevation the wave reaches at the maximum inundation.</li>        <li>6 - Atmospheric Wave - Tsunami-like phenomena generated by meteorological or atmospheric disturbances. These waves can be produced by atmospheric gravity waves, pressure jumps, frontal passages, squalls, gales, typhoons, hurricanes and other atmospheric sources. Meteotsunamis have the same temporal and spatial scales as tsunami waves and can similarly devastate coastal areas, especially in bays and inlets with strong amplification and well-defined resonant properties. Sometimes referred to as rissaga. The water height definition for an atmospheric wave depends on whether it was measured by a tide gauge (2), eyewitness (1), or field survey (4,5).</li>        <li>7 - Seiche - A standing wave oscillating in a partially or fully enclosed body of water. It may be initiated by long period seismic waves (an earthquake), wind and water waves, or a tsunami. The water height definition for a seiche depends on whether it was measured by a tide gauge (2), eyewitness (1), or field survey (4,5).</li>        <li>8 - Runup Height in Harbor (Post-tsunami survey measurement) - water height in the harbor.</li>        <li>9 - Splash mark (Post-tsunami survey measurement)</li>        <li>10 -  Flow Depth (Post-tsunami survey measurement) depth of the water.</li>      </ul>    </div>","required":false,"schema":{"type":"array","items":{"type":"integer","format":"int32"}}},{"name":"tsuRunupDoubtful","in":"query","description":"<div>      <p>Validity of Runup</p>      <ul>        <li>n - OK</li>        <li>y - Doubtful</li>        <li>m - Meteorological</li>        <li>a - Atmospheric</li>      </ul>    </div>","required":false,"schema":{"type":"string"}},{"name":"tsuRunupMinHeight","in":"query","description":"The minimum water height above sea level in meters.","required":false,"schema":{"type":"number","minimum":0}},{"name":"tsuRunupMaxHeight","in":"query","description":"The maximum water height above sea level in meters.","required":false,"schema":{"type":"number","minimum":0}},{"name":"tsuRunupMinTroughHt","in":"query","description":"The minimum water trough below sea level in meters. Trough is the lowest part of a wave.","required":false,"schema":{"type":"number","minimum":0}},{"name":"tsuRunupMaxTroughHt","in":"query","description":"The maximum water trough below sea level in meters. Trough is the lowest part of a wave.","required":false,"schema":{"type":"number","minimum":0}},{"name":"tsuRunupMinDeaths","in":"query","description":"Number of Deaths at the Runup Location","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"tsuRunupMaxDeaths","in":"query","description":"Number of Deaths at the Runup Location","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"tsuRunupMinDeathsAmountOrder","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"tsuRunupMaxDeathsAmountOrder","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"tsuRunupMinInjuries","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"tsuRunupMaxInjuries","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"tsuRunupMinInjuriesAmountOrder","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"tsuRunupMaxInjuriesAmountOrder","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"tsuRunupMinDamageMillionsDollars","in":"query","required":false,"schema":{"type":"number","minimum":0}},{"name":"tsuRunupMaxDamageMillionsDollars","in":"query","required":false,"schema":{"type":"number","minimum":0}},{"name":"tsuRunupMinDamageAmountOrder","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"tsuRunupMaxDamageAmountOrder","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"tsuRunupMinHousesDestroyed","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"tsuRunupMaxHousesDestroyed","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"tsuRunupMinHousesDestroyedAmountOrder","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"tsuRunupMaxHousesDestroyedAmountOrder","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"tsuAssocDeposits","in":"query","required":false,"schema":{"type":"string"}},{"name":"depId","in":"query","description":"Tsunami Deposit Id","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"depMinId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"depMaxId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"depMinYear","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"depMaxYear","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"depPublicationType","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"depMinGeologicAgeId","in":"query","description":"Geologic Age","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"depMaxGeologicAgeId","in":"query","description":"Geologic Age","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"depBodyOfWater","in":"query","description":"Body of Water","required":false,"schema":{"type":"string"}},{"name":"depCountry","in":"query","required":false,"schema":{"type":"string"}},{"name":"depMinLatitude","in":"query","description":"Latitude: 0 to 90 (Northern Hemisphere) -90 to 0 (Southern Hemisphere)","required":false,"schema":{"type":"number"}},{"name":"depMaxLatitude","in":"query","description":"Latitude: 0 to 90 (Northern Hemisphere) -90 to 0 (Southern Hemisphere)","required":false,"schema":{"type":"number"}},{"name":"depMinLongitude","in":"query","description":"Longitude: 0 to 180 (Eastern Hemisphere) -180 to 0 (Western Hemisphere)","required":false,"schema":{"type":"number"}},{"name":"depMaxLongitude","in":"query","description":"Longitude: 0 to 180 (Eastern Hemisphere) -180 to 0 (Western Hemisphere)","required":false,"schema":{"type":"number"}},{"name":"depAuthorStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"depAuthorInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"depAuthorMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"depAuthorNot","in":"query","required":false,"schema":{"type":"string"}},{"name":"depEventStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"depEventInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"depEventMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"depEventNot","in":"query","required":false,"schema":{"type":"string"}},{"name":"depLocStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"depLocInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"depLocMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"depLocNot","in":"query","required":false,"schema":{"type":"string"}},{"name":"runupId","in":"query","description":"Tsunami Runup Id","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"runupMinId","in":"query","required":false,"schema":{"type":"integer","format":"int64","minimum":0}},{"name":"runupMaxId","in":"query","required":false,"schema":{"type":"integer","format":"int64","minimum":0}},{"name":"runupSourceDay","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"runupSourceYear","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"runupSourceMinYear","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"runupSourceMaxYear","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"runupSourceRegionCode","in":"query","description":"<div>      <p>Regional boundaries defined as follows:</p>      <ul>          <li>87 - Alaska (including Aleutian Islands)</li>          <li>40 - Black Sea and Caspian Sea</li>          <li>74 - Caribbean Sea</li>          <li>78 - Central Africa</li>          <li>84 - China, North and South Korea, Philippines, Taiwan</li>          <li>81 - E Coast Australia, New Zealand, South Pacific Is.</li>          <li>75 - East Coast USA and Canada, St Pierre and Miquelon</li>          <li>76 - Gulf of America/Mexico</li>          <li>80 - Hawaii, Johnston Atoll, Midway I</li>          <li>60 - Indian Ocean (including west coast of Australia)</li>          <li>83 - Indonesia (Pacific Ocean) and Malaysia</li>          <li>85 - Japan</li>          <li>86 - Kamchatka and Kuril Islands</li>          <li>50 - Mediterranean Sea</li>          <li>82 - New Caledonia, New Guinea, Solomon Is., Vanuatu</li>          <li>73 - Northeast Atlantic Ocean</li>          <li>72 - Northwest Atlantic Ocean</li>          <li>30 - Red Sea and Persian Gulf</li>          <li>70 - Southeast Atlantic Ocean</li>          <li>71 - Southwest Atlantic Ocean</li>          <li>77 - West Coast of Africa</li>          <li>88 - West Coast of North and Central America</li>          <li>89 - West Coast of South America</li>      </ul>      <p>example: 87,30,89</p>    </div>","required":false,"schema":{"type":"string"}},{"name":"runupSourceCountry","in":"query","description":"The Country where the tsunami source occurred (For example enter: Japan or Russia).","required":false,"schema":{"type":"string"}},{"name":"runupSourceArea","in":"query","description":"The State, Province or Prefecture of the tsunami source.","required":false,"schema":{"type":"string"}},{"name":"runupSourceMinEventValidity","in":"query","description":"<div>      <p>Validity of the actual tsunami occurrence is indicated by a numerical rating of the reports of that event:</p>      <ul>        <li>-1 - erroneous entry</li>        <li>0 - None</li>        <li>1 - very doubtful tsunami</li>        <li>2 - questionable tsunami</li>        <li>3 - probable tsunami</li>        <li>4 - definite tsunami)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"runupSourceMaxEventValidity","in":"query","description":"<div>      <p>Validity of the actual tsunami occurrence is indicated by a numerical rating of the reports of that event:</p>      <ul>        <li>-1 - erroneous entry</li>        <li>0 - None</li>        <li>1 - very doubtful tsunami</li>        <li>2 - questionable tsunami</li>        <li>3 - probable tsunami</li>        <li>4 - definite tsunami)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"runupSourceMinCauseCode","in":"query","description":"<div>      <p>The source of the tsunami:</p>      <ul>        <li>0 - Unknown</li>        <li>1 - Earthquake</li>        <li>2 - Questionable Earthquake</li>        <li>3 - Earthquake and Landslide</li>        <li>4 - Volcano and Earthquake</li>        <li>5 - Volcano, Earthquake, and Landslide</li>        <li>6 - Volcano</li>        <li>7 - Volcano and Landslide</li>        <li>8 - Landslide</li>        <li>9 - Meteorological</li>        <li>10 - Explosion</li>        <li>11 - Astronomical Tide</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"runupSourceMaxCauseCode","in":"query","description":"<div>      <p>The source of the tsunami:</p>      <ul>        <li>0 - Unknown</li>        <li>1 - Earthquake</li>        <li>2 - Questionable Earthquake</li>        <li>3 - Earthquake and Landslide</li>        <li>4 - Volcano and Earthquake</li>        <li>5 - Volcano, Earthquake, and Landslide</li>        <li>6 - Volcano</li>        <li>7 - Volcano and Landslide</li>        <li>8 - Landslide</li>        <li>9 - Meteorological</li>        <li>10 - Explosion</li>        <li>11 - Astronomical Tide</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"runupSourceOceanicTsunmai","in":"query","required":false,"schema":{"type":"boolean"}},{"name":"runupSourceMinEqMagnitude","in":"query","description":"<p>Earthquake Magnitude </p> <p>Valid values: 0.0 to 9.9</p>","required":false,"schema":{"type":"number"}},{"name":"runupSourceMaxEqMagnitude","in":"query","description":"<p>Earthquake Magnitude </p> <p>Valid values: 0.0 to 9.9</p>","required":false,"schema":{"type":"number"}},{"name":"runupRegionCode","in":"query","description":"<div>      <p>Regional boundaries defined as follows:</p>      <ul>          <li>87 - Alaska (including Aleutian Islands)</li>          <li>40 - Black Sea and Caspian Sea</li>          <li>74 - Caribbean Sea</li>          <li>78 - Central Africa</li>          <li>84 - China, North and South Korea, Philippines, Taiwan</li>          <li>81 - E Coast Australia, New Zealand, South Pacific Is.</li>          <li>75 - East Coast USA and Canada, St Pierre and Miquelon</li>          <li>76 - Gulf of America/Mexico</li>          <li>80 - Hawaii, Johnston Atoll, Midway I</li>          <li>60 - Indian Ocean (including west coast of Australia)</li>          <li>83 - Indonesia (Pacific Ocean) and Malaysia</li>          <li>85 - Japan</li>          <li>86 - Kamchatka and Kuril Islands</li>          <li>50 - Mediterranean Sea</li>          <li>82 - New Caledonia, New Guinea, Solomon Is., Vanuatu</li>          <li>73 - Northeast Atlantic Ocean</li>          <li>72 - Northwest Atlantic Ocean</li>          <li>30 - Red Sea and Persian Gulf</li>          <li>70 - Southeast Atlantic Ocean</li>          <li>71 - Southwest Atlantic Ocean</li>          <li>77 - West Coast of Africa</li>          <li>88 - West Coast of North and Central America</li>          <li>89 - West Coast of South America</li>      </ul>      <p>example: 87,30,89</p>    </div>","required":false,"schema":{"type":"string"}},{"name":"runupCountry","in":"query","required":false,"schema":{"type":"string"}},{"name":"runupArea","in":"query","required":false,"schema":{"type":"string"}},{"name":"runupRunupCountry","in":"query","description":"The country where the tsunami effects were observed.","required":false,"schema":{"type":"string"}},{"name":"runupRunupArea","in":"query","description":"The State, Province or Prefecture where the tsunami effects were observed.","required":false,"schema":{"type":"string"}},{"name":"runupMinDistFromSource","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"runupMaxDistFromSource","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"runupMinLatitude","in":"query","description":"Latitude: 0 to 90 (Northern Hemisphere) -90 to 0 (Southern Hemisphere)","required":false,"schema":{"type":"number"}},{"name":"runupMaxLatitude","in":"query","description":"Latitude: 0 to 90 (Northern Hemisphere) -90 to 0 (Southern Hemisphere)","required":false,"schema":{"type":"number"}},{"name":"runupMinLongitude","in":"query","description":"Longitude: 0 to 180 (Eastern Hemisphere) -180 to 0 (Western Hemisphere)","required":false,"schema":{"type":"number"}},{"name":"runupMaxLongitude","in":"query","description":"Longitude: 0 to 180 (Eastern Hemisphere) -180 to 0 (Western Hemisphere)","required":false,"schema":{"type":"number"}},{"name":"runupTypeMeasurementId","in":"query","description":"<div>      <p>Type of Measurement</p>      <p>Valid values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10</p>      <ul>        <li>1 - Water height - Eyewitness observation - the maximum elevation the wave.</li>        <li>2 - Tide Gauge - half of the maximum height (minus the normal tide)of a tsunami wave recorded at the coast by a tide gauge. Also called the amplitude.</li>        <li>3 - Deep Ocean Gauge - half of the maximum height (minus the normal tide) of a tsunami wave recorded in the open ocean by a seafloor bottom pressure recording system.</li>        <li>4 - Water height (Post-tsunami survey measurement) - the maximum elevation the wave.</li>        <li>5 - Runup Height (Post-tsunami survey measurement) - the maximum elevation the wave reaches at the maximum inundation.</li>        <li>6 - Atmospheric Wave - Tsunami-like phenomena generated by meteorological or atmospheric disturbances. These waves can be produced by atmospheric gravity waves, pressure jumps, frontal passages, squalls, gales, typhoons, hurricanes and other atmospheric sources. Meteotsunamis have the same temporal and spatial scales as tsunami waves and can similarly devastate coastal areas, especially in bays and inlets with strong amplification and well-defined resonant properties. Sometimes referred to as rissaga. The water height definition for an atmospheric wave depends on whether it was measured by a tide gauge (2), eyewitness (1), or field survey (4,5).</li>        <li>7 - Seiche - A standing wave oscillating in a partially or fully enclosed body of water. It may be initiated by long period seismic waves (an earthquake), wind and water waves, or a tsunami. The water height definition for a seiche depends on whether it was measured by a tide gauge (2), eyewitness (1), or field survey (4,5).</li>        <li>8 - Runup Height in Harbor (Post-tsunami survey measurement) - water height in the harbor.</li>        <li>9 - Splash mark (Post-tsunami survey measurement)</li>        <li>10 -  Flow Depth (Post-tsunami survey measurement) depth of the water.</li>      </ul>    </div>","required":false,"schema":{"type":"array","items":{"type":"integer","format":"int32"}}},{"name":"runupMinRunupHt","in":"query","description":"The maximum water height above sea level in meters.","required":false,"schema":{"type":"number","minimum":0}},{"name":"runupMaxRunupHt","in":"query","description":"The maximum water height above sea level in meters.","required":false,"schema":{"type":"number","minimum":0}},{"name":"runupMinTroughHt","in":"query","description":"The maximum water trough below sea level in meters. Trough is the lowest part of a wave.","required":false,"schema":{"type":"number","minimum":0}},{"name":"runupMaxTroughHt","in":"query","description":"The maximum water trough below sea level in meters. Trough is the lowest part of a wave.","required":false,"schema":{"type":"number","minimum":0}},{"name":"runupMinDeaths","in":"query","description":"Number of Deaths at the Runup Location","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"runupMaxDeaths","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"runupMinDeathsAmountOrder","in":"query","description":"Number of Deaths at the Runup Location","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"runupMaxDeathsAmountOrder","in":"query","description":"<div>      <p>Description of Deaths from the Tsunami at the Runup Location</p>      <ul>        <li>0 - None</li>        <li>1 - Few (~1 to 50 deaths)</li>        <li>2 - Some (~51 to 100 deaths)</li>        <li>3 - Many (~101 to 1000 deaths)</li>        <li>4 - Very many (over 1000 deaths)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"runupMinDamageMillionsDollars","in":"query","description":"Damage Millions of Dollars from the Tsunami at the Runup Location","required":false,"schema":{"type":"number","minimum":0}},{"name":"runupMaxDamageMillionsDollars","in":"query","description":"Damage Millions of Dollars from the Tsunami at the Runup Location","required":false,"schema":{"type":"number","minimum":0}},{"name":"runupMinDamageAmountOrder","in":"query","description":"<div>      <p>Description of Damage from the Tsunami at the Runup Location</p>      <ul>        <li>0 - None</li>        <li>1 - LIMITED (roughly corresponding to less than $1 million)</li>        <li>2 - MODERATE (~$1 to $5 million)</li>        <li>3 - SEVERE (~$5 to $25 million)</li>        <li>4 - EXTREME (~$25 million or more)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"runupMaxDamageAmountOrder","in":"query","description":"<div>      <p>Description of Damage from the Tsunami at the Runup Location</p>      <ul>        <li>0 - None</li>        <li>1 - LIMITED (roughly corresponding to less than $1 million)</li>        <li>2 - MODERATE (~$1 to $5 million)</li>        <li>3 - SEVERE (~$5 to $25 million)</li>        <li>4 - EXTREME (~$25 million or more)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"runupMinInjuries","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"runupMaxInjuries","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"runupMinInjuriesAmountOrder","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"runupMaxInjuriesAmountOrder","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"runupMinHousesDestroyed","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"runupMaxHousesDestroyed","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"runupMinHousesDestroyedAmountOrder","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"runupMaxHousesDestroyedAmountOrder","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"runupMinHousesDamaged","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"runupMaxHousesDamaged","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"runupMinHousesDamagedAmountOrder","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"runupMaxHousesDamagedAmountOrder","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"runupMinTravHours","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"runupMaxTravHours","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"runupDoubtful","in":"query","required":false,"schema":{"type":"string"}},{"name":"runupMinRunupHoriz","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"runupMaxRunupHoriz","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"runupCommentsStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"runupCommentsInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"runupCommentsMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"runupCommentsNot","in":"query","required":false,"schema":{"type":"string"}},{"name":"runupLocStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"runupLocInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"runupLocMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"runupLocNot","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewReferenceView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/earthquakes":{"get":{"tags":["Earthquakes"],"summary":"List Earthquakes","description":"Cite as: National Geophysical Data Center / World Data Service (NGDC/WDS): NCEI/WDS Global Significant Earthquake Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G012153\">doi:10.7289/V5TD9V7K</a> [access date]","operationId":"getAllEarthquakes","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"order","in":"query","description":"<div>      <p>The order the results are sorted by.</p>      <p>examples: </p>      <ul>        <li>year:asc</li>        <li>month:desc</li>    </div>","required":false,"schema":{"type":"array","items":{"type":"string"},"maxItems":2147483647,"minItems":1}},{"name":"op","in":"query","required":false,"schema":{"type":"string","enum":["and","or"]}},{"name":"eqAssoc","in":"query","required":false,"schema":{"type":"string"}},{"name":"id","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"minId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"maxId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"day","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"month","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"year","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"minYear","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"maxYear","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"region","in":"query","description":"<div>      <p>Regional boundaries defined as follows:</p>      <p>        <p>          <ul>            <li>150 - North America and Hawaii:</li>            <ul>              <li>(Canada, Mexico,USA)</li>            </ul>            <li>100 - Central America:</li>            <ul>              <li>(Costa Rica,El Salvador,Guatemala,Honduras,Nicaragua,Panama)</li>            </ul>            <li>90 - Caribbean:</li>            <ul>              <li>                (Antigua and Barbuda, Barbados, Cuba, Dominican Republic, French Guiana, Grenada, Guadeloupe, Haiti, Jamaica, Martinique, Puerto Rico, Saint Lucia, Saint Vincent and the Grenadines, Trinidad and Tobago, U.S. Virgin Islands)              </li>            </ul>            <li>160 - South America:</li>            <ul>              <li>(Argentina,Bolivia,Brazil,Chile,Colombia,Ecuador,Peru,Venezuela)</li>            </ul>            <li>70 - Atlantic Ocean</li>            <li>15 - Northern Africa:</li>            <ul>              <li>(Algeria, Egypt, Libya, Morocco, Sudan, Tunisia)</li>            </ul>            <li>10 - Central, Western and S. Africa:</li>            <ul>              <li>                Burundi, Cameroon, Canary Islands, Central African Republic, Congo, Coite DIvoire, Ethiopia, Gabon, Ghana,                Guinea, Guyana, Malawi, Mozambique, Rwanda, Sierra Leone, South Africa Tanzania, Togo, Uganda, Zambia)</li>            </ul>            <li>20 - Antarctica</li>            <li>120 - Northern and Western Europe:</li>            <ul>              <li>                (Austria, Belgium, France, Germany, Iceland, Netherlands, Switzerland, United Kingdom)              </li>            </ul>            <li>130 - Southern Europe:</li>            <ul>              <li>                (Azores (Portugal), Black Sea, Bosnia-Herzegovina, Croatia, Cyprus, Greece, Italy, Macedonia, Portugal, Serbia and Montenegro, Slovenia, Spain)              </li>            </ul>            <li>110 - Eastern Europe:</li>            <ul>              <li>                (Bulgaria, Hungary, Poland, Romania, Slovakia, Ukraine)              </li>            </ul>            <li>140 - Middle East:</li>            <ul>              <li>                (Iran, Iraq, Israel, Jordan, Lebanon,Saudi Arabia,Syria, Turkey, Yemen) </li>            </ul>            <li>40 - Central Asia and Caucasus:</li>            <ul>              <li> (Afghanistan, Armenia, Azerbaijan, Black Sea, Western China, Georgia, Kazakhstan, Kyrgyzstan, Mongolia, Russia, Tajikistan, Turkmenistan, Uzbekistan) </li>            </ul>            <li>30 - East Asia:</li>            <ul>              <li>(Eastern China, East China Sea, Japan, Japan Sea, North Korea, South Korea, Taiwan, Yellow Sea)</li>            </ul>            <li>60 - S. and SE. Asia and Indian Ocean:</li>            <ul>              <li>(Bangladesh, Bhutan, India, Indian Ocean, Myanmar (Burma), Nepal, Pakistan, Sri Lanka, Thailand, Vietnam)</li>            </ul>            <li>170 - Central and South Pacific:</li>            <ul>              <li>(Australia, Caroline Islands, Celebes Sea, Cook Islands, Fiji, French Polynesia, Guam, Indonesia,                Kermadec Islands (New Zealand), Kiribati, Malaysia, Rep. of Marshall Islands, Fed. States of Micronesia,                New Caledonia, New Zealand, Northern Mariana Islands, Pacific Ocean, Papua New Guinea, Philippines,                 Samoa, Solomon Islands, Solomon sea, South china sea, South Georgia and the South Sandwich Islands, Tasman Sea, Timor Sea, Tonga, Vanuatu)</li>            </ul>            <li>80 - Bering Sea</li>            <li>50 - Kamchatka and Kuril Islands</li>          </ul>        </p>      </p>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"country","in":"query","description":"The country where the earthquake effects were observed.","required":false,"schema":{"type":"string"}},{"name":"area","in":"query","description":"The State, Province or Prefecture where the earthquake effects were observed.","required":false,"schema":{"type":"string"}},{"name":"locStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"locMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"locInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"locNot","in":"query","required":false,"schema":{"type":"string"}},{"name":"minLatitude","in":"query","description":"Latitude: 0 to 90 (Northern Hemisphere) -90 to 0 (Southern Hemisphere)","required":false,"schema":{"type":"number"}},{"name":"maxLatitude","in":"query","description":"Latitude: 0 to 90 (Northern Hemisphere) -90 to 0 (Southern Hemisphere)","required":false,"schema":{"type":"number"}},{"name":"minLongitude","in":"query","description":"Longitude: 0 to 180 (Eastern Hemisphere) -180 to 0 (Western Hemisphere)","required":false,"schema":{"type":"number"}},{"name":"maxLongitude","in":"query","description":"Longitude: 0 to 180 (Eastern Hemisphere) -180 to 0 (Western Hemisphere)","required":false,"schema":{"type":"number"}},{"name":"minEqMagnitude","in":"query","description":"<p>The magnitude is a measure of seismic energy. The magnitude scale is logarithmic. An increase of one in magnitude represents a tenfold increase in the recorded wave amplitude. However, the energy release associated with an increase of one in magnitude is not tenfold, but about thirtyfold. For example, approximately 900 times more energy is released in an earthquake of magnitude 7 than in an earthquake of magnitude 5. Each increase in magnitude of one unit is equivalent to an increase of seismic energy of about 1.6 x 10,000,000,000,000 ergs.</p> <p>Valid values: 0.0 to 9.9</p>","required":false,"schema":{"type":"number"}},{"name":"maxEqMagnitude","in":"query","description":"<p>The magnitude is a measure of seismic energy. The magnitude scale is logarithmic. An increase of one in magnitude represents a tenfold increase in the recorded wave amplitude. However, the energy release associated with an increase of one in magnitude is not tenfold, but about thirtyfold. For example, approximately 900 times more energy is released in an earthquake of magnitude 7 than in an earthquake of magnitude 5. Each increase in magnitude of one unit is equivalent to an increase of seismic energy of about 1.6 x 10,000,000,000,000 ergs.</p> <p>Valid values: 0.0 to 9.9</p>","required":false,"schema":{"type":"number"}},{"name":"minIntensity","in":"query","description":"<div>      <p>MMI Intensity</p>      <ul>        <li>1 - Not felt except by a very few under especially favorable circumstances.</li>        <li>2 - Felt only by a few persons at rest, especially on upper floors of buildings. Delicately suspended objects may swing</li>        <li>3 - Felt quite noticeably indoors, especially on upper floors of buildings, but many people do not recognize it as an earthquake. Standing motor cars may rock slightly. Vibration like passing truck. Duration estimated.</li>        <li>4 - During the day felt indoors by many, outdoors by few. At night some awakened. Dishes, windows, and doors disturbed; walls make creaking sound. Sensation like heavy truck striking building. Standing motorcars rock noticeably</li>        <li>5 - Felt by nearly everyone; many awakened. Some dishes, windows, etc., broken; a few instances of cracked plaster; unstable objects overturned. Disturbance of trees, poles, and other tall objects sometimes noticed. Pendulum clocks may stop.</li>        <li>6 - Felt by all; many frightened and run outdoors. Some heavy furniture moved; a few instances of fallen plaster or damaged chimneys. Damage slight.</li>        <li>7 - Everybody runs outdoors. Damage negligible in buildings of good design and construction slight to moderate in well built ordinary structures; considerable in poorly built or badly designed structures. Some chimneys broken. Noticed by persons driving motor cars.</li>        <li>8 - Damage slight in specially designed structures; considerable in ordinary substantial buildings, with partial collapse; great in poorly built structures. Panel walls thrown out of frame structures. Fall of chimneys, factory stacks, columns, monuments, walls. Heavy furniture overturned. Sand and mud ejected in small amounts. Changes in well water. Persons driving motor cars disturbed.</li>        <li>9 - Damage considerable in specially designed structures; well-designed frame structures thrown out of plumb; great in substantial buildings, with partial collapse. Buildings shifted off foundations. Ground cracked conspicuously. Underground pipes broken.</li>        <li>10 - Some well-built wooden structures destroyed; most masonry and frame structures destroyed with foundations; ground badly cracked. Rails bent. Landslides considerable from river banks and steep slopes. Shifted sand and mud. Water splashed over banks.</li>        <li>11 - Few, if any (masonry), structures remain standing. Bridges destroyed. Broad fissures in ground. Underground pipelines completely out of service. Earth slumps and land slips in soft ground. Rails bent greatly.</li>        <li>12 - Damage total. Waves seen on ground surfaces. Lines of sight and level distorted. Objects thrown upward into the air.</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32","maximum":12,"minimum":1}},{"name":"maxIntensity","in":"query","description":"<div>      <p>MMI Intensity</p>      <ul>        <li>1 - Not felt except by a very few under especially favorable circumstances.</li>        <li>2 - Felt only by a few persons at rest, especially on upper floors of buildings. Delicately suspended objects may swing</li>        <li>3 - Felt quite noticeably indoors, especially on upper floors of buildings, but many people do not recognize it as an earthquake. Standing motor cars may rock slightly. Vibration like passing truck. Duration estimated.</li>        <li>4 - During the day felt indoors by many, outdoors by few. At night some awakened. Dishes, windows, and doors disturbed; walls make creaking sound. Sensation like heavy truck striking building. Standing motorcars rock noticeably</li>        <li>5 - Felt by nearly everyone; many awakened. Some dishes, windows, etc., broken; a few instances of cracked plaster; unstable objects overturned. Disturbance of trees, poles, and other tall objects sometimes noticed. Pendulum clocks may stop.</li>        <li>6 - Felt by all; many frightened and run outdoors. Some heavy furniture moved; a few instances of fallen plaster or damaged chimneys. Damage slight.</li>        <li>7 - Everybody runs outdoors. Damage negligible in buildings of good design and construction slight to moderate in well built ordinary structures; considerable in poorly built or badly designed structures. Some chimneys broken. Noticed by persons driving motor cars.</li>        <li>8 - Damage slight in specially designed structures; considerable in ordinary substantial buildings, with partial collapse; great in poorly built structures. Panel walls thrown out of frame structures. Fall of chimneys, factory stacks, columns, monuments, walls. Heavy furniture overturned. Sand and mud ejected in small amounts. Changes in well water. Persons driving motor cars disturbed.</li>        <li>9 - Damage considerable in specially designed structures; well-designed frame structures thrown out of plumb; great in substantial buildings, with partial collapse. Buildings shifted off foundations. Ground cracked conspicuously. Underground pipes broken.</li>        <li>10 - Some well-built wooden structures destroyed; most masonry and frame structures destroyed with foundations; ground badly cracked. Rails bent. Landslides considerable from river banks and steep slopes. Shifted sand and mud. Water splashed over banks.</li>        <li>11 - Few, if any (masonry), structures remain standing. Bridges destroyed. Broad fissures in ground. Underground pipelines completely out of service. Earth slumps and land slips in soft ground. Rails bent greatly.</li>        <li>12 - Damage total. Waves seen on ground surfaces. Lines of sight and level distorted. Objects thrown upward into the air.</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32","maximum":12,"minimum":1}},{"name":"minEqDepth","in":"query","description":"Focal Depth (km)","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"maxEqDepth","in":"query","description":"Focal Depth (km)","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"minDeaths","in":"query","description":"Number of Deaths from the Earthquake","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"maxDeaths","in":"query","description":"Number of Deaths from the Earthquake","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"minDeathsAmountOrder","in":"query","description":"<div>      <p>Description of Deaths from the Earthquake</p>      <ul>        <li>0 - None</li>        <li>1 - Few (~1 to 50 deaths)</li>        <li>2 - Some (~51 to 100 deaths)</li>        <li>3 - Many (~101 to 1000 deaths)</li>        <li>4 - Very many (over 1000 deaths)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"maxDeathsAmountOrder","in":"query","description":"<div>      <p>Description of Deaths from the Earthquake</p>      <ul>        <li>0 - None</li>        <li>1 - Few (~1 to 50 deaths)</li>        <li>2 - Some (~51 to 100 deaths)</li>        <li>3 - Many (~101 to 1000 deaths)</li>        <li>4 - Very many (over 1000 deaths)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"minDamageMillionsDollars","in":"query","description":"Damage in Millions of Dollars from the Earthquake","required":false,"schema":{"type":"number","minimum":0}},{"name":"maxDamageMillionsDollars","in":"query","description":"Damage in Millions of Dollars from the Earthquake","required":false,"schema":{"type":"number","minimum":0}},{"name":"minDamageAmountOrder","in":"query","description":"<div>      <p>Description of Damage from the Earthquake</p>      <ul>        <li>0 - None</li>        <li>1 - LIMITED (roughly corresponding to less than $1 million)</li>        <li>2 - MODERATE (~$1 to $5 million)</li>        <li>3 - SEVERE (~$5 to $25 million)</li>        <li>4 - EXTREME (~$25 million or more)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"maxDamageAmountOrder","in":"query","description":"<div>      <p>Description of Damage from the Earthquake</p>      <ul>        <li>0 - None</li>        <li>1 - LIMITED (roughly corresponding to less than $1 million)</li>        <li>2 - MODERATE (~$1 to $5 million)</li>        <li>3 - SEVERE (~$5 to $25 million)</li>        <li>4 - EXTREME (~$25 million or more)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"assocVol","in":"query","description":"Associated Volcano","required":false,"schema":{"type":"string"}},{"name":"assocTsu","in":"query","description":"Associated Tsunami or Seiche","required":false,"schema":{"type":"string"}},{"name":"minDeathsTotal","in":"query","description":"Maximum Total Number of Deaths from the Earthquake and secondary effects (eg Tsunami)","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"maxDeathsTotal","in":"query","description":"Maximum Total Number of Deaths from the Earthquake and secondary effects (eg Tsunami)","required":false,"schema":{"type":"integer","format":"int32","minimum":0}},{"name":"minDeathsAmountOrderTotal","in":"query","description":"<div>      <p>Description of Deaths from the Earthquake and secondary effects (eg Tsunami)</p>      <ul>        <li>0 - None</li>        <li>1 - Few (~1 to 50 deaths)</li>        <li>2 - Some (~51 to 100 deaths)</li>        <li>3 - Many (~101 to 1000 deaths)</li>        <li>4 - Very many (over 1000 deaths)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"maxDeathsAmountOrderTotal","in":"query","description":"<div>      <p>Description of Deaths from the Earthquake and secondary effects (eg Tsunami)</p>      <ul>        <li>0 - None</li>        <li>1 - Few (~1 to 50 deaths)</li>        <li>2 - Some (~51 to 100 deaths)</li>        <li>3 - Many (~101 to 1000 deaths)</li>        <li>4 - Very many (over 1000 deaths)</li>      </ul>    </div>","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"commentsStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"commentsMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"commentsInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"commentsNot","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewEarthquakeView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/volcanoes/{id}/tsunamis":{"get":{"tags":["Volcanoes"],"operationId":"getTsunamis","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"order","in":"query","description":"<div>      <p>The order the results are sorted by.</p>      <p>examples: </p>      <ul>        <li>year:asc</li>        <li>month:desc</li>    </div>","required":false,"schema":{"type":"array","items":{"type":"string"},"maxItems":2147483647,"minItems":1}},{"name":"List Tsunamis ","in":"query","description":"Cite as: National Geophysical Data Center / World Data Service (NGDC/WDS): NCEI/WDS Global Significant Volcanic Eruptions Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G10147\">doi:10.7289/V5JW8BSH</a> [access date]"}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewTsunamiEventView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/volcanoes/{id}/references":{"get":{"tags":["Volcanoes"],"operationId":"getReferences_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"order","in":"query","description":"<div>      <p>The order the results are sorted by.</p>      <p>examples: </p>      <ul>        <li>year:asc</li>        <li>month:desc</li>    </div>","required":false,"schema":{"type":"array","items":{"type":"string"},"maxItems":2147483647,"minItems":1}},{"name":"List References","in":"query","description":"Cite as: National Geophysical Data Center / World Data Service (NGDC/WDS): NCEI/WDS Global Significant Volcanic Eruptions Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G10147\">doi:10.7289/V5JW8BSH</a> [access date]"}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewReferenceView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/volcanoes/{id}/location":{"get":{"tags":["Volcanoes"],"operationId":"getLocation","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"order","in":"query","description":"<div>      <p>The order the results are sorted by.</p>      <p>examples: </p>      <ul>        <li>year:asc</li>        <li>month:desc</li>    </div>","required":false,"schema":{"type":"array","items":{"type":"string"},"maxItems":2147483647,"minItems":1}},{"name":"Show Volcano Location","in":"query","description":"Cite as: National Geophysical Data Center / World Data Service (NGDC/WDS): NCEI/WDS Global Significant Volcanic Eruptions Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G10147\">doi:10.7289/V5JW8BSH</a> [access date]"}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VolcanoLocationView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/volcanoes/{id}/info":{"get":{"tags":["Volcanoes"],"operationId":"getMoreInfo","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"Volcano Details","in":"query","description":"Cite as: National Geophysical Data Center / World Data Service (NGDC/WDS): NCEI/WDS Global Significant Volcanic Eruptions Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G10147\">doi:10.7289/V5JW8BSH</a> [access date]"}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/VolcanoEventInfoView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/volcanoes/{id}/earthquakes":{"get":{"tags":["Volcanoes"],"operationId":"getEarthquakes","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"order","in":"query","description":"<div>      <p>The order the results are sorted by.</p>      <p>examples: </p>      <ul>        <li>year:asc</li>        <li>month:desc</li>    </div>","required":false,"schema":{"type":"array","items":{"type":"string"},"maxItems":2147483647,"minItems":1}},{"name":"List Earthquakes","in":"query","description":"Cite as: National Geophysical Data Center / World Data Service (NGDC/WDS): NCEI/WDS Global Significant Volcanic Eruptions Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G10147\">doi:10.7289/V5JW8BSH</a> [access date]"}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewEarthquakeView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/tsunamis/runups/{id}/tsunami":{"get":{"tags":["Tsunami Runups"],"summary":"List Related Tsunami","description":"Cite as: National Geophysical Data Center / World Data Service: NCEI/WDS Global Historical Tsunami Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G02151\">doi:10.7289/V5PN93H7</a> [access date]","operationId":"getRelatedTsunami","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TsunamiEventView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/tsunamis/runups/{id}/references":{"get":{"tags":["Tsunami Runups"],"summary":"List References","description":"Cite as: National Geophysical Data Center / World Data Service: NCEI/WDS Global Historical Tsunami Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G02151\">doi:10.7289/V5PN93H7</a> [access date]","operationId":"getReferences_2","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"order","in":"query","description":"<div>      <p>The order the results are sorted by.</p>      <p>examples: </p>      <ul>        <li>year:asc</li>        <li>month:desc</li>    </div>","required":false,"schema":{"type":"array","items":{"type":"string"},"maxItems":2147483647,"minItems":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewReferenceView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/tsunamis/runups/{id}/info":{"get":{"tags":["Tsunami Runups"],"summary":"Runup Details","description":"Cite as: National Geophysical Data Center / World Data Service: NCEI/WDS Global Historical Tsunami Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G02151\">doi:10.7289/V5PN93H7</a> [access date]","operationId":"getMoreInfo_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RunupInfoView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/tsunamis/marigrams":{"get":{"tags":["Tsunami Marigrams"],"summary":"List Marigrams","description":"Please cite individual marigrams. For marigrams that do not have a DOI, please cite as:\nNOAA National Centers for Environmental Information; NCEI: Archival and Discovery of [Event Month Day, Year] Tsunami Event on Marigrams. NOAA National Centers for Environmental Information. [access date]","operationId":"getMarigrams","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"order","in":"query","description":"<div>      <p>The order the results are sorted by.</p>      <p>examples: </p>      <ul>        <li>year:asc</li>        <li>month:desc</li>    </div>","required":false,"schema":{"type":"array","items":{"type":"string"},"maxItems":2147483647,"minItems":1}},{"name":"op","in":"query","required":false,"schema":{"type":"string","enum":["and","or"]}},{"name":"id","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"minId","in":"query","required":false,"schema":{"type":"integer","format":"int64","minimum":0}},{"name":"maxId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"minYear","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"maxYear","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"minMonth","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"maxMonth","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"minDay","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"maxDay","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"locStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"locInclude","in":"query","required":false,"schema":{"type":"string"}},{"name":"locMatch","in":"query","required":false,"schema":{"type":"string"}},{"name":"locNot","in":"query","required":false,"schema":{"type":"string"}},{"name":"location","in":"query","required":false,"schema":{"type":"string"}},{"name":"country","in":"query","required":false,"schema":{"type":"string"}},{"name":"state","in":"query","required":false,"schema":{"type":"string"}},{"name":"regionCode","in":"query","required":false,"schema":{"type":"string"}},{"name":"assocData","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"minLatitude","in":"query","required":false,"schema":{"type":"number"}},{"name":"maxLatitude","in":"query","required":false,"schema":{"type":"number"}},{"name":"minLongitude","in":"query","required":false,"schema":{"type":"number"}},{"name":"maxLongitude","in":"query","required":false,"schema":{"type":"number"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewMarigramView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/tsunamis/marigrams/{id}":{"get":{"tags":["Tsunami Marigrams"],"summary":"Show Marigram","description":"Please cite individual marigrams. For marigrams that do not have a DOI, please cite as:\nNOAA National Centers for Environmental Information; NCEI: Archival and Discovery of [Event Month Day, Year] Tsunami Event on Marigrams. NOAA National Centers for Environmental Information. [access date]","operationId":"getMarigram","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/MarigramEditView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/tsunamis/events/{id}/volcanoes":{"get":{"tags":["Tsunami Events"],"summary":"List Volcanoes","description":"Cite as: National Geophysical Data Center / World Data Service: NCEI/WDS Global Historical Tsunami Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G02151\">doi:10.7289/V5PN93H7</a> [access date]","operationId":"getRelatedVolcanoes","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"order","in":"query","description":"<div>      <p>The order the results are sorted by.</p>      <p>examples: </p>      <ul>        <li>year:asc</li>        <li>month:desc</li>    </div>","required":false,"schema":{"type":"array","items":{"type":"string"},"maxItems":2147483647,"minItems":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewVolcanoEventView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/tsunamis/events/{id}/runups":{"get":{"tags":["Tsunami Events"],"summary":"List Runups","description":"Cite as: National Geophysical Data Center / World Data Service: NCEI/WDS Global Historical Tsunami Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G02151\">doi:10.7289/V5PN93H7</a> [access date]","operationId":"getRelatedRunups","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"order","in":"query","description":"<div>      <p>The order the results are sorted by.</p>      <p>examples: </p>      <ul>        <li>year:asc</li>        <li>month:desc</li>    </div>","required":false,"schema":{"type":"array","items":{"type":"string"},"maxItems":2147483647,"minItems":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewRunupView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/tsunamis/events/{id}/references":{"get":{"tags":["Tsunami Events"],"summary":"List References","description":"Cite as: National Geophysical Data Center / World Data Service: NCEI/WDS Global Historical Tsunami Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G02151\">doi:10.7289/V5PN93H7</a> [access date]","operationId":"getReferences_3","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"order","in":"query","description":"<div>      <p>The order the results are sorted by.</p>      <p>examples: </p>      <ul>        <li>year:asc</li>        <li>month:desc</li>    </div>","required":false,"schema":{"type":"array","items":{"type":"string"},"maxItems":2147483647,"minItems":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewReferenceView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/tsunamis/events/{id}/info":{"get":{"tags":["Tsunami Events"],"summary":"Event Details","description":"Cite as: National Geophysical Data Center / World Data Service: NCEI/WDS Global Historical Tsunami Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G02151\">doi:10.7289/V5PN93H7</a> [access date]","operationId":"getMoreInfo_2","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TsunamiEventInfoView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/tsunamis/events/{id}/earthquakes":{"get":{"tags":["Tsunami Events"],"summary":"List Earthquakes","description":"Cite as: National Geophysical Data Center / World Data Service: NCEI/WDS Global Historical Tsunami Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G02151\">doi:10.7289/V5PN93H7</a> [access date]","operationId":"getRelatedEarthquakes","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"order","in":"query","description":"<div>      <p>The order the results are sorted by.</p>      <p>examples: </p>      <ul>        <li>year:asc</li>        <li>month:desc</li>    </div>","required":false,"schema":{"type":"array","items":{"type":"string"},"maxItems":2147483647,"minItems":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewEarthquakeView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/tsunamis/events/{id}/deposits":{"get":{"tags":["Tsunami Events"],"summary":"List Deposits","description":"Cite as: National Geophysical Data Center / World Data Service: NCEI/WDS Global Historical Tsunami Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G02151\">doi:10.7289/V5PN93H7</a> [access date]","operationId":"getRelatedDeposits","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"order","in":"query","description":"<div>      <p>The order the results are sorted by.</p>      <p>examples: </p>      <ul>        <li>year:asc</li>        <li>month:desc</li>    </div>","required":false,"schema":{"type":"array","items":{"type":"string"},"maxItems":2147483647,"minItems":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDepositView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/tsunamis/deposits/{id}/tsunamis":{"get":{"tags":["Tsunami Deposits"],"summary":"List Related Tsunamis","operationId":"getRelatedTsunamis","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"order","in":"query","description":"<div>      <p>The order the results are sorted by.</p>      <p>examples: </p>      <ul>        <li>year:asc</li>        <li>month:desc</li>    </div>","required":false,"schema":{"type":"array","items":{"type":"string"},"maxItems":2147483647,"minItems":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewTsunamiEventView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/tsunamis/deposits/{id}/references":{"get":{"tags":["Tsunami Deposits"],"summary":"List References","operationId":"getReferences_4","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"parameters","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BasicPagingAndSortingParameters"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewReferenceView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/tsunamis/deposits/{id}/info":{"get":{"tags":["Tsunami Deposits"],"summary":"Deposit Details","operationId":"getInfo","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DepositView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/references/{id}/volcanoes":{"get":{"tags":["References"],"summary":"List Related Volcanoes","operationId":"getRelatedVolcanoes_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"parameters","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BasicPagingAndSortingParameters"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewVolcanoEventView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/references/{id}/tsunamis":{"get":{"tags":["References"],"summary":"List Related Tsunamis","operationId":"getRelatedTsunamis_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"parameters","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BasicPagingAndSortingParameters"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewTsunamiEventView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/references/{id}/runups":{"get":{"tags":["References"],"summary":"List Related Runups","operationId":"getRelatedRunups_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"parameters","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BasicPagingAndSortingParameters"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewRunupView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/references/{id}/earthquakes":{"get":{"tags":["References"],"summary":"List Related Earthquakes","operationId":"getRelatedEarthquakes_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"parameters","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BasicPagingAndSortingParameters"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewEarthquakeView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/me":{"get":{"tags":["user-info-controller"],"operationId":"getMe","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/UserInfoView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/earthquakes/{id}/volcanoes":{"get":{"tags":["Earthquakes"],"summary":"List Related Volcanoes","description":"Cite as: National Geophysical Data Center / World Data Service (NGDC/WDS): NCEI/WDS Global Significant Earthquake Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G012153\">doi:10.7289/V5TD9V7K</a> [access date]","operationId":"getRelatedVolcanoes_2","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"order","in":"query","description":"<div>      <p>The order the results are sorted by.</p>      <p>examples: </p>      <ul>        <li>year:asc</li>        <li>month:desc</li>    </div>","required":false,"schema":{"type":"array","items":{"type":"string"},"maxItems":2147483647,"minItems":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewVolcanoEventView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/earthquakes/{id}/tsunamis":{"get":{"tags":["Earthquakes"],"summary":"List Related Tsunamis","description":"Cite as: National Geophysical Data Center / World Data Service (NGDC/WDS): NCEI/WDS Global Significant Earthquake Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G012153\">doi:10.7289/V5TD9V7K</a> [access date]","operationId":"getRelatedTsunamis_2","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"order","in":"query","description":"<div>      <p>The order the results are sorted by.</p>      <p>examples: </p>      <ul>        <li>year:asc</li>        <li>month:desc</li>    </div>","required":false,"schema":{"type":"array","items":{"type":"string"},"maxItems":2147483647,"minItems":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewTsunamiEventView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/earthquakes/{id}/references":{"get":{"tags":["Earthquakes"],"summary":"List References","description":"Cite as: National Geophysical Data Center / World Data Service (NGDC/WDS): NCEI/WDS Global Significant Earthquake Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G012153\">doi:10.7289/V5TD9V7K</a> [access date]","operationId":"getReferences_5","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"order","in":"query","description":"<div>      <p>The order the results are sorted by.</p>      <p>examples: </p>      <ul>        <li>year:asc</li>        <li>month:desc</li>    </div>","required":false,"schema":{"type":"array","items":{"type":"string"},"maxItems":2147483647,"minItems":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewReferenceView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/earthquakes/{id}/info":{"get":{"tags":["Earthquakes"],"summary":"Earthquake Details","description":"Cite as: National Geophysical Data Center / World Data Service (NGDC/WDS): NCEI/WDS Global Significant Earthquake Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G012153\">doi:10.7289/V5TD9V7K</a> [access date]","operationId":"getMoreInfo_3","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/EarthquakeInfoView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/volcano/statuses":{"get":{"tags":["Volcano Descriptors"],"operationId":"getStatuses","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"List Statuses","in":"query","description":"Cite as: National Geophysical Data Center / World Data Service (NGDC/WDS): NCEI/WDS Global Significant Volcanic Eruptions Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G10147\">doi:10.7289/V5JW8BSH</a> [access date]"}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/volcano/regions":{"get":{"tags":["Volcano Descriptors"],"operationId":"getRegions","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"List Regions","in":"query","description":"Cite as: National Geophysical Data Center / World Data Service (NGDC/WDS): NCEI/WDS Global Significant Volcanic Eruptions Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G10147\">doi:10.7289/V5JW8BSH</a> [access date]"}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/volcano/names":{"get":{"tags":["Volcano Descriptors"],"operationId":"getVolcanoNames","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"List Names","in":"query","description":"Cite as: National Geophysical Data Center / World Data Service (NGDC/WDS): NCEI/WDS Global Significant Volcanic Eruptions Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G10147\">doi:10.7289/V5JW8BSH</a> [access date]"}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/volcano/morphologies":{"get":{"tags":["Volcano Descriptors"],"operationId":"getMorphologies","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"List Morphologies","in":"query","description":"Cite as: National Geophysical Data Center / World Data Service (NGDC/WDS): NCEI/WDS Global Significant Volcanic Eruptions Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G10147\">doi:10.7289/V5JW8BSH</a> [access date]"}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/volcano/locations":{"get":{"tags":["Volcano Descriptors"],"operationId":"getLocations","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"List Locations","in":"query","description":"Cite as: National Geophysical Data Center / World Data Service (NGDC/WDS): NCEI/WDS Global Significant Volcanic Eruptions Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G10147\">doi:10.7289/V5JW8BSH</a> [access date]"}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/volcano/event-countries":{"get":{"tags":["Volcano Descriptors"],"operationId":"getEventCountries","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"List Event Countries","in":"query","description":"Cite as: National Geophysical Data Center / World Data Service (NGDC/WDS): NCEI/WDS Global Significant Volcanic Eruptions Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G10147\">doi:10.7289/V5JW8BSH</a> [access date]"}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/volcano/eruption-times":{"get":{"tags":["Volcano Descriptors"],"operationId":"getEruptionTimes","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"List Eruption Times","in":"query","description":"Cite as: National Geophysical Data Center / World Data Service (NGDC/WDS): NCEI/WDS Global Significant Volcanic Eruptions Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G10147\">doi:10.7289/V5JW8BSH</a> [access date]"}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/volcano/countries":{"get":{"tags":["Volcano Descriptors"],"operationId":"getCountries","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"List Countries","in":"query","description":"Cite as: National Geophysical Data Center / World Data Service (NGDC/WDS): NCEI/WDS Global Significant Volcanic Eruptions Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G10147\">doi:10.7289/V5JW8BSH</a> [access date]"}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/volcano/agents":{"get":{"tags":["Volcano Descriptors"],"operationId":"getAgents","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"List Agents","in":"query","description":"Cite as: National Geophysical Data Center / World Data Service (NGDC/WDS): NCEI/WDS Global Significant Volcanic Eruptions Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G10147\">doi:10.7289/V5JW8BSH</a> [access date]"}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/tsunamis/marigrams/states":{"get":{"tags":["Tsunami Marigram Descriptors"],"summary":"List States","description":"Please cite individual marigrams. For marigrams that do not have a DOI, please cite as:\nNOAA National Centers for Environmental Information; NCEI: Archival and Discovery of [Event Month Day, Year] Tsunami Event on Marigrams. NOAA National Centers for Environmental Information. [access date]","operationId":"getAllMarigramStates","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/tsunamis/marigrams/states/{country}":{"get":{"tags":["Tsunami Marigram Descriptors"],"summary":"List Country","description":"Please cite individual marigrams. For marigrams that do not have a DOI, please cite as:\nNOAA National Centers for Environmental Information; NCEI: Archival and Discovery of [Event Month Day, Year] Tsunami Event on Marigrams. NOAA National Centers for Environmental Information. [access date]","operationId":"getMarigramStates","parameters":[{"name":"country","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/tsunamis/marigrams/regions":{"get":{"tags":["Tsunami Marigram Descriptors"],"summary":"List Regions","description":"Please cite individual marigrams. For marigrams that do not have a DOI, please cite as:\nNOAA National Centers for Environmental Information; NCEI: Archival and Discovery of [Event Month Day, Year] Tsunami Event on Marigrams. NOAA National Centers for Environmental Information. [access date]","operationId":"getRegions_1","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/tsunamis/marigrams/locations":{"get":{"tags":["Tsunami Marigram Descriptors"],"summary":"List Locations","description":"Please cite individual marigrams. For marigrams that do not have a DOI, please cite as:\nNOAA National Centers for Environmental Information; NCEI: Archival and Discovery of [Event Month Day, Year] Tsunami Event on Marigrams. NOAA National Centers for Environmental Information. [access date]","operationId":"getMarigramLocations","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/tsunamis/marigrams/countries":{"get":{"tags":["Tsunami Marigram Descriptors"],"summary":"List Countries","description":"Please cite individual marigrams. For marigrams that do not have a DOI, please cite as:\nNOAA National Centers for Environmental Information; NCEI: Archival and Discovery of [Event Month Day, Year] Tsunami Event on Marigrams. NOAA National Centers for Environmental Information. [access date]","operationId":"getMarigramCountries","parameters":[{"name":"parameters","in":"query","required":true,"schema":{"$ref":"#/components/schemas/BasicPagingParameters"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/tsunami/warning-statuses":{"get":{"tags":["Tsunami Descriptors"],"operationId":"getWarnStatus","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"List Warning Statuses","in":"query","description":"Cite as: National Geophysical Data Center / World Data Service: NCEI/WDS Global Historical Tsunami Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G02151\">doi:10.7289/V5PN93H7</a> [access date]"}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/tsunami/validity":{"get":{"tags":["Tsunami Descriptors"],"operationId":"getValidity","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"List Validity","in":"query","description":"Cite as: National Geophysical Data Center / World Data Service: NCEI/WDS Global Historical Tsunami Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G02151\">doi:10.7289/V5PN93H7</a> [access date]"}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/tsunami/runup/regions":{"get":{"tags":["Tsunami Runup Descriptors"],"summary":"List Regions","description":"Cite as: National Geophysical Data Center / World Data Service: NCEI/WDS Global Historical Tsunami Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G02151\">doi:10.7289/V5PN93H7</a> [access date]","operationId":"getRegions_2","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/tsunami/runup/measurement-types":{"get":{"tags":["Tsunami Runup Descriptors"],"summary":"List Measurement Types","description":"Cite as: National Geophysical Data Center / World Data Service: NCEI/WDS Global Historical Tsunami Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G02151\">doi:10.7289/V5PN93H7</a> [access date]","operationId":"getRunupMeasurementTypes","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/tsunami/runup/locations":{"get":{"tags":["Tsunami Runup Descriptors"],"summary":"List Locations","description":"Cite as: National Geophysical Data Center / World Data Service: NCEI/WDS Global Historical Tsunami Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G02151\">doi:10.7289/V5PN93H7</a> [access date]","operationId":"getLocations_1","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/tsunami/runup/first-motions":{"get":{"tags":["Tsunami Runup Descriptors"],"summary":"List First Motions","description":"Cite as: National Geophysical Data Center / World Data Service: NCEI/WDS Global Historical Tsunami Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G02151\">doi:10.7289/V5PN93H7</a> [access date]","operationId":"getFirstMotion","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/tsunami/runup/countries":{"get":{"tags":["Tsunami Runup Descriptors"],"summary":"List Countries","description":"Cite as: National Geophysical Data Center / World Data Service: NCEI/WDS Global Historical Tsunami Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G02151\">doi:10.7289/V5PN93H7</a> [access date]","operationId":"getRunupCountries","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/tsunami/runup/areas":{"get":{"tags":["Tsunami Runup Descriptors"],"summary":"List Areas","description":"Cite as: National Geophysical Data Center / World Data Service: NCEI/WDS Global Historical Tsunami Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G02151\">doi:10.7289/V5PN93H7</a> [access date]","operationId":"getAllRunupAreas","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/tsunami/runup/areas/{country}":{"get":{"tags":["Tsunami Runup Descriptors"],"summary":"List Countries","description":"Cite as: National Geophysical Data Center / World Data Service: NCEI/WDS Global Historical Tsunami Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G02151\">doi:10.7289/V5PN93H7</a> [access date]","operationId":"getRunupAreas","parameters":[{"name":"country","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/tsunami/regions":{"get":{"tags":["Tsunami Descriptors"],"operationId":"getRegions_3","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"List Regions","in":"query","description":"Cite as: National Geophysical Data Center / World Data Service: NCEI/WDS Global Historical Tsunami Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G02151\">doi:10.7289/V5PN93H7</a> [access date]"}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/tsunami/locations":{"get":{"tags":["Tsunami Descriptors"],"operationId":"getLocations_2","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"List Locations","in":"query","description":"Cite as: National Geophysical Data Center / World Data Service: NCEI/WDS Global Historical Tsunami Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G02151\">doi:10.7289/V5PN93H7</a> [access date]"}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/tsunami/deposit/publication-types":{"get":{"tags":["Tsunami Deposit Descriptors"],"summary":"List Publication Types","operationId":"getPublicationTypes","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/tsunami/deposit/location-names":{"get":{"tags":["Tsunami Deposit Descriptors"],"summary":"List Location Names","operationId":"getLocationNames","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/tsunami/deposit/geologic-ages":{"get":{"tags":["Tsunami Deposit Descriptors"],"summary":"List Geological Ages","operationId":"getGeologicAges","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/tsunami/deposit/event":{"get":{"tags":["Tsunami Deposit Descriptors"],"summary":"List Events","operationId":"getEvent","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/tsunami/deposit/countries":{"get":{"tags":["Tsunami Deposit Descriptors"],"summary":"List Countries","operationId":"getCountries_1","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/tsunami/deposit/bodies-of-water":{"get":{"tags":["Tsunami Deposit Descriptors"],"summary":"List Bodies of Water","operationId":"getBodiesOfWater","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/tsunami/countries":{"get":{"tags":["Tsunami Descriptors"],"operationId":"getCountries_2","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"List Countries","in":"query","description":"Cite as: National Geophysical Data Center / World Data Service: NCEI/WDS Global Historical Tsunami Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G02151\">doi:10.7289/V5PN93H7</a> [access date]"}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/tsunami/causes":{"get":{"tags":["Tsunami Descriptors"],"operationId":"getCauses","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"List Causes","in":"query","description":"Cite as: National Geophysical Data Center / World Data Service: NCEI/WDS Global Historical Tsunami Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G02151\">doi:10.7289/V5PN93H7</a> [access date]"}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/tsunami/areas":{"get":{"tags":["Tsunami Descriptors"],"operationId":"getAllAreas","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"List Areas","in":"query","description":"Cite as: National Geophysical Data Center / World Data Service: NCEI/WDS Global Historical Tsunami Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G02151\">doi:10.7289/V5PN93H7</a> [access date]"}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/tsunami/areas/{country}":{"get":{"tags":["Tsunami Descriptors"],"operationId":"getAreas","parameters":[{"name":"country","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}},{"name":"List Countries","in":"query","description":"Cite as: National Geophysical Data Center / World Data Service: NCEI/WDS Global Historical Tsunami Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G02151\">doi:10.7289/V5PN93H7</a> [access date]"}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/reference/have-values":{"get":{"tags":["Reference Descriptors"],"summary":"List Status","operationId":"getHaveValues","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/effect/people":{"get":{"tags":["Effect Descriptors"],"summary":"List People Effects","operationId":"getRegions_4","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/effect/houses":{"get":{"tags":["Effect Descriptors"],"summary":"List House Effects","operationId":"getHouses","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/effect/damage":{"get":{"tags":["Effect Descriptors"],"summary":"List Damage Effects","operationId":"getDamage","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/earthquake/regions":{"get":{"tags":["Earthquake Descriptors"],"summary":"List Regions","description":"Cite as: National Geophysical Data Center / World Data Service (NGDC/WDS): NCEI/WDS Global Significant Earthquake Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G012153\">doi:10.7289/V5TD9V7K</a> [access date]","operationId":"getRegions_5","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/earthquake/locations":{"get":{"tags":["Earthquake Descriptors"],"summary":"List Locations","description":"Cite as: National Geophysical Data Center / World Data Service (NGDC/WDS): NCEI/WDS Global Significant Earthquake Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G012153\">doi:10.7289/V5TD9V7K</a> [access date]","operationId":"getLocations_3","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/earthquake/countries":{"get":{"tags":["Earthquake Descriptors"],"summary":"List Countries","description":"Cite as: National Geophysical Data Center / World Data Service (NGDC/WDS): NCEI/WDS Global Significant Earthquake Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G012153\">doi:10.7289/V5TD9V7K</a> [access date]","operationId":"getCountries_3","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/earthquake/areas":{"get":{"tags":["Earthquake Descriptors"],"summary":"List Areas","description":"Cite as: National Geophysical Data Center / World Data Service (NGDC/WDS): NCEI/WDS Global Significant Earthquake Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G012153\">doi:10.7289/V5TD9V7K</a> [access date]","operationId":"getAllAreas_1","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/hazard-service/api/v1/descriptors/earthquake/areas/{country}":{"get":{"tags":["Earthquake Descriptors"],"summary":"List Areas","description":"Cite as: National Geophysical Data Center / World Data Service (NGDC/WDS): NCEI/WDS Global Significant Earthquake Database. NOAA National Centers for Environmental Information. <a href=\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ngdc.mgg.hazards:G012153\">doi:10.7289/V5TD9V7K</a> [access date]","operationId":"getAreas_1","parameters":[{"name":"country","in":"path","description":"\"The country where the earthquake effects were observed.\"","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","minimum":1}},{"name":"itemsPerPage","in":"query","required":false,"schema":{"type":"integer","format":"int32","maximum":200,"minimum":1}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ItemsViewDescriptorView"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/":{"get":{"tags":["spa-controller"],"operationId":"loadApplication","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}},"/view/**":{"get":{"tags":["spa-controller"],"operationId":"loadApplication_1","responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string"}}}},"3xx":{"description":"Forbidden"},"4xx":{"description":"Bad Request"},"5xx":{"description":"Internal Server Error"}}}}},"components":{"schemas":{"VolcanoLocationView":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"num":{"type":"string","maxLength":8,"minLength":6},"newNum":{"type":"integer","format":"int64"},"name":{"type":"string"},"country":{"type":"string"},"region":{"type":"string","maxLength":50,"minLength":0},"latitude":{"type":"number"},"longitude":{"type":"number"},"elevation":{"type":"integer","format":"int32"},"morphology":{"type":"string"},"status":{"type":"string"},"timeErupt":{"type":"string"},"location":{"type":"string"},"objectId":{"type":"integer","format":"int64"}},"required":["country","latitude","location","longitude","morphology","name","status","timeErupt"]},"VolcanoEventEditView":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"year":{"type":"integer","format":"int32"},"month":{"type":"integer","format":"int32"},"day":{"type":"integer","format":"int32"},"startDate":{"type":"string","format":"date"},"endDate":{"type":"string","format":"date"},"vei":{"type":"integer","format":"int32"},"agent":{"type":"string","maxLength":10,"minLength":1},"comments":{"type":"string","maxLength":4000,"minLength":1},"damageMillionsDollars":{"type":"number","minimum":0},"damageAmountOrder":{"type":"integer","format":"int32"},"deaths":{"type":"integer","format":"int32","minimum":0},"deathsAmountOrder":{"type":"integer","format":"int32"},"injuries":{"type":"integer","format":"int32","minimum":0},"injuriesAmountOrder":{"type":"integer","format":"int32"},"housesDestroyed":{"type":"integer","format":"int32","minimum":0},"housesDestroyedAmountOrder":{"type":"integer","format":"int32"},"missing":{"type":"integer","format":"int32","minimum":0},"missingAmountOrder":{"type":"integer","format":"int32"},"deathsTotal":{"type":"integer","format":"int32","minimum":0},"deathsAmountOrderTotal":{"type":"integer","format":"int32"},"injuriesTotal":{"type":"integer","format":"int32","minimum":0},"injuriesAmountOrderTotal":{"type":"integer","format":"int32"},"missingTotal":{"type":"integer","format":"int32","minimum":0},"missingAmountOrderTotal":{"type":"integer","format":"int32"},"damageMillionsDollarsTotal":{"type":"number","minimum":0},"damageAmountOrderTotal":{"type":"integer","format":"int32"},"housesDestroyedTotal":{"type":"integer","format":"int32","minimum":0},"housesDestroyedAmountOrderTotal":{"type":"integer","format":"int32"},"tsunamiEventId":{"type":"integer","format":"int64"},"earthquakeEventId":{"type":"integer","format":"int64"},"volcanoLocationId":{"type":"integer","format":"int64"},"significant":{"type":"boolean"},"publish":{"type":"boolean"},"eruption":{"type":"boolean"},"referenceIds":{"type":"array","items":{"type":"integer","format":"int64"}}},"required":["significant","volcanoLocationId"]},"RunupEditView":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"year":{"type":"integer","format":"int32"},"month":{"type":"integer","format":"int32"},"day":{"type":"integer","format":"int32"},"arrDay":{"type":"integer","format":"int32"},"arrHour":{"type":"integer","format":"int32"},"arrMin":{"type":"integer","format":"int32"},"travHours":{"type":"integer","format":"int32"},"travMins":{"type":"integer","format":"int32"},"period":{"type":"number"},"firstMotion":{"type":"string"},"latitude":{"type":"number"},"longitude":{"type":"number"},"locationName":{"type":"string","maxLength":35,"minLength":1},"area":{"type":"string","maxLength":400,"minLength":1},"country":{"type":"string","maxLength":50,"minLength":1},"regionCode":{"type":"integer","format":"int32"},"runupHt":{"type":"number"},"runupHoriz":{"type":"number"},"typeMeasurementId":{"type":"integer","format":"int32"},"damageMillionsDollars":{"type":"number","minimum":0},"damageAmountOrder":{"type":"integer","format":"int32"},"housesDestroyed":{"type":"integer","format":"int32","minimum":0},"housesDestroyedAmountOrder":{"type":"integer","format":"int32"},"deaths":{"type":"integer","format":"int32","minimum":0},"deathsAmountOrder":{"type":"integer","format":"int32"},"injuries":{"type":"integer","format":"int32","minimum":0},"injuriesAmountOrder":{"type":"integer","format":"int32"},"comments":{"type":"string","maxLength":4000,"minLength":1},"missing":{"type":"integer","format":"int32","minimum":0},"missingAmountOrder":{"type":"integer","format":"int32"},"doubtful":{"type":"string"},"flagLocChk":{"type":"boolean"},"flagRunupChk":{"type":"boolean"},"flagArrTravTimeChk":{"type":"boolean"},"flagEffectsChk":{"type":"boolean"},"housesDamaged":{"type":"integer","format":"int32","minimum":0},"housesDamagedAmountOrder":{"type":"integer","format":"int32"},"maxWaveArrDay":{"type":"integer","format":"int32"},"maxWaveArrHour":{"type":"integer","format":"int32"},"maxWaveArrMin":{"type":"integer","format":"int32"},"maxTroughHt":{"type":"number"},"maxTroughDay":{"type":"integer","format":"int32"},"maxTroughHour":{"type":"integer","format":"int32"},"maxTroughMin":{"type":"integer","format":"int32"},"publish":{"type":"boolean"},"tsunamiEventId":{"type":"integer","format":"int64"},"referenceIds":{"type":"array","items":{"type":"integer","format":"int64"}}},"required":["doubtful","flagArrTravTimeChk","flagEffectsChk","flagLocChk","flagRunupChk","publish","tsunamiEventId"]},"TsunamiEventEditView":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"year":{"type":"integer","format":"int32"},"month":{"type":"integer","format":"int32"},"day":{"type":"integer","format":"int32"},"hour":{"type":"integer","format":"int32"},"minute":{"type":"integer","format":"int32"},"second":{"type":"number"},"latitude":{"type":"number"},"longitude":{"type":"number"},"locationName":{"type":"string","maxLength":35,"minLength":1},"area":{"type":"string","maxLength":2,"minLength":2},"country":{"type":"string","maxLength":50,"minLength":1},"regionCode":{"type":"integer","format":"int32"},"causeCode":{"type":"integer","format":"int32"},"eventValidity":{"type":"integer","format":"int32"},"eqDepth":{"type":"integer","format":"int32","maximum":800,"minimum":0},"maxWaterHeight":{"type":"number","maximum":800,"minimum":0},"tsMtAbe":{"type":"number"},"tsMtIi":{"type":"number"},"tsIntensity":{"type":"number"},"damageMillionsDollars":{"type":"number","minimum":0},"damageAmountOrder":{"type":"integer","format":"int32"},"housesDestroyed":{"type":"integer","format":"int32","minimum":0},"housesDestroyedAmountOrder":{"type":"integer","format":"int32"},"deaths":{"type":"integer","format":"int32","minimum":0},"deathsAmountOrder":{"type":"integer","format":"int32"},"injuries":{"type":"integer","format":"int32","minimum":0},"injuriesAmountOrder":{"type":"integer","format":"int32"},"warningStatusId":{"type":"integer","format":"int32"},"damageMillionsDollarsTotal":{"type":"number","minimum":0},"damageAmountOrderTotal":{"type":"integer","format":"int32"},"housesDestroyedTotal":{"type":"integer","format":"int32","minimum":0},"housesDestroyedAmountOrderTotal":{"type":"integer","format":"int32"},"deathsTotal":{"type":"integer","format":"int32","minimum":0},"deathsAmountOrderTotal":{"type":"integer","format":"int32"},"injuriesTotal":{"type":"integer","format":"int32","minimum":0},"injuriesAmountOrderTotal":{"type":"integer","format":"int32"},"missing":{"type":"integer","format":"int32","minimum":0},"missingAmountOrder":{"type":"integer","format":"int32"},"missingTotal":{"type":"integer","format":"int32","minimum":0},"missingAmountOrderTotal":{"type":"integer","format":"int32"},"housesDamaged":{"type":"integer","format":"int32","minimum":0},"housesDamagedAmountOrder":{"type":"integer","format":"int32"},"housesDamagedTotal":{"type":"integer","format":"int32","minimum":0},"housesDamagedAmountOrderTotal":{"type":"integer","format":"int32"},"publish":{"type":"boolean"},"eqMagUnk":{"type":"number"},"eqMagMb":{"type":"number"},"eqMagMs":{"type":"number"},"eqMagMw":{"type":"number"},"eqMagMl":{"type":"number"},"eqMagMfa":{"type":"number"},"comments":{"type":"string","maxLength":4000,"minLength":1},"flagLocTimeChk":{"type":"boolean"},"flagEffectsChk":{"type":"boolean"},"flagMaxRunupChk":{"type":"boolean"},"flagAllRunupsEnteredChk":{"type":"boolean"},"flagAllRunupsSocioChk":{"type":"boolean"},"oceanicTsunami":{"type":"boolean"},"earthquakeEventId":{"type":"integer","format":"int64"},"volcanoEventId":{"type":"integer","format":"int64"},"referenceIds":{"type":"array","items":{"type":"integer","format":"int64"}}},"required":["flagAllRunupsEnteredChk","flagAllRunupsSocioChk","flagEffectsChk","flagLocTimeChk","flagMaxRunupChk","oceanicTsunami","publish"]},"DepositEditView":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"referenceId":{"type":"integer","format":"int64"},"publicationType":{"type":"integer","format":"int32"},"event":{"type":"string","maxLength":100,"minLength":1},"tsunamiEventIds":{"type":"array","items":{"type":"integer","format":"int64"}},"ageDescription":{"type":"string"},"geologicAgeId":{"type":"integer","format":"int32"},"yearBegin":{"type":"integer","format":"int32"},"yearEnd":{"type":"integer","format":"int32"},"latitude":{"type":"number"},"longitude":{"type":"number"},"locationName":{"type":"string","maxLength":100,"minLength":1},"country":{"type":"string","maxLength":50,"minLength":1},"bodyOfWater":{"type":"string","maxLength":50,"minLength":1},"description":{"type":"string","maxLength":150,"minLength":1},"environment":{"type":"string","maxLength":150,"minLength":1},"publish":{"type":"boolean"}},"required":["publicationType","publish","referenceId"]},"ReferenceView":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"author":{"type":"string"},"year":{"type":"string"},"citation":{"type":"string"},"ok":{"type":"string","maxLength":1,"minLength":1},"have":{"type":"integer","format":"int32"},"comments":{"type":"string","maxLength":4000,"minLength":0},"publish":{"type":"boolean"}},"required":["author","citation","have","publish","year"]},"EarthquakeEditView":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"flagDuplicate":{"type":"boolean"},"year":{"type":"integer","format":"int32"},"month":{"type":"integer","format":"int32"},"day":{"type":"integer","format":"int32"},"hour":{"type":"integer","format":"int32"},"minute":{"type":"integer","format":"int32"},"second":{"type":"number"},"latitude":{"type":"number"},"longitude":{"type":"number"},"locationName":{"type":"string","maxLength":52,"minLength":1},"area":{"type":"string","maxLength":35,"minLength":1},"country":{"type":"string","maxLength":50,"minLength":1},"eqDepth":{"type":"integer","format":"int32","maximum":800,"minimum":0},"eqMagUnk":{"type":"number"},"eqMagMb":{"type":"number"},"eqMagMs":{"type":"number"},"eqMagMw":{"type":"number"},"intensity":{"type":"integer","format":"int32","maximum":12,"minimum":1},"damageMillionsDollars":{"type":"number","minimum":0},"damageAmountOrder":{"type":"integer","format":"int32"},"deaths":{"type":"integer","format":"int32","minimum":0},"deathsAmountOrder":{"type":"integer","format":"int32"},"injuries":{"type":"integer","format":"int32","minimum":0},"injuriesAmountOrder":{"type":"integer","format":"int32"},"comments":{"type":"string","maxLength":4000,"minLength":1},"housesDestroyed":{"type":"integer","format":"int32","minimum":0},"housesDestroyedAmountOrder":{"type":"integer","format":"int32"},"deathsTotal":{"type":"integer","format":"int32","minimum":0},"deathsAmountOrderTotal":{"type":"integer","format":"int32"},"injuriesTotal":{"type":"integer","format":"int32","minimum":0},"injuriesAmountOrderTotal":{"type":"integer","format":"int32"},"damageMillionsDollarsTotal":{"type":"number","minimum":0},"damageAmountOrderTotal":{"type":"integer","format":"int32"},"housesDestroyedTotal":{"type":"integer","format":"int32","minimum":0},"housesDestroyedAmountOrderTotal":{"type":"integer","format":"int32"},"missing":{"type":"integer","format":"int32","minimum":0},"missingAmountOrder":{"type":"integer","format":"int32"},"missingTotal":{"type":"integer","format":"int32","minimum":0},"missingAmountOrderTotal":{"type":"integer","format":"int32"},"eqMagMl":{"type":"number"},"eqMagMfa":{"type":"number"},"flagEpicenterChk":{"type":"boolean"},"flagMagnitudeChk":{"type":"boolean"},"flagEffectsChk":{"type":"boolean"},"regionCode":{"type":"integer","format":"int32"},"housesDamaged":{"type":"integer","format":"int32","minimum":0},"housesDamagedTotal":{"type":"integer","format":"int32","minimum":0},"housesDamagedAmountOrder":{"type":"integer","format":"int32"},"housesDamagedAmountOrderTotal":{"type":"integer","format":"int32"},"tsunamiEventId":{"type":"integer","format":"int64"},"volcanoEventId":{"type":"integer","format":"int64"},"publish":{"type":"boolean"},"referenceIds":{"type":"array","items":{"type":"integer","format":"int64"}}},"required":["flagDuplicate","flagEffectsChk","flagEpicenterChk","flagMagnitudeChk","publish"]},"ItemsViewLong":{"type":"object","properties":{"items":{"type":"array","items":{"type":"integer","format":"int64"}},"page":{"type":"integer","format":"int32"},"totalPages":{"type":"integer","format":"int32"},"totalItems":{"type":"integer","format":"int64"},"itemsPerPage":{"type":"integer","format":"int32"}}},"ItemsViewVolcanoLocationView":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/VolcanoLocationView"}},"page":{"type":"integer","format":"int32"},"totalPages":{"type":"integer","format":"int32"},"totalItems":{"type":"integer","format":"int64"},"itemsPerPage":{"type":"integer","format":"int32"}}},"ItemsViewVolcanoEventView":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/VolcanoEventView"}},"page":{"type":"integer","format":"int32"},"totalPages":{"type":"integer","format":"int32"},"totalItems":{"type":"integer","format":"int64"},"itemsPerPage":{"type":"integer","format":"int32"}}},"VolcanoEventView":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"minId":{"type":"integer","format":"int64"},"maxId":{"type":"integer","format":"int64"},"year":{"type":"integer","format":"int32"},"month":{"type":"integer","format":"int32"},"day":{"type":"integer","format":"int32"},"tsunamiEventId":{"type":"integer","format":"int64"},"earthquakeEventId":{"type":"integer","format":"int64"},"volcanoLocationId":{"type":"integer","format":"int64"},"volcanoLocationNewNum":{"type":"integer","format":"int64"},"volcanoLocationNum":{"type":"string"},"name":{"type":"string"},"location":{"type":"string"},"country":{"type":"string"},"latitude":{"type":"number"},"longitude":{"type":"number"},"elevation":{"type":"integer","format":"int32"},"morphology":{"type":"string"},"vei":{"type":"integer","format":"int32"},"agent":{"type":"string"},"deaths":{"type":"integer","format":"int32"},"deathsAmountOrder":{"type":"integer","format":"int32"},"injuries":{"type":"integer","format":"int32"},"injuriesAmountOrder":{"type":"integer","format":"int32"},"missing":{"type":"integer","format":"int32"},"missingAmountOrder":{"type":"integer","format":"int32"},"damageMillionsDollars":{"type":"number"},"damageAmountOrder":{"type":"integer","format":"int32"},"housesDestroyed":{"type":"integer","format":"int32"},"housesDestroyedAmountOrder":{"type":"integer","format":"int32"},"deathsTotal":{"type":"integer","format":"int32"},"deathsAmountOrderTotal":{"type":"integer","format":"int32"},"injuriesTotal":{"type":"integer","format":"int32"},"injuriesAmountOrderTotal":{"type":"integer","format":"int32"},"missingTotal":{"type":"integer","format":"int32"},"missingAmountOrderTotal":{"type":"integer","format":"int32"},"damageMillionsDollarsTotal":{"type":"number"},"damageAmountOrderTotal":{"type":"integer","format":"int32"},"housesDestroyedTotal":{"type":"integer","format":"int32"},"housesDestroyedAmountOrderTotal":{"type":"integer","format":"int32"},"significant":{"type":"boolean"},"publish":{"type":"boolean"},"eruption":{"type":"boolean"},"status":{"type":"string"},"timeErupt":{"type":"string"}}},"ItemsViewTsunamiEventView":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/TsunamiEventView"}},"page":{"type":"integer","format":"int32"},"totalPages":{"type":"integer","format":"int32"},"totalItems":{"type":"integer","format":"int64"},"itemsPerPage":{"type":"integer","format":"int32"}}},"TsunamiEventView":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"year":{"type":"integer","format":"int32"},"month":{"type":"integer","format":"int32"},"day":{"type":"integer","format":"int32"},"hour":{"type":"integer","format":"int32"},"minute":{"type":"integer","format":"int32"},"second":{"type":"number"},"eventValidity":{"type":"integer","format":"int32"},"causeCode":{"type":"integer","format":"int32"},"eqMagnitude":{"type":"number"},"earthquakeEventId":{"type":"integer","format":"int64"},"volcanoEventId":{"type":"integer","format":"int64"},"numDeposits":{"type":"integer","format":"int32"},"country":{"type":"string"},"locationName":{"type":"string"},"regionCode":{"type":"integer","format":"int32"},"area":{"type":"string"},"latitude":{"type":"number"},"longitude":{"type":"number"},"maxWaterHeight":{"type":"number"},"numRunups":{"type":"integer","format":"int32"},"tsMtAbe":{"type":"number"},"tsMtIi":{"type":"number"},"tsIntensity":{"type":"number"},"warningStatusId":{"type":"integer","format":"int32"},"deaths":{"type":"integer","format":"int32"},"deathsAmountOrder":{"type":"integer","format":"int32"},"missing":{"type":"integer","format":"int32"},"missingAmountOrder":{"type":"integer","format":"int32"},"injuries":{"type":"integer","format":"int32"},"injuriesAmountOrder":{"type":"integer","format":"int32"},"damageMillionsDollars":{"type":"number"},"damageAmountOrder":{"type":"integer","format":"int32"},"housesDestroyed":{"type":"integer","format":"int32"},"housesDestroyedAmountOrder":{"type":"integer","format":"int32"},"housesDamaged":{"type":"integer","format":"int32"},"housesDamagedAmountOrder":{"type":"integer","format":"int32"},"deathsTotal":{"type":"integer","format":"int32"},"deathsAmountOrderTotal":{"type":"integer","format":"int32"},"missingTotal":{"type":"integer","format":"int32"},"missingAmountOrderTotal":{"type":"integer","format":"int32"},"injuriesTotal":{"type":"integer","format":"int32"},"injuriesAmountOrderTotal":{"type":"integer","format":"int32"},"damageMillionsDollarsTotal":{"type":"number"},"damageAmountOrderTotal":{"type":"integer","format":"int32"},"housesDestroyedTotal":{"type":"integer","format":"int32"},"housesDestroyedAmountOrderTotal":{"type":"integer","format":"int32"},"housesDamagedTotal":{"type":"integer","format":"int32"},"housesDamagedAmountOrderTotal":{"type":"integer","format":"int32"},"publish":{"type":"boolean"},"eqDepth":{"type":"integer","format":"int32"},"assocDeposits":{"type":"string"},"oceanicTsunami":{"type":"boolean"}}},"ItemsViewReferenceView":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/ReferenceView"}},"page":{"type":"integer","format":"int32"},"totalPages":{"type":"integer","format":"int32"},"totalItems":{"type":"integer","format":"int64"},"itemsPerPage":{"type":"integer","format":"int32"}}},"VolcanoEventInfoView":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"year":{"type":"integer","format":"int32"},"month":{"type":"integer","format":"int32"},"day":{"type":"integer","format":"int32"},"tsunamiEventId":{"type":"integer","format":"int64"},"earthquakeEventId":{"type":"integer","format":"int64"},"volcanoLocationId":{"type":"integer","format":"int64"},"name":{"type":"string"},"location":{"type":"string"},"country":{"type":"string"},"latitude":{"type":"number"},"longitude":{"type":"number"},"elevation":{"type":"integer","format":"int32"},"morphology":{"type":"string"},"vei":{"type":"integer","format":"int32"},"agent":{"type":"string"},"deaths":{"type":"integer","format":"int32"},"deathsAmountOrder":{"type":"integer","format":"int32"},"injuries":{"type":"integer","format":"int32"},"injuriesAmountOrder":{"type":"integer","format":"int32"},"damageMillionsDollars":{"type":"number"},"damageAmountOrder":{"type":"integer","format":"int32"},"housesDestroyed":{"type":"integer","format":"int32"},"housesDestroyedAmountOrder":{"type":"integer","format":"int32"},"startDate":{"type":"string","format":"date"},"endDate":{"type":"string","format":"date"},"num":{"type":"string"},"newNum":{"type":"integer","format":"int64"},"status":{"type":"string"},"timeErupt":{"type":"string"},"missing":{"type":"integer","format":"int32"},"missingAmountOrder":{"type":"integer","format":"int32"},"deathsTotal":{"type":"integer","format":"int32"},"deathsAmountOrderTotal":{"type":"integer","format":"int32"},"injuriesTotal":{"type":"integer","format":"int32"},"injuriesAmountOrderTotal":{"type":"integer","format":"int32"},"damageMillionsDollarsTotal":{"type":"number"},"damageAmountOrderTotal":{"type":"integer","format":"int32"},"housesDestroyedTotal":{"type":"integer","format":"int32"},"housesDestroyedAmountOrderTotal":{"type":"integer","format":"int32"},"missingTotal":{"type":"integer","format":"int32"},"missingAmountOrderTotal":{"type":"integer","format":"int32"},"comments":{"type":"string"},"significant":{"type":"boolean"},"publish":{"type":"boolean"},"eruption":{"type":"boolean"}}},"EarthquakeView":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"year":{"type":"integer","format":"int32"},"month":{"type":"integer","format":"int32"},"day":{"type":"integer","format":"int32"},"hour":{"type":"integer","format":"int32"},"minute":{"type":"integer","format":"int32"},"second":{"type":"number"},"locationName":{"type":"string"},"latitude":{"type":"number"},"longitude":{"type":"number"},"eqDepth":{"type":"integer","format":"int32"},"eqMagnitude":{"type":"number"},"intensity":{"type":"integer","format":"int32"},"deaths":{"type":"integer","format":"int32"},"deathsAmountOrder":{"type":"integer","format":"int32"},"injuries":{"type":"integer","format":"int32"},"injuriesAmountOrder":{"type":"integer","format":"int32"},"damageMillionsDollars":{"type":"number"},"damageAmountOrder":{"type":"integer","format":"int32"},"housesDestroyed":{"type":"integer","format":"int32"},"housesDestroyedAmountOrder":{"type":"integer","format":"int32"},"housesDamaged":{"type":"integer","format":"int32"},"housesDamagedAmountOrder":{"type":"integer","format":"int32"},"tsunamiEventId":{"type":"integer","format":"int64"},"volcanoEventId":{"type":"integer","format":"int64"},"eqMagMw":{"type":"number"},"eqMagMs":{"type":"number"},"eqMagMb":{"type":"number"},"eqMagMl":{"type":"number"},"eqMagMfa":{"type":"number"},"eqMagUnk":{"type":"number"},"publish":{"type":"boolean"},"missing":{"type":"integer","format":"int32"},"missingAmountOrder":{"type":"integer","format":"int32"},"deathsTotal":{"type":"integer","format":"int32"},"deathsAmountOrderTotal":{"type":"integer","format":"int32"},"missingTotal":{"type":"integer","format":"int32"},"missingAmountOrderTotal":{"type":"integer","format":"int32"},"injuriesTotal":{"type":"integer","format":"int32"},"injuriesAmountOrderTotal":{"type":"integer","format":"int32"},"damageMillionsDollarsTotal":{"type":"number"},"damageAmountOrderTotal":{"type":"integer","format":"int32"},"housesDestroyedTotal":{"type":"integer","format":"int32"},"housesDestroyedAmountOrderTotal":{"type":"integer","format":"int32"},"housesDamagedTotal":{"type":"integer","format":"int32"},"housesDamagedAmountOrderTotal":{"type":"integer","format":"int32"},"area":{"type":"string"},"country":{"type":"string"},"regionCode":{"type":"integer","format":"int32"}}},"ItemsViewEarthquakeView":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/EarthquakeView"}},"page":{"type":"integer","format":"int32"},"totalPages":{"type":"integer","format":"int32"},"totalItems":{"type":"integer","format":"int64"},"itemsPerPage":{"type":"integer","format":"int32"}}},"ItemsViewRunupView":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/RunupView"}},"page":{"type":"integer","format":"int32"},"totalPages":{"type":"integer","format":"int32"},"totalItems":{"type":"integer","format":"int64"},"itemsPerPage":{"type":"integer","format":"int32"}}},"RunupView":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"year":{"type":"integer","format":"int32"},"month":{"type":"integer","format":"int32"},"day":{"type":"integer","format":"int32"},"hour":{"type":"integer","format":"int32"},"minute":{"type":"integer","format":"int32"},"second":{"type":"number"},"sourceEventValidity":{"type":"integer","format":"int32"},"sourceCauseCode":{"type":"integer","format":"int32"},"tsunamiEventId":{"type":"integer","format":"int64"},"volcanoEventId":{"type":"integer","format":"int64"},"earthquakeEventId":{"type":"integer","format":"int64"},"sourceEqMagnitude":{"type":"number"},"doubtful":{"type":"string"},"country":{"type":"string"},"area":{"type":"string"},"locationName":{"type":"string"},"latitude":{"type":"number"},"longitude":{"type":"number"},"distFromSource":{"type":"number"},"arrDay":{"type":"integer","format":"int32"},"arrHour":{"type":"integer","format":"int32"},"arrMin":{"type":"integer","format":"int32"},"maxWaveArrDay":{"type":"integer","format":"int32"},"maxWaveArrHour":{"type":"integer","format":"int32"},"maxWaveArrMin":{"type":"integer","format":"int32"},"travHours":{"type":"integer","format":"int32"},"travMins":{"type":"integer","format":"int32"},"runupHt":{"type":"number"},"runupHoriz":{"type":"number"},"typeMeasurementId":{"type":"integer","format":"int32"},"period":{"type":"number"},"firstMotion":{"type":"string"},"deaths":{"type":"integer","format":"int32"},"deathsAmountOrder":{"type":"integer","format":"int32"},"missing":{"type":"integer","format":"int32"},"missingAmountOrder":{"type":"integer","format":"int32"},"injuries":{"type":"integer","format":"int32"},"injuriesAmountOrder":{"type":"integer","format":"int32"},"damageMillionsDollars":{"type":"number"},"damageAmountOrder":{"type":"integer","format":"int32"},"housesDestroyed":{"type":"integer","format":"int32"},"housesDestroyedAmountOrder":{"type":"integer","format":"int32"},"housesDamaged":{"type":"integer","format":"int32"},"housesDamagedAmountOrder":{"type":"integer","format":"int32"},"publish":{"type":"boolean"},"regionCode":{"type":"integer","format":"int32"},"maxTroughHt":{"type":"number"},"maxTroughDay":{"type":"integer","format":"int32"},"maxTroughHour":{"type":"integer","format":"int32"},"maxTroughMin":{"type":"integer","format":"int32"},"sourceOceanicTsunami":{"type":"boolean"}}},"RunupInfoView":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"year":{"type":"integer","format":"int32"},"month":{"type":"integer","format":"int32"},"day":{"type":"integer","format":"int32"},"hour":{"type":"integer","format":"int32"},"minute":{"type":"integer","format":"int32"},"second":{"type":"number"},"sourceEventValidity":{"type":"integer","format":"int32"},"sourceCauseCode":{"type":"integer","format":"int32"},"sourceOceanicTsunami":{"type":"boolean"},"sourceCountry":{"type":"string"},"sourceLocationName":{"type":"string"},"sourceLatitude":{"type":"number"},"sourceLongitude":{"type":"number"},"sourceNumRunups":{"type":"integer","format":"int32"},"sourceNumDeposits":{"type":"integer","format":"int32"},"sourceTsMtAbe":{"type":"number"},"sourceTsMtIi":{"type":"number"},"sourceTsIntensity":{"type":"number"},"sourceMaxWaterHeight":{"type":"number"},"tsunamiEventId":{"type":"integer","format":"int64"},"volcanoEventId":{"type":"integer","format":"int64"},"earthquakeEventId":{"type":"integer","format":"int64"},"sourceEqMagnitude":{"type":"number"},"doubtful":{"type":"string"},"country":{"type":"string"},"area":{"type":"string"},"locationName":{"type":"string"},"latitude":{"type":"number"},"longitude":{"type":"number"},"distFromSource":{"type":"number"},"arrDay":{"type":"integer","format":"int32"},"arrHour":{"type":"integer","format":"int32"},"arrMin":{"type":"integer","format":"int32"},"maxWaveArrDay":{"type":"integer","format":"int32"},"maxWaveArrHour":{"type":"integer","format":"int32"},"maxWaveArrMin":{"type":"integer","format":"int32"},"travHours":{"type":"integer","format":"int32"},"travMins":{"type":"integer","format":"int32"},"runupHt":{"type":"number"},"runupHoriz":{"type":"number"},"typeMeasurementId":{"type":"integer","format":"int32"},"period":{"type":"number"},"firstMotion":{"type":"string"},"deaths":{"type":"integer","format":"int32"},"deathsAmountOrder":{"type":"integer","format":"int32"},"missing":{"type":"integer","format":"int32"},"missingAmountOrder":{"type":"integer","format":"int32"},"injuries":{"type":"integer","format":"int32"},"injuriesAmountOrder":{"type":"integer","format":"int32"},"damageMillionsDollars":{"type":"number"},"damageAmountOrder":{"type":"integer","format":"int32"},"housesDestroyed":{"type":"integer","format":"int32"},"housesDestroyedAmountOrder":{"type":"integer","format":"int32"},"housesDamaged":{"type":"integer","format":"int32"},"housesDamagedAmountOrder":{"type":"integer","format":"int32"},"comments":{"type":"string"},"publish":{"type":"boolean"},"regionCode":{"type":"integer","format":"int32"},"maxTroughHt":{"type":"number"},"maxTroughDay":{"type":"integer","format":"int32"},"maxTroughHour":{"type":"integer","format":"int32"},"maxTroughMin":{"type":"integer","format":"int32"}}},"ItemsViewMarigramView":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/MarigramView"}},"page":{"type":"integer","format":"int32"},"totalPages":{"type":"integer","format":"int32"},"totalItems":{"type":"integer","format":"int64"},"itemsPerPage":{"type":"integer","format":"int32"}}},"MarigramView":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"year":{"type":"integer","format":"int32"},"month":{"type":"integer","format":"int32"},"day":{"type":"integer","format":"int32"},"regionCode":{"type":"integer","format":"int32"},"country":{"type":"string"},"state":{"type":"string"},"locationName":{"type":"string"},"tsunamiEventId":{"type":"integer","format":"int64"},"scanPreview":{"type":"string"},"scanPreviewSize":{"type":"integer","format":"int32"},"plotPreview":{"type":"string"},"plotPreviewSize":{"type":"integer","format":"int32"},"scan":{"type":"string"},"scanSize":{"type":"integer","format":"int32"},"netcdf":{"type":"string"},"netcdfSize":{"type":"integer","format":"int32"},"csv":{"type":"string"},"csvSize":{"type":"integer","format":"int32"},"publish":{"type":"boolean"},"reference":{"type":"string"},"latitude":{"type":"number"},"longitude":{"type":"number"}}},"MarigramEditView":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"year":{"type":"integer","format":"int32"},"month":{"type":"integer","format":"int32"},"day":{"type":"integer","format":"int32"},"hour":{"type":"integer","format":"int32"},"minute":{"type":"integer","format":"int32"},"second":{"type":"number"},"location":{"type":"string","maxLength":35,"minLength":0},"state":{"type":"string","maxLength":50,"minLength":0},"country":{"type":"string","maxLength":50,"minLength":0},"latitude":{"type":"number"},"longitude":{"type":"number"},"comments":{"type":"string","maxLength":4000,"minLength":0},"publish":{"type":"boolean"},"tsunamiEventId":{"type":"integer","format":"int64"},"scan":{"type":"string"},"plot":{"type":"string"},"reference":{"type":"string"}},"required":["publish","tsunamiEventId"]},"TsunamiEventInfoView":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"year":{"type":"integer","format":"int32"},"month":{"type":"integer","format":"int32"},"day":{"type":"integer","format":"int32"},"hour":{"type":"integer","format":"int32"},"minute":{"type":"integer","format":"int32"},"second":{"type":"number"},"eventValidity":{"type":"integer","format":"int32"},"causeCode":{"type":"integer","format":"int32"},"eqMagnitude":{"type":"number"},"earthquakeEventId":{"type":"integer","format":"int64"},"volcanoEventId":{"type":"integer","format":"int64"},"numDeposits":{"type":"integer","format":"int32"},"country":{"type":"string"},"locationName":{"type":"string"},"latitude":{"type":"number"},"longitude":{"type":"number"},"maxWaterHeight":{"type":"number"},"numRunups":{"type":"integer","format":"int32"},"tsMtAbe":{"type":"number"},"tsMtIi":{"type":"number"},"tsIntensity":{"type":"number"},"warningStatusId":{"type":"integer","format":"int32"},"deaths":{"type":"integer","format":"int32"},"deathsAmountOrder":{"type":"integer","format":"int32"},"missing":{"type":"integer","format":"int32"},"missingAmountOrder":{"type":"integer","format":"int32"},"injuries":{"type":"integer","format":"int32"},"injuriesAmountOrder":{"type":"integer","format":"int32"},"damageMillionsDollars":{"type":"number"},"damageAmountOrder":{"type":"integer","format":"int32"},"housesDestroyed":{"type":"integer","format":"int32"},"housesDestroyedAmountOrder":{"type":"integer","format":"int32"},"housesDamaged":{"type":"integer","format":"int32"},"housesDamagedAmountOrder":{"type":"integer","format":"int32"},"deathsTotal":{"type":"integer","format":"int32"},"deathsAmountOrderTotal":{"type":"integer","format":"int32"},"missingTotal":{"type":"integer","format":"int32"},"missingAmountOrderTotal":{"type":"integer","format":"int32"},"injuriesTotal":{"type":"integer","format":"int32"},"injuriesAmountOrderTotal":{"type":"integer","format":"int32"},"damageMillionsDollarsTotal":{"type":"number"},"damageAmountOrderTotal":{"type":"integer","format":"int32"},"housesDestroyedTotal":{"type":"integer","format":"int32"},"housesDestroyedAmountOrderTotal":{"type":"integer","format":"int32"},"housesDamagedTotal":{"type":"integer","format":"int32"},"housesDamagedAmountOrderTotal":{"type":"integer","format":"int32"},"comments":{"type":"string"},"publish":{"type":"boolean"},"eqDepth":{"type":"integer","format":"int32"},"oceanicTsunami":{"type":"boolean"}}},"DepositView":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"author":{"type":"string"},"year":{"type":"string"},"referenceId":{"type":"integer","format":"int64"},"publicationType":{"type":"integer","format":"int32"},"event":{"type":"string"},"geologicAgeId":{"type":"integer","format":"int32"},"yearBegin":{"type":"integer","format":"int32"},"yearEnd":{"type":"integer","format":"int32"},"latitude":{"type":"number"},"longitude":{"type":"number"},"locationName":{"type":"string"},"country":{"type":"string"},"bodyOfWater":{"type":"string"},"description":{"type":"string"},"environment":{"type":"string"},"publish":{"type":"boolean"},"ageDescription":{"type":"string"},"numTsunamiEvents":{"type":"integer","format":"int32"}}},"ItemsViewDepositView":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/DepositView"}},"page":{"type":"integer","format":"int32"},"totalPages":{"type":"integer","format":"int32"},"totalItems":{"type":"integer","format":"int64"},"itemsPerPage":{"type":"integer","format":"int32"}}},"BasicPagingAndSortingParameters":{"type":"object","properties":{"page":{"type":"integer","format":"int32","minimum":1},"itemsPerPage":{"type":"integer","format":"int32","maximum":200,"minimum":1},"order":{"type":"array","items":{"type":"string"},"maxItems":2147483647,"minItems":1}}},"UserInfoView":{"type":"object","properties":{"username":{"type":"string"},"authorities":{"type":"array","items":{"type":"string"}}}},"EarthquakeInfoView":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"year":{"type":"integer","format":"int32"},"month":{"type":"integer","format":"int32"},"day":{"type":"integer","format":"int32"},"hour":{"type":"integer","format":"int32"},"minute":{"type":"integer","format":"int32"},"second":{"type":"number"},"locationName":{"type":"string"},"latitude":{"type":"number"},"longitude":{"type":"number"},"eqDepth":{"type":"integer","format":"int32"},"eqMagnitude":{"type":"number"},"intensity":{"type":"integer","format":"int32"},"deaths":{"type":"integer","format":"int32"},"deathsAmountOrder":{"type":"integer","format":"int32"},"injuries":{"type":"integer","format":"int32"},"injuriesAmountOrder":{"type":"integer","format":"int32"},"damageMillionsDollars":{"type":"number"},"damageAmountOrder":{"type":"integer","format":"int32"},"housesDestroyed":{"type":"integer","format":"int32"},"housesDestroyedAmountOrder":{"type":"integer","format":"int32"},"housesDamaged":{"type":"integer","format":"int32"},"housesDamagedAmountOrder":{"type":"integer","format":"int32"},"tsunamiEventId":{"type":"integer","format":"int64"},"volcanoEventId":{"type":"integer","format":"int64"},"eqMagMw":{"type":"number"},"eqMagMs":{"type":"number"},"eqMagMb":{"type":"number"},"eqMagMl":{"type":"number"},"eqMagMfa":{"type":"number"},"eqMagUnk":{"type":"number"},"missing":{"type":"integer","format":"int32"},"missingAmountOrder":{"type":"integer","format":"int32"},"deathsTotal":{"type":"integer","format":"int32"},"deathsAmountOrderTotal":{"type":"integer","format":"int32"},"missingTotal":{"type":"integer","format":"int32"},"missingAmountOrderTotal":{"type":"integer","format":"int32"},"injuriesTotal":{"type":"integer","format":"int32"},"injuriesAmountOrderTotal":{"type":"integer","format":"int32"},"damageMillionsDollarsTotal":{"type":"number"},"damageAmountOrderTotal":{"type":"integer","format":"int32"},"housesDestroyedTotal":{"type":"integer","format":"int32"},"housesDestroyedAmountOrderTotal":{"type":"integer","format":"int32"},"housesDamagedTotal":{"type":"integer","format":"int32"},"housesDamagedAmountOrderTotal":{"type":"integer","format":"int32"},"comments":{"type":"string"},"publish":{"type":"boolean"},"area":{"type":"string"},"country":{"type":"string"},"regionCode":{"type":"integer","format":"int32"}}},"DescriptorView":{"type":"object","properties":{"id":{"type":"string"},"description":{"type":"string"},"extra":{"type":"object"}}},"ItemsViewDescriptorView":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/DescriptorView"}},"page":{"type":"integer","format":"int32"},"totalPages":{"type":"integer","format":"int32"},"totalItems":{"type":"integer","format":"int64"},"itemsPerPage":{"type":"integer","format":"int32"}}},"BasicPagingParameters":{"type":"object","properties":{"page":{"type":"integer","format":"int32","minimum":1},"itemsPerPage":{"type":"integer","format":"int32","maximum":200,"minimum":1}}},"DeleteSuccessView":{"type":"object","properties":{"result":{"type":"string"}}},"ApiErrorView":{"properties":{"flashErrors":{"type":"array","items":{"type":"string"}},"formErrors":{"type":"object","additionalProperties":{"type":"array","items":{"type":"string"}}}}}}}}