@dmdata/telegram-json-types 1.1.15 → 1.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/jschema/earthquake-hypocenter-update_1.0.0.json +1 -1
- package/dist/jschema/earthquake-information_1.0.0.json +1 -1
- package/dist/jschema/earthquake-information_1.1.0.json +1 -1
- package/dist/jschema/earthquake-nankai_1.0.0.json +1 -1
- package/dist/jschema/forecast-prefecture_1.0.0.json +1 -1
- package/dist/jschema/tsunami-information_1.0.0.json +1 -1
- package/dist/jschema/tsunami-information_1.1.0.json +1 -0
- package/package.json +1 -1
- package/types/component/earthquake.d.ts +1 -1
- package/types/index.d.ts +1 -0
- package/types/schema/earthquake-nankai/1.0.0.d.ts +18 -3
- package/types/schema/forecast-prefecture/1.0.0.d.ts +2 -2
- package/types/schema/tsunami-information/1.1.0.d.ts +298 -0
- package/types/schema/tsunami-information/index.d.ts +3 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"anyOf":[{"$ref":"#/definitions/EarthquakeHypocenterUpdate.Public"},{"$ref":"#/definitions/EarthquakeHypocenterUpdate.Cancel"}],"definitions":{"EarthquakeHypocenterUpdate.Public":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeHypocenterUpdate.Schema"},"type":{"type":"string","const":"顕著な地震の震源要素更新のお知らせ"},"title":{"type":"string","const":"顕著な地震の震源要素更新のお知らせ"},"infoType":{"enum":["発表","訂正"],"type":"string"},"eventId":{"type":"string"},"serialNo":{"type":"null"},"infoKind":{"type":"string","const":"震源要素更新のお知らせ"},"body":{"$ref":"#/definitions/EarthquakeHypocenterUpdate.PublicBody"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeHypocenterUpdate.Schema":{"type":"object","properties":{"type":{"type":"string","const":"earthquake-hypocenter-update"},"version":{"type":"string","const":"1.0.0"}},"required":["type","version"]},"EarthquakeHypocenterUpdate.PublicBody":{"type":"object","properties":{"earthquake":{"$ref":"#/definitions/Earthquake"},"text":{"type":"string"},"comments":{"$ref":"#/definitions/EarthquakeHypocenterUpdate.Comments"}},"required":["earthquake"]},"Earthquake":{"type":"object","properties":{"originTime":{"type":"string"},"arrivalTime":{"type":"string"},"hypocenter":{"$ref":"#/definitions/Hypocenter"},"magnitude":{"$ref":"#/definitions/Magnitude"}},"required":["arrivalTime","hypocenter","magnitude","originTime"]},"Hypocenter":{"type":"object","properties":{"name":{"type":"string"},"code":{"type":"string"},"coordinate":{"$ref":"#/definitions/Coordinate<\"日本測地系\"|undefined>"},"depth":{"$ref":"#/definitions/Depth"},"detailed":{"type":"object","properties":{"code":{"type":"string"},"name":{"type":"string"}},"required":["code","name"]},"auxiliary":{"type":"object","properties":{"text":{"type":"string"},"code":{"type":"string"},"name":{"type":"string"},"direction":{"type":"string"},"distance":{"$ref":"#/definitions/Omit<UnitValueNotNull<never,\"km\">,\"type\"|\"condition\">"}},"required":["code","direction","distance","name","text"]},"source":{"enum":["PTWC","USGS","WCATWC"],"type":"string"}},"required":["code","coordinate","depth","name"]},"Coordinate<\"日本測地系\"|undefined>":{"anyOf":[{"$ref":"#/definitions/CoordinateUnknown"},{"$ref":"#/definitions/CoordinateNormal<\"日本測地系\"|undefined>"}]},"CoordinateUnknown":{"type":"object","properties":{"condition":{"type":"string","const":"不明"}},"required":["condition"]},"CoordinateNormal<\"日本測地系\"|undefined>":{"type":"object","properties":{"latitude":{"type":"object","properties":{"text":{"type":"string"},"value":{"type":"string"}},"required":["text","value"]},"longitude":{"type":"object","properties":{"text":{"type":"string"},"value":{"type":"string"}},"required":["text","value"]},"height":{"type":"object","properties":{"type":{"type":"string","const":"高さ"},"unit":{"type":"string","const":"m"},"value":{"type":"string"}},"required":["type","unit","value"]},"geodeticSystem":{"const":"日本測地系","type":"string"}},"required":["latitude","longitude"]},"Depth":{"anyOf":[{"$ref":"#/definitions/DepthNormal"},{"$ref":"#/definitions/DepthShallow"},{"$ref":"#/definitions/DepthDeep"},{"$ref":"#/definitions/DepthUnknown"}]},"DepthNormal":{"type":"object","properties":{"value":{"type":"string"},"type":{"type":"string","const":"深さ"},"unit":{"type":"string","const":"km"}},"required":["type","unit","value"]},"DepthShallow":{"type":"object","properties":{"value":{"type":"string","const":"0"},"condition":{"type":"string","const":"ごく浅い"},"type":{"type":"string","const":"深さ"},"unit":{"type":"string","const":"km"}},"required":["condition","type","unit","value"]},"DepthDeep":{"type":"object","properties":{"value":{"type":"string","const":"700"},"condition":{"type":"string","const":"700km以上"},"type":{"type":"string","const":"深さ"},"unit":{"type":"string","const":"km"}},"required":["condition","type","unit","value"]},"DepthUnknown":{"type":"object","properties":{"value":{"type":"null"},"condition":{"type":"string","const":"不明"},"type":{"type":"string","const":"深さ"},"unit":{"type":"string","const":"km"}},"required":["condition","type","unit","value"]},"Omit<UnitValueNotNull<never,\"km\">,\"type\"|\"condition\">":{"type":"object","properties":{"value":{"type":"string"},"unit":{"type":"string","const":"km"}},"required":["unit","value"]},"Magnitude":{"anyOf":[{"$ref":"#/definitions/MagnitudeNormal"},{"$ref":"#/definitions/MagnitudeUnknown"}]},"MagnitudeNormal":{"type":"object","properties":{"value":{"type":"string"},"type":{"type":"string","const":"マグニチュード"},"unit":{"enum":["M","Mj"],"type":"string"}},"required":["type","unit","value"]},"MagnitudeUnknown":{"type":"object","properties":{"value":{"type":"null"},"condition":{"enum":["M不明","M8を超える巨大地震"],"type":"string"},"type":{"type":"string","const":"マグニチュード"},"unit":{"enum":["M","Mj"],"type":"string"}},"required":["condition","type","unit","value"]},"EarthquakeHypocenterUpdate.Comments":{"type":"object","properties":{"free":{"type":"string"}},"required":["free"]},"EarthquakeHypocenterUpdate.Cancel":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeHypocenterUpdate.Schema"},"type":{"type":"string","const":"顕著な地震の震源要素更新のお知らせ"},"title":{"type":"string","const":"顕著な地震の震源要素更新のお知らせ"},"infoType":{"type":"string","const":"取消"},"eventId":{"type":"string"},"serialNo":{"type":"null"},"infoKind":{"type":"string","const":"震源要素更新のお知らせ"},"body":{"$ref":"#/definitions/EarthquakeHypocenterUpdate.CancelBody"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeHypocenterUpdate.CancelBody":{"type":"object","properties":{"text":{"type":"string"}},"required":["text"]}},"$schema":"http://json-schema.org/draft-07/schema#"}
|
|
1
|
+
{"anyOf":[{"$ref":"#/definitions/EarthquakeHypocenterUpdate.Public"},{"$ref":"#/definitions/EarthquakeHypocenterUpdate.Cancel"}],"definitions":{"EarthquakeHypocenterUpdate.Public":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeHypocenterUpdate.Schema"},"type":{"type":"string","const":"顕著な地震の震源要素更新のお知らせ"},"title":{"type":"string","const":"顕著な地震の震源要素更新のお知らせ"},"infoType":{"enum":["発表","訂正"],"type":"string"},"eventId":{"type":"string"},"serialNo":{"type":"null"},"infoKind":{"type":"string","const":"震源要素更新のお知らせ"},"body":{"$ref":"#/definitions/EarthquakeHypocenterUpdate.PublicBody"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeHypocenterUpdate.Schema":{"type":"object","properties":{"type":{"type":"string","const":"earthquake-hypocenter-update"},"version":{"type":"string","const":"1.0.0"}},"required":["type","version"]},"EarthquakeHypocenterUpdate.PublicBody":{"type":"object","properties":{"earthquake":{"$ref":"#/definitions/Earthquake"},"text":{"type":"string"},"comments":{"$ref":"#/definitions/EarthquakeHypocenterUpdate.Comments"}},"required":["earthquake"]},"Earthquake":{"type":"object","properties":{"originTime":{"type":"string"},"arrivalTime":{"type":"string"},"hypocenter":{"$ref":"#/definitions/Hypocenter"},"magnitude":{"$ref":"#/definitions/Magnitude"}},"required":["arrivalTime","hypocenter","magnitude","originTime"]},"Hypocenter":{"type":"object","properties":{"name":{"type":"string"},"code":{"type":"string"},"coordinate":{"$ref":"#/definitions/Coordinate<\"日本測地系\"|undefined>"},"depth":{"$ref":"#/definitions/Depth"},"detailed":{"type":"object","properties":{"code":{"type":"string"},"name":{"type":"string"}},"required":["code","name"]},"auxiliary":{"type":"object","properties":{"text":{"type":"string"},"code":{"type":"string"},"name":{"type":"string"},"direction":{"type":"string"},"distance":{"$ref":"#/definitions/Omit<UnitValueNotNull<never,\"km\">,\"type\"|\"condition\">"}},"required":["code","direction","distance","name","text"]},"source":{"enum":["CATAC","NTWC","PTWC","SCSTAC","USGS","WCATWC"],"type":"string"}},"required":["code","coordinate","depth","name"]},"Coordinate<\"日本測地系\"|undefined>":{"anyOf":[{"$ref":"#/definitions/CoordinateUnknown"},{"$ref":"#/definitions/CoordinateNormal<\"日本測地系\"|undefined>"}]},"CoordinateUnknown":{"type":"object","properties":{"condition":{"type":"string","const":"不明"}},"required":["condition"]},"CoordinateNormal<\"日本測地系\"|undefined>":{"type":"object","properties":{"latitude":{"type":"object","properties":{"text":{"type":"string"},"value":{"type":"string"}},"required":["text","value"]},"longitude":{"type":"object","properties":{"text":{"type":"string"},"value":{"type":"string"}},"required":["text","value"]},"height":{"type":"object","properties":{"type":{"type":"string","const":"高さ"},"unit":{"type":"string","const":"m"},"value":{"type":"string"}},"required":["type","unit","value"]},"geodeticSystem":{"const":"日本測地系","type":"string"}},"required":["latitude","longitude"]},"Depth":{"anyOf":[{"$ref":"#/definitions/DepthNormal"},{"$ref":"#/definitions/DepthShallow"},{"$ref":"#/definitions/DepthDeep"},{"$ref":"#/definitions/DepthUnknown"}]},"DepthNormal":{"type":"object","properties":{"value":{"type":"string"},"type":{"type":"string","const":"深さ"},"unit":{"type":"string","const":"km"}},"required":["type","unit","value"]},"DepthShallow":{"type":"object","properties":{"value":{"type":"string","const":"0"},"condition":{"type":"string","const":"ごく浅い"},"type":{"type":"string","const":"深さ"},"unit":{"type":"string","const":"km"}},"required":["condition","type","unit","value"]},"DepthDeep":{"type":"object","properties":{"value":{"type":"string","const":"700"},"condition":{"type":"string","const":"700km以上"},"type":{"type":"string","const":"深さ"},"unit":{"type":"string","const":"km"}},"required":["condition","type","unit","value"]},"DepthUnknown":{"type":"object","properties":{"value":{"type":"null"},"condition":{"type":"string","const":"不明"},"type":{"type":"string","const":"深さ"},"unit":{"type":"string","const":"km"}},"required":["condition","type","unit","value"]},"Omit<UnitValueNotNull<never,\"km\">,\"type\"|\"condition\">":{"type":"object","properties":{"value":{"type":"string"},"unit":{"type":"string","const":"km"}},"required":["unit","value"]},"Magnitude":{"anyOf":[{"$ref":"#/definitions/MagnitudeNormal"},{"$ref":"#/definitions/MagnitudeUnknown"}]},"MagnitudeNormal":{"type":"object","properties":{"value":{"type":"string"},"type":{"type":"string","const":"マグニチュード"},"unit":{"enum":["M","Mj"],"type":"string"}},"required":["type","unit","value"]},"MagnitudeUnknown":{"type":"object","properties":{"value":{"type":"null"},"condition":{"enum":["M不明","M8を超える巨大地震"],"type":"string"},"type":{"type":"string","const":"マグニチュード"},"unit":{"enum":["M","Mj"],"type":"string"}},"required":["condition","type","unit","value"]},"EarthquakeHypocenterUpdate.Comments":{"type":"object","properties":{"free":{"type":"string"}},"required":["free"]},"EarthquakeHypocenterUpdate.Cancel":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeHypocenterUpdate.Schema"},"type":{"type":"string","const":"顕著な地震の震源要素更新のお知らせ"},"title":{"type":"string","const":"顕著な地震の震源要素更新のお知らせ"},"infoType":{"type":"string","const":"取消"},"eventId":{"type":"string"},"serialNo":{"type":"null"},"infoKind":{"type":"string","const":"震源要素更新のお知らせ"},"body":{"$ref":"#/definitions/EarthquakeHypocenterUpdate.CancelBody"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeHypocenterUpdate.CancelBody":{"type":"object","properties":{"text":{"type":"string"}},"required":["text"]}},"$schema":"http://json-schema.org/draft-07/schema#"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"anyOf":[{"$ref":"#/definitions/EarthquakeInformation.PublicVXSE51"},{"$ref":"#/definitions/EarthquakeInformation.PublicVXSE52"},{"$ref":"#/definitions/EarthquakeInformation.PublicVXSE53"},{"$ref":"#/definitions/EarthquakeInformation.PublicVZSE40"},{"$ref":"#/definitions/EarthquakeInformation.Cancel"}],"definitions":{"EarthquakeInformation.PublicVXSE51":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeInformation.Schema"},"type":{"type":"string","const":"震度速報"},"title":{"type":"string","const":"震度速報"},"infoType":{"enum":["発表","訂正"],"type":"string"},"eventId":{"type":"string"},"serialNo":{"type":"null"},"infoKind":{"type":"string","const":"震度速報"},"body":{"$ref":"#/definitions/EarthquakeInformation.PublicBodyVXSE51"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeInformation.Schema":{"type":"object","properties":{"type":{"type":"string","const":"earthquake-information"},"version":{"type":"string","const":"1.0.0"}},"required":["type","version"]},"EarthquakeInformation.PublicBodyVXSE51":{"type":"object","properties":{"intensity":{"$ref":"#/definitions/EarthquakeInformation.IntensityVXSE51"},"text":{"type":"string"},"comments":{"$ref":"#/definitions/Omit<EarthquakeInformation.Comments,\"var\">"}},"required":["comments","intensity"]},"EarthquakeInformation.IntensityVXSE51":{"type":"object","properties":{"maxInt":{"$ref":"#/definitions/EarthquakeInformation.IntensityClass"},"prefectures":{"type":"array","items":{"$ref":"#/definitions/EarthquakeInformation.IntensityMaxInt"}},"regions":{"type":"array","items":{"$ref":"#/definitions/EarthquakeInformation.IntensityMaxInt"}}},"required":["maxInt","prefectures","regions"]},"EarthquakeInformation.IntensityClass":{"enum":["1","2","3","4","5+","5-","6+","6-","7"],"type":"string"},"EarthquakeInformation.IntensityMaxInt":{"type":"object","properties":{"maxInt":{"$ref":"#/definitions/EarthquakeInformation.IntensityClass"},"code":{"type":"string"},"name":{"type":"string"}},"required":["code","maxInt","name"]},"Omit<EarthquakeInformation.Comments,\"var\">":{"type":"object","properties":{"free":{"type":"string"},"forecast":{"type":"object","properties":{"text":{"type":"string"},"codes":{"type":"array","items":{"type":"string"}}},"required":["codes","text"]}}},"EarthquakeInformation.PublicVXSE52":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeInformation.Schema"},"type":{"type":"string","const":"震源に関する情報"},"title":{"type":"string","const":"震源に関する情報"},"infoType":{"enum":["発表","訂正"],"type":"string"},"eventId":{"type":"string"},"serialNo":{"type":"null"},"infoKind":{"type":"string","const":"震源速報"},"body":{"$ref":"#/definitions/EarthquakeInformation.PublicBodyVXSE52"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeInformation.PublicBodyVXSE52":{"type":"object","properties":{"earthquake":{"$ref":"#/definitions/Earthquake"},"text":{"type":"string"},"comments":{"$ref":"#/definitions/Omit<EarthquakeInformation.Comments,\"var\">"}},"required":["comments","earthquake"]},"Earthquake":{"type":"object","properties":{"originTime":{"type":"string"},"arrivalTime":{"type":"string"},"hypocenter":{"$ref":"#/definitions/Hypocenter"},"magnitude":{"$ref":"#/definitions/Magnitude"}},"required":["arrivalTime","hypocenter","magnitude","originTime"]},"Hypocenter":{"type":"object","properties":{"name":{"type":"string"},"code":{"type":"string"},"coordinate":{"$ref":"#/definitions/Coordinate<\"日本測地系\"|undefined>"},"depth":{"$ref":"#/definitions/Depth"},"detailed":{"type":"object","properties":{"code":{"type":"string"},"name":{"type":"string"}},"required":["code","name"]},"auxiliary":{"type":"object","properties":{"text":{"type":"string"},"code":{"type":"string"},"name":{"type":"string"},"direction":{"type":"string"},"distance":{"$ref":"#/definitions/Omit<UnitValueNotNull<never,\"km\">,\"type\"|\"condition\">"}},"required":["code","direction","distance","name","text"]},"source":{"enum":["PTWC","USGS","WCATWC"],"type":"string"}},"required":["code","coordinate","depth","name"]},"Coordinate<\"日本測地系\"|undefined>":{"anyOf":[{"$ref":"#/definitions/CoordinateUnknown"},{"$ref":"#/definitions/CoordinateNormal<\"日本測地系\"|undefined>"}]},"CoordinateUnknown":{"type":"object","properties":{"condition":{"type":"string","const":"不明"}},"required":["condition"]},"CoordinateNormal<\"日本測地系\"|undefined>":{"type":"object","properties":{"latitude":{"type":"object","properties":{"text":{"type":"string"},"value":{"type":"string"}},"required":["text","value"]},"longitude":{"type":"object","properties":{"text":{"type":"string"},"value":{"type":"string"}},"required":["text","value"]},"height":{"type":"object","properties":{"type":{"type":"string","const":"高さ"},"unit":{"type":"string","const":"m"},"value":{"type":"string"}},"required":["type","unit","value"]},"geodeticSystem":{"const":"日本測地系","type":"string"}},"required":["latitude","longitude"]},"Depth":{"anyOf":[{"$ref":"#/definitions/DepthNormal"},{"$ref":"#/definitions/DepthShallow"},{"$ref":"#/definitions/DepthDeep"},{"$ref":"#/definitions/DepthUnknown"}]},"DepthNormal":{"type":"object","properties":{"value":{"type":"string"},"type":{"type":"string","const":"深さ"},"unit":{"type":"string","const":"km"}},"required":["type","unit","value"]},"DepthShallow":{"type":"object","properties":{"value":{"type":"string","const":"0"},"condition":{"type":"string","const":"ごく浅い"},"type":{"type":"string","const":"深さ"},"unit":{"type":"string","const":"km"}},"required":["condition","type","unit","value"]},"DepthDeep":{"type":"object","properties":{"value":{"type":"string","const":"700"},"condition":{"type":"string","const":"700km以上"},"type":{"type":"string","const":"深さ"},"unit":{"type":"string","const":"km"}},"required":["condition","type","unit","value"]},"DepthUnknown":{"type":"object","properties":{"value":{"type":"null"},"condition":{"type":"string","const":"不明"},"type":{"type":"string","const":"深さ"},"unit":{"type":"string","const":"km"}},"required":["condition","type","unit","value"]},"Omit<UnitValueNotNull<never,\"km\">,\"type\"|\"condition\">":{"type":"object","properties":{"value":{"type":"string"},"unit":{"type":"string","const":"km"}},"required":["unit","value"]},"Magnitude":{"anyOf":[{"$ref":"#/definitions/MagnitudeNormal"},{"$ref":"#/definitions/MagnitudeUnknown"}]},"MagnitudeNormal":{"type":"object","properties":{"value":{"type":"string"},"type":{"type":"string","const":"マグニチュード"},"unit":{"enum":["M","Mj"],"type":"string"}},"required":["type","unit","value"]},"MagnitudeUnknown":{"type":"object","properties":{"value":{"type":"null"},"condition":{"enum":["M不明","M8を超える巨大地震"],"type":"string"},"type":{"type":"string","const":"マグニチュード"},"unit":{"enum":["M","Mj"],"type":"string"}},"required":["condition","type","unit","value"]},"EarthquakeInformation.PublicVXSE53":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeInformation.Schema"},"type":{"type":"string","const":"震源・震度に関する情報"},"title":{"enum":["遠地地震に関する情報","震源・震度情報"],"type":"string"},"infoType":{"enum":["発表","訂正"],"type":"string"},"eventId":{"type":"string"},"serialNo":{"type":"string"},"infoKind":{"type":"string","const":"地震情報"},"body":{"$ref":"#/definitions/EarthquakeInformation.PublicBodyVXSE53"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeInformation.PublicBodyVXSE53":{"type":"object","properties":{"earthquake":{"$ref":"#/definitions/Earthquake"},"intensity":{"$ref":"#/definitions/EarthquakeInformation.IntensityVXSE53"},"text":{"type":"string"},"comments":{"$ref":"#/definitions/EarthquakeInformation.Comments"}},"required":["comments","earthquake"]},"EarthquakeInformation.IntensityVXSE53":{"type":"object","properties":{"maxInt":{"$ref":"#/definitions/EarthquakeInformation.IntensityClass"},"prefectures":{"type":"array","items":{"$ref":"#/definitions/EarthquakeInformation.IntensityMaxIntOnRevise"}},"regions":{"type":"array","items":{"$ref":"#/definitions/EarthquakeInformation.IntensityMaxIntOnRevise"}},"cities":{"type":"array","items":{"$ref":"#/definitions/EarthquakeInformation.IntensityCity"}},"stations":{"type":"array","items":{"$ref":"#/definitions/EarthquakeInformation.IntensityStation"}}},"required":["cities","maxInt","prefectures","regions","stations"]},"EarthquakeInformation.IntensityMaxIntOnRevise":{"type":"object","properties":{"maxInt":{"enum":["1","2","3","4","5+","5-","6+","6-","7"],"type":"string"},"revise":{"enum":["上方修正","追加"],"type":"string"},"code":{"type":"string"},"name":{"type":"string"}},"required":["code","name"]},"EarthquakeInformation.IntensityCity":{"type":"object","properties":{"maxInt":{"enum":["1","2","3","4","5+","5-","6+","6-","7"],"type":"string"},"revise":{"enum":["上方修正","追加"],"type":"string"},"condition":{"const":"震度5弱以上未入電","type":"string"},"code":{"type":"string"},"name":{"type":"string"}},"required":["code","name"]},"EarthquakeInformation.IntensityStation":{"type":"object","properties":{"int":{"enum":["!5-","1","2","3","4","5+","5-","6+","6-","7"],"type":"string"},"revise":{"enum":["上方修正","追加"],"type":"string"},"condition":{"const":"震度5弱以上未入電","type":"string"},"code":{"type":"string"},"name":{"type":"string"}},"required":["code","int","name"]},"EarthquakeInformation.Comments":{"type":"object","properties":{"free":{"type":"string"},"forecast":{"type":"object","properties":{"text":{"type":"string"},"codes":{"type":"array","items":{"type":"string"}}},"required":["codes","text"]},"var":{"type":"object","properties":{"text":{"type":"string"},"codes":{"type":"array","items":{"type":"string"}}},"required":["codes","text"]}}},"EarthquakeInformation.PublicVZSE40":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeInformation.Schema"},"type":{"type":"string","const":"地震・津波に関するお知らせ"},"title":{"type":"string","const":"地震・津波に関するお知らせ"},"infoType":{"enum":["発表","訂正"],"type":"string"},"eventId":{"type":"string"},"serialNo":{"type":"null"},"infoKind":{"type":"string","const":"地震・津波に関するお知らせ"},"body":{"$ref":"#/definitions/EarthquakeInformation.PublicBodyVZSE40"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeInformation.PublicBodyVZSE40":{"type":"object","properties":{"text":{"type":"string"}},"required":["text"]},"EarthquakeInformation.Cancel":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeInformation.Schema"},"type":{"enum":["地震・津波に関するお知らせ","震度速報","震源に関する情報","震源・震度に関する情報"],"type":"string"},"title":{"enum":["地震・津波に関するお知らせ","遠地地震に関する情報","震度速報","震源に関する情報","震源・震度情報"],"type":"string"},"infoType":{"type":"string","const":"取消"},"eventId":{"type":"string"},"infoKind":{"enum":["地震・津波に関するお知らせ","地震情報","震度速報","震源速報"],"type":"string"},"body":{"$ref":"#/definitions/EarthquakeInformation.CancelBody"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"serialNo":{"type":["null","string"]},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeInformation.CancelBody":{"type":"object","properties":{"text":{"type":"string"}},"required":["text"]}},"$schema":"http://json-schema.org/draft-07/schema#"}
|
|
1
|
+
{"anyOf":[{"$ref":"#/definitions/EarthquakeInformation.PublicVXSE51"},{"$ref":"#/definitions/EarthquakeInformation.PublicVXSE52"},{"$ref":"#/definitions/EarthquakeInformation.PublicVXSE53"},{"$ref":"#/definitions/EarthquakeInformation.PublicVZSE40"},{"$ref":"#/definitions/EarthquakeInformation.Cancel"}],"definitions":{"EarthquakeInformation.PublicVXSE51":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeInformation.Schema"},"type":{"type":"string","const":"震度速報"},"title":{"type":"string","const":"震度速報"},"infoType":{"enum":["発表","訂正"],"type":"string"},"eventId":{"type":"string"},"serialNo":{"type":"null"},"infoKind":{"type":"string","const":"震度速報"},"body":{"$ref":"#/definitions/EarthquakeInformation.PublicBodyVXSE51"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeInformation.Schema":{"type":"object","properties":{"type":{"type":"string","const":"earthquake-information"},"version":{"type":"string","const":"1.0.0"}},"required":["type","version"]},"EarthquakeInformation.PublicBodyVXSE51":{"type":"object","properties":{"intensity":{"$ref":"#/definitions/EarthquakeInformation.IntensityVXSE51"},"text":{"type":"string"},"comments":{"$ref":"#/definitions/Omit<EarthquakeInformation.Comments,\"var\">"}},"required":["comments","intensity"]},"EarthquakeInformation.IntensityVXSE51":{"type":"object","properties":{"maxInt":{"$ref":"#/definitions/EarthquakeInformation.IntensityClass"},"prefectures":{"type":"array","items":{"$ref":"#/definitions/EarthquakeInformation.IntensityMaxInt"}},"regions":{"type":"array","items":{"$ref":"#/definitions/EarthquakeInformation.IntensityMaxInt"}}},"required":["maxInt","prefectures","regions"]},"EarthquakeInformation.IntensityClass":{"enum":["1","2","3","4","5+","5-","6+","6-","7"],"type":"string"},"EarthquakeInformation.IntensityMaxInt":{"type":"object","properties":{"maxInt":{"$ref":"#/definitions/EarthquakeInformation.IntensityClass"},"code":{"type":"string"},"name":{"type":"string"}},"required":["code","maxInt","name"]},"Omit<EarthquakeInformation.Comments,\"var\">":{"type":"object","properties":{"free":{"type":"string"},"forecast":{"type":"object","properties":{"text":{"type":"string"},"codes":{"type":"array","items":{"type":"string"}}},"required":["codes","text"]}}},"EarthquakeInformation.PublicVXSE52":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeInformation.Schema"},"type":{"type":"string","const":"震源に関する情報"},"title":{"type":"string","const":"震源に関する情報"},"infoType":{"enum":["発表","訂正"],"type":"string"},"eventId":{"type":"string"},"serialNo":{"type":"null"},"infoKind":{"type":"string","const":"震源速報"},"body":{"$ref":"#/definitions/EarthquakeInformation.PublicBodyVXSE52"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeInformation.PublicBodyVXSE52":{"type":"object","properties":{"earthquake":{"$ref":"#/definitions/Earthquake"},"text":{"type":"string"},"comments":{"$ref":"#/definitions/Omit<EarthquakeInformation.Comments,\"var\">"}},"required":["comments","earthquake"]},"Earthquake":{"type":"object","properties":{"originTime":{"type":"string"},"arrivalTime":{"type":"string"},"hypocenter":{"$ref":"#/definitions/Hypocenter"},"magnitude":{"$ref":"#/definitions/Magnitude"}},"required":["arrivalTime","hypocenter","magnitude","originTime"]},"Hypocenter":{"type":"object","properties":{"name":{"type":"string"},"code":{"type":"string"},"coordinate":{"$ref":"#/definitions/Coordinate<\"日本測地系\"|undefined>"},"depth":{"$ref":"#/definitions/Depth"},"detailed":{"type":"object","properties":{"code":{"type":"string"},"name":{"type":"string"}},"required":["code","name"]},"auxiliary":{"type":"object","properties":{"text":{"type":"string"},"code":{"type":"string"},"name":{"type":"string"},"direction":{"type":"string"},"distance":{"$ref":"#/definitions/Omit<UnitValueNotNull<never,\"km\">,\"type\"|\"condition\">"}},"required":["code","direction","distance","name","text"]},"source":{"enum":["CATAC","NTWC","PTWC","SCSTAC","USGS","WCATWC"],"type":"string"}},"required":["code","coordinate","depth","name"]},"Coordinate<\"日本測地系\"|undefined>":{"anyOf":[{"$ref":"#/definitions/CoordinateUnknown"},{"$ref":"#/definitions/CoordinateNormal<\"日本測地系\"|undefined>"}]},"CoordinateUnknown":{"type":"object","properties":{"condition":{"type":"string","const":"不明"}},"required":["condition"]},"CoordinateNormal<\"日本測地系\"|undefined>":{"type":"object","properties":{"latitude":{"type":"object","properties":{"text":{"type":"string"},"value":{"type":"string"}},"required":["text","value"]},"longitude":{"type":"object","properties":{"text":{"type":"string"},"value":{"type":"string"}},"required":["text","value"]},"height":{"type":"object","properties":{"type":{"type":"string","const":"高さ"},"unit":{"type":"string","const":"m"},"value":{"type":"string"}},"required":["type","unit","value"]},"geodeticSystem":{"const":"日本測地系","type":"string"}},"required":["latitude","longitude"]},"Depth":{"anyOf":[{"$ref":"#/definitions/DepthNormal"},{"$ref":"#/definitions/DepthShallow"},{"$ref":"#/definitions/DepthDeep"},{"$ref":"#/definitions/DepthUnknown"}]},"DepthNormal":{"type":"object","properties":{"value":{"type":"string"},"type":{"type":"string","const":"深さ"},"unit":{"type":"string","const":"km"}},"required":["type","unit","value"]},"DepthShallow":{"type":"object","properties":{"value":{"type":"string","const":"0"},"condition":{"type":"string","const":"ごく浅い"},"type":{"type":"string","const":"深さ"},"unit":{"type":"string","const":"km"}},"required":["condition","type","unit","value"]},"DepthDeep":{"type":"object","properties":{"value":{"type":"string","const":"700"},"condition":{"type":"string","const":"700km以上"},"type":{"type":"string","const":"深さ"},"unit":{"type":"string","const":"km"}},"required":["condition","type","unit","value"]},"DepthUnknown":{"type":"object","properties":{"value":{"type":"null"},"condition":{"type":"string","const":"不明"},"type":{"type":"string","const":"深さ"},"unit":{"type":"string","const":"km"}},"required":["condition","type","unit","value"]},"Omit<UnitValueNotNull<never,\"km\">,\"type\"|\"condition\">":{"type":"object","properties":{"value":{"type":"string"},"unit":{"type":"string","const":"km"}},"required":["unit","value"]},"Magnitude":{"anyOf":[{"$ref":"#/definitions/MagnitudeNormal"},{"$ref":"#/definitions/MagnitudeUnknown"}]},"MagnitudeNormal":{"type":"object","properties":{"value":{"type":"string"},"type":{"type":"string","const":"マグニチュード"},"unit":{"enum":["M","Mj"],"type":"string"}},"required":["type","unit","value"]},"MagnitudeUnknown":{"type":"object","properties":{"value":{"type":"null"},"condition":{"enum":["M不明","M8を超える巨大地震"],"type":"string"},"type":{"type":"string","const":"マグニチュード"},"unit":{"enum":["M","Mj"],"type":"string"}},"required":["condition","type","unit","value"]},"EarthquakeInformation.PublicVXSE53":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeInformation.Schema"},"type":{"type":"string","const":"震源・震度に関する情報"},"title":{"enum":["遠地地震に関する情報","震源・震度情報"],"type":"string"},"infoType":{"enum":["発表","訂正"],"type":"string"},"eventId":{"type":"string"},"serialNo":{"type":"string"},"infoKind":{"type":"string","const":"地震情報"},"body":{"$ref":"#/definitions/EarthquakeInformation.PublicBodyVXSE53"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeInformation.PublicBodyVXSE53":{"type":"object","properties":{"earthquake":{"$ref":"#/definitions/Earthquake"},"intensity":{"$ref":"#/definitions/EarthquakeInformation.IntensityVXSE53"},"text":{"type":"string"},"comments":{"$ref":"#/definitions/EarthquakeInformation.Comments"}},"required":["comments","earthquake"]},"EarthquakeInformation.IntensityVXSE53":{"type":"object","properties":{"maxInt":{"$ref":"#/definitions/EarthquakeInformation.IntensityClass"},"prefectures":{"type":"array","items":{"$ref":"#/definitions/EarthquakeInformation.IntensityMaxIntOnRevise"}},"regions":{"type":"array","items":{"$ref":"#/definitions/EarthquakeInformation.IntensityMaxIntOnRevise"}},"cities":{"type":"array","items":{"$ref":"#/definitions/EarthquakeInformation.IntensityCity"}},"stations":{"type":"array","items":{"$ref":"#/definitions/EarthquakeInformation.IntensityStation"}}},"required":["cities","maxInt","prefectures","regions","stations"]},"EarthquakeInformation.IntensityMaxIntOnRevise":{"type":"object","properties":{"maxInt":{"enum":["1","2","3","4","5+","5-","6+","6-","7"],"type":"string"},"revise":{"enum":["上方修正","追加"],"type":"string"},"code":{"type":"string"},"name":{"type":"string"}},"required":["code","name"]},"EarthquakeInformation.IntensityCity":{"type":"object","properties":{"maxInt":{"enum":["1","2","3","4","5+","5-","6+","6-","7"],"type":"string"},"revise":{"enum":["上方修正","追加"],"type":"string"},"condition":{"const":"震度5弱以上未入電","type":"string"},"code":{"type":"string"},"name":{"type":"string"}},"required":["code","name"]},"EarthquakeInformation.IntensityStation":{"type":"object","properties":{"int":{"enum":["!5-","1","2","3","4","5+","5-","6+","6-","7"],"type":"string"},"revise":{"enum":["上方修正","追加"],"type":"string"},"condition":{"const":"震度5弱以上未入電","type":"string"},"code":{"type":"string"},"name":{"type":"string"}},"required":["code","int","name"]},"EarthquakeInformation.Comments":{"type":"object","properties":{"free":{"type":"string"},"forecast":{"type":"object","properties":{"text":{"type":"string"},"codes":{"type":"array","items":{"type":"string"}}},"required":["codes","text"]},"var":{"type":"object","properties":{"text":{"type":"string"},"codes":{"type":"array","items":{"type":"string"}}},"required":["codes","text"]}}},"EarthquakeInformation.PublicVZSE40":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeInformation.Schema"},"type":{"type":"string","const":"地震・津波に関するお知らせ"},"title":{"type":"string","const":"地震・津波に関するお知らせ"},"infoType":{"enum":["発表","訂正"],"type":"string"},"eventId":{"type":"string"},"serialNo":{"type":"null"},"infoKind":{"type":"string","const":"地震・津波に関するお知らせ"},"body":{"$ref":"#/definitions/EarthquakeInformation.PublicBodyVZSE40"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeInformation.PublicBodyVZSE40":{"type":"object","properties":{"text":{"type":"string"}},"required":["text"]},"EarthquakeInformation.Cancel":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeInformation.Schema"},"type":{"enum":["地震・津波に関するお知らせ","震度速報","震源に関する情報","震源・震度に関する情報"],"type":"string"},"title":{"enum":["地震・津波に関するお知らせ","遠地地震に関する情報","震度速報","震源に関する情報","震源・震度情報"],"type":"string"},"infoType":{"type":"string","const":"取消"},"eventId":{"type":"string"},"infoKind":{"enum":["地震・津波に関するお知らせ","地震情報","震度速報","震源速報"],"type":"string"},"body":{"$ref":"#/definitions/EarthquakeInformation.CancelBody"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"serialNo":{"type":["null","string"]},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeInformation.CancelBody":{"type":"object","properties":{"text":{"type":"string"}},"required":["text"]}},"$schema":"http://json-schema.org/draft-07/schema#"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"anyOf":[{"$ref":"#/definitions/EarthquakeInformation.PublicVXSE51"},{"$ref":"#/definitions/EarthquakeInformation.PublicVXSE52"},{"$ref":"#/definitions/EarthquakeInformation.PublicVXSE53"},{"$ref":"#/definitions/EarthquakeInformation.PublicVXSE62"},{"$ref":"#/definitions/EarthquakeInformation.PublicVZSE40"},{"$ref":"#/definitions/EarthquakeInformation.Cancel"}],"definitions":{"EarthquakeInformation.PublicVXSE51":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeInformation.Schema"},"type":{"type":"string","const":"震度速報"},"title":{"type":"string","const":"震度速報"},"infoType":{"enum":["発表","訂正"],"type":"string"},"eventId":{"type":"string"},"serialNo":{"type":"null"},"infoKind":{"type":"string","const":"震度速報"},"body":{"$ref":"#/definitions/EarthquakeInformation.PublicBodyVXSE51"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeInformation.Schema":{"type":"object","properties":{"type":{"type":"string","const":"earthquake-information"},"version":{"type":"string","const":"1.1.0"}},"required":["type","version"]},"EarthquakeInformation.PublicBodyVXSE51":{"type":"object","properties":{"intensity":{"$ref":"#/definitions/EarthquakeInformation.IntensityVXSE51"},"text":{"type":"string"},"comments":{"$ref":"#/definitions/EarthquakeInformation.CommentsVXSE51Or52"}},"required":["comments","intensity"]},"EarthquakeInformation.IntensityVXSE51":{"type":"object","properties":{"maxInt":{"$ref":"#/definitions/EarthquakeInformation.IntensityClass"},"prefectures":{"type":"array","items":{"$ref":"#/definitions/EarthquakeInformation.IntensityMaxInt"}},"regions":{"type":"array","items":{"$ref":"#/definitions/EarthquakeInformation.IntensityMaxInt"}}},"required":["maxInt","prefectures","regions"]},"EarthquakeInformation.IntensityClass":{"enum":["1","2","3","4","5+","5-","6+","6-","7"],"type":"string"},"EarthquakeInformation.IntensityMaxInt":{"type":"object","properties":{"maxInt":{"$ref":"#/definitions/EarthquakeInformation.IntensityClass"},"code":{"type":"string"},"name":{"type":"string"}},"required":["code","maxInt","name"]},"EarthquakeInformation.CommentsVXSE51Or52":{"type":"object","properties":{"free":{"type":"string"},"forecast":{"type":"object","properties":{"text":{"type":"string"},"codes":{"type":"array","items":{"type":"string"}}},"required":["codes","text"]}}},"EarthquakeInformation.PublicVXSE52":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeInformation.Schema"},"type":{"type":"string","const":"震源に関する情報"},"title":{"type":"string","const":"震源に関する情報"},"infoType":{"enum":["発表","訂正"],"type":"string"},"eventId":{"type":"string"},"serialNo":{"type":"null"},"infoKind":{"type":"string","const":"震源速報"},"body":{"$ref":"#/definitions/EarthquakeInformation.PublicBodyVXSE52"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeInformation.PublicBodyVXSE52":{"type":"object","properties":{"earthquake":{"$ref":"#/definitions/Earthquake"},"text":{"type":"string"},"comments":{"$ref":"#/definitions/EarthquakeInformation.CommentsVXSE51Or52"}},"required":["comments","earthquake"]},"Earthquake":{"type":"object","properties":{"originTime":{"type":"string"},"arrivalTime":{"type":"string"},"hypocenter":{"$ref":"#/definitions/Hypocenter"},"magnitude":{"$ref":"#/definitions/Magnitude"}},"required":["arrivalTime","hypocenter","magnitude","originTime"]},"Hypocenter":{"type":"object","properties":{"name":{"type":"string"},"code":{"type":"string"},"coordinate":{"$ref":"#/definitions/Coordinate<\"日本測地系\"|undefined>"},"depth":{"$ref":"#/definitions/Depth"},"detailed":{"type":"object","properties":{"code":{"type":"string"},"name":{"type":"string"}},"required":["code","name"]},"auxiliary":{"type":"object","properties":{"text":{"type":"string"},"code":{"type":"string"},"name":{"type":"string"},"direction":{"type":"string"},"distance":{"$ref":"#/definitions/Omit<UnitValueNotNull<never,\"km\">,\"type\"|\"condition\">"}},"required":["code","direction","distance","name","text"]},"source":{"enum":["PTWC","USGS","WCATWC"],"type":"string"}},"required":["code","coordinate","depth","name"]},"Coordinate<\"日本測地系\"|undefined>":{"anyOf":[{"$ref":"#/definitions/CoordinateUnknown"},{"$ref":"#/definitions/CoordinateNormal<\"日本測地系\"|undefined>"}]},"CoordinateUnknown":{"type":"object","properties":{"condition":{"type":"string","const":"不明"}},"required":["condition"]},"CoordinateNormal<\"日本測地系\"|undefined>":{"type":"object","properties":{"latitude":{"type":"object","properties":{"text":{"type":"string"},"value":{"type":"string"}},"required":["text","value"]},"longitude":{"type":"object","properties":{"text":{"type":"string"},"value":{"type":"string"}},"required":["text","value"]},"height":{"type":"object","properties":{"type":{"type":"string","const":"高さ"},"unit":{"type":"string","const":"m"},"value":{"type":"string"}},"required":["type","unit","value"]},"geodeticSystem":{"const":"日本測地系","type":"string"}},"required":["latitude","longitude"]},"Depth":{"anyOf":[{"$ref":"#/definitions/DepthNormal"},{"$ref":"#/definitions/DepthShallow"},{"$ref":"#/definitions/DepthDeep"},{"$ref":"#/definitions/DepthUnknown"}]},"DepthNormal":{"type":"object","properties":{"value":{"type":"string"},"type":{"type":"string","const":"深さ"},"unit":{"type":"string","const":"km"}},"required":["type","unit","value"]},"DepthShallow":{"type":"object","properties":{"value":{"type":"string","const":"0"},"condition":{"type":"string","const":"ごく浅い"},"type":{"type":"string","const":"深さ"},"unit":{"type":"string","const":"km"}},"required":["condition","type","unit","value"]},"DepthDeep":{"type":"object","properties":{"value":{"type":"string","const":"700"},"condition":{"type":"string","const":"700km以上"},"type":{"type":"string","const":"深さ"},"unit":{"type":"string","const":"km"}},"required":["condition","type","unit","value"]},"DepthUnknown":{"type":"object","properties":{"value":{"type":"null"},"condition":{"type":"string","const":"不明"},"type":{"type":"string","const":"深さ"},"unit":{"type":"string","const":"km"}},"required":["condition","type","unit","value"]},"Omit<UnitValueNotNull<never,\"km\">,\"type\"|\"condition\">":{"type":"object","properties":{"value":{"type":"string"},"unit":{"type":"string","const":"km"}},"required":["unit","value"]},"Magnitude":{"anyOf":[{"$ref":"#/definitions/MagnitudeNormal"},{"$ref":"#/definitions/MagnitudeUnknown"}]},"MagnitudeNormal":{"type":"object","properties":{"value":{"type":"string"},"type":{"type":"string","const":"マグニチュード"},"unit":{"enum":["M","Mj"],"type":"string"}},"required":["type","unit","value"]},"MagnitudeUnknown":{"type":"object","properties":{"value":{"type":"null"},"condition":{"enum":["M不明","M8を超える巨大地震"],"type":"string"},"type":{"type":"string","const":"マグニチュード"},"unit":{"enum":["M","Mj"],"type":"string"}},"required":["condition","type","unit","value"]},"EarthquakeInformation.PublicVXSE53":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeInformation.Schema"},"type":{"type":"string","const":"震源・震度に関する情報"},"title":{"enum":["遠地地震に関する情報","震源・震度情報"],"type":"string"},"infoType":{"enum":["発表","訂正"],"type":"string"},"eventId":{"type":"string"},"serialNo":{"type":"string"},"infoKind":{"type":"string","const":"地震情報"},"body":{"$ref":"#/definitions/EarthquakeInformation.PublicBodyVXSE53"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeInformation.PublicBodyVXSE53":{"type":"object","properties":{"earthquake":{"$ref":"#/definitions/Earthquake"},"intensity":{"$ref":"#/definitions/EarthquakeInformation.IntensityVXSE53"},"text":{"type":"string"},"comments":{"$ref":"#/definitions/EarthquakeInformation.CommentsVXSE53"}},"required":["comments","earthquake"]},"EarthquakeInformation.IntensityVXSE53":{"type":"object","properties":{"maxInt":{"$ref":"#/definitions/EarthquakeInformation.IntensityClass"},"prefectures":{"type":"array","items":{"$ref":"#/definitions/EarthquakeInformation.IntensityMaxIntOnRevise"}},"regions":{"type":"array","items":{"$ref":"#/definitions/EarthquakeInformation.IntensityMaxIntOnRevise"}},"cities":{"type":"array","items":{"$ref":"#/definitions/EarthquakeInformation.IntensityCity"}},"stations":{"type":"array","items":{"$ref":"#/definitions/EarthquakeInformation.IntensityStation"}}},"required":["cities","maxInt","prefectures","regions","stations"]},"EarthquakeInformation.IntensityMaxIntOnRevise":{"type":"object","properties":{"maxInt":{"enum":["1","2","3","4","5+","5-","6+","6-","7"],"type":"string"},"revise":{"enum":["上方修正","追加"],"type":"string"},"code":{"type":"string"},"name":{"type":"string"}},"required":["code","name"]},"EarthquakeInformation.IntensityCity":{"type":"object","properties":{"maxInt":{"enum":["1","2","3","4","5+","5-","6+","6-","7"],"type":"string"},"revise":{"enum":["上方修正","追加"],"type":"string"},"condition":{"const":"震度5弱以上未入電","type":"string"},"code":{"type":"string"},"name":{"type":"string"}},"required":["code","name"]},"EarthquakeInformation.IntensityStation":{"type":"object","properties":{"int":{"enum":["!5-","1","2","3","4","5+","5-","6+","6-","7"],"type":"string"},"revise":{"enum":["上方修正","下方修正","追加"],"type":"string"},"condition":{"const":"震度5弱以上未入電","type":"string"},"code":{"type":"string"},"name":{"type":"string"}},"required":["code","int","name"]},"EarthquakeInformation.CommentsVXSE53":{"type":"object","properties":{"free":{"type":"string"},"forecast":{"type":"object","properties":{"text":{"type":"string"},"codes":{"type":"array","items":{"type":"string"}}},"required":["codes","text"]},"var":{"type":"object","properties":{"text":{"type":"string"},"codes":{"type":"array","items":{"type":"string"}}},"required":["codes","text"]}}},"EarthquakeInformation.PublicVXSE62":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeInformation.Schema"},"type":{"type":"string","const":"長周期地震動に関する観測情報"},"title":{"type":"string","const":"長周期地震動に関する観測情報"},"infoType":{"enum":["発表","訂正"],"type":"string"},"eventId":{"type":"string"},"serialNo":{"type":"string"},"infoKind":{"type":"string","const":"長周期地震動に関する観測情報"},"body":{"$ref":"#/definitions/EarthquakeInformation.PublicBodyVXSE62"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeInformation.PublicBodyVXSE62":{"type":"object","properties":{"earthquake":{"$ref":"#/definitions/Earthquake"},"intensity":{"$ref":"#/definitions/EarthquakeInformation.IntensityVXSE62"},"text":{"type":"string"},"comments":{"$ref":"#/definitions/EarthquakeInformation.Comments"}},"required":["comments","earthquake"]},"EarthquakeInformation.IntensityVXSE62":{"type":"object","properties":{"maxInt":{"$ref":"#/definitions/EarthquakeInformation.IntensityClass"},"maxLgInt":{"$ref":"#/definitions/EarthquakeInformation.LgIntensityClass"},"lgCategory":{"$ref":"#/definitions/EarthquakeInformation.LgCategory"},"prefectures":{"type":"array","items":{"$ref":"#/definitions/EarthquakeInformation.IntensityLgMaxInt"}},"regions":{"type":"array","items":{"$ref":"#/definitions/EarthquakeInformation.IntensityLgMaxInt"}},"stations":{"type":"array","items":{"$ref":"#/definitions/EarthquakeInformation.IntensityLgStation"}}},"required":["lgCategory","maxInt","maxLgInt","prefectures","regions","stations"]},"EarthquakeInformation.LgIntensityClass":{"enum":["0","1","2","3","4"],"type":"string"},"EarthquakeInformation.LgCategory":{"enum":["1","2","3","4"],"type":"string"},"EarthquakeInformation.IntensityLgMaxInt":{"allOf":[{"$ref":"#/definitions/EarthquakeInformation.IntensityMaxIntOnRevise"},{"type":"object","properties":{"maxLgInt":{"$ref":"#/definitions/EarthquakeInformation.LgIntensityClass"}},"required":["maxLgInt"]}]},"EarthquakeInformation.IntensityLgStation":{"type":"object","properties":{"int":{"enum":["1","2","3","4","5+","5-","6+","6-","7"],"type":"string"},"revise":{"enum":["上方修正","下方修正","追加"],"type":"string"},"lgInt":{"$ref":"#/definitions/EarthquakeInformation.LgIntensityClass"},"sva":{"$ref":"#/definitions/EarthquakeInformation.IntensitySva"},"prePeriods":{"type":"array","items":{"type":"object","properties":{"periodicBand":{"$ref":"#/definitions/EarthquakeInformation.IntensityPeriodicBand"},"lgInt":{"$ref":"#/definitions/EarthquakeInformation.LgIntensityClass"},"sva":{"$ref":"#/definitions/EarthquakeInformation.IntensitySva"}},"required":["lgInt","periodicBand","sva"]}},"code":{"type":"string"},"name":{"type":"string"}},"required":["code","lgInt","name","prePeriods","sva"]},"EarthquakeInformation.IntensitySva":{"type":"object","properties":{"value":{"type":"string"},"unit":{"type":"string","const":"cm/s"}},"required":["unit","value"]},"EarthquakeInformation.IntensityPeriodicBand":{"type":"object","properties":{"value":{"type":"string"},"unit":{"type":"string","const":"秒台"}},"required":["unit","value"]},"EarthquakeInformation.Comments":{"type":"object","properties":{"free":{"type":"string"},"forecast":{"type":"object","properties":{"text":{"type":"string"},"codes":{"type":"array","items":{"type":"string"}}},"required":["codes","text"]},"var":{"type":"object","properties":{"text":{"type":"string"},"codes":{"type":"array","items":{"type":"string"}}},"required":["codes","text"]},"uri":{"type":"string"}}},"EarthquakeInformation.PublicVZSE40":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeInformation.Schema"},"type":{"type":"string","const":"地震・津波に関するお知らせ"},"title":{"type":"string","const":"地震・津波に関するお知らせ"},"infoType":{"enum":["発表","訂正"],"type":"string"},"eventId":{"type":"string"},"serialNo":{"type":"null"},"infoKind":{"type":"string","const":"地震・津波に関するお知らせ"},"body":{"$ref":"#/definitions/EarthquakeInformation.PublicBodyVZSE40"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeInformation.PublicBodyVZSE40":{"type":"object","properties":{"text":{"type":"string"}},"required":["text"]},"EarthquakeInformation.Cancel":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeInformation.Schema"},"type":{"enum":["地震・津波に関するお知らせ","長周期地震動に関する観測情報","震度速報","震源に関する情報","震源・震度に関する情報"],"type":"string"},"title":{"enum":["地震・津波に関するお知らせ","遠地地震に関する情報","長周期地震動に関する観測情報","震度速報","震源に関する情報","震源・震度情報"],"type":"string"},"infoType":{"type":"string","const":"取消"},"eventId":{"type":"string"},"infoKind":{"enum":["地震・津波に関するお知らせ","地震情報","長周期地震動に関する観測情報","震度速報","震源速報"],"type":"string"},"body":{"$ref":"#/definitions/EarthquakeInformation.CancelBody"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"serialNo":{"type":["null","string"]},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeInformation.CancelBody":{"type":"object","properties":{"text":{"type":"string"}},"required":["text"]}},"$schema":"http://json-schema.org/draft-07/schema#"}
|
|
1
|
+
{"anyOf":[{"$ref":"#/definitions/EarthquakeInformation.PublicVXSE51"},{"$ref":"#/definitions/EarthquakeInformation.PublicVXSE52"},{"$ref":"#/definitions/EarthquakeInformation.PublicVXSE53"},{"$ref":"#/definitions/EarthquakeInformation.PublicVXSE62"},{"$ref":"#/definitions/EarthquakeInformation.PublicVZSE40"},{"$ref":"#/definitions/EarthquakeInformation.Cancel"}],"definitions":{"EarthquakeInformation.PublicVXSE51":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeInformation.Schema"},"type":{"type":"string","const":"震度速報"},"title":{"type":"string","const":"震度速報"},"infoType":{"enum":["発表","訂正"],"type":"string"},"eventId":{"type":"string"},"serialNo":{"type":"null"},"infoKind":{"type":"string","const":"震度速報"},"body":{"$ref":"#/definitions/EarthquakeInformation.PublicBodyVXSE51"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeInformation.Schema":{"type":"object","properties":{"type":{"type":"string","const":"earthquake-information"},"version":{"type":"string","const":"1.1.0"}},"required":["type","version"]},"EarthquakeInformation.PublicBodyVXSE51":{"type":"object","properties":{"intensity":{"$ref":"#/definitions/EarthquakeInformation.IntensityVXSE51"},"text":{"type":"string"},"comments":{"$ref":"#/definitions/EarthquakeInformation.CommentsVXSE51Or52"}},"required":["comments","intensity"]},"EarthquakeInformation.IntensityVXSE51":{"type":"object","properties":{"maxInt":{"$ref":"#/definitions/EarthquakeInformation.IntensityClass"},"prefectures":{"type":"array","items":{"$ref":"#/definitions/EarthquakeInformation.IntensityMaxInt"}},"regions":{"type":"array","items":{"$ref":"#/definitions/EarthquakeInformation.IntensityMaxInt"}}},"required":["maxInt","prefectures","regions"]},"EarthquakeInformation.IntensityClass":{"enum":["1","2","3","4","5+","5-","6+","6-","7"],"type":"string"},"EarthquakeInformation.IntensityMaxInt":{"type":"object","properties":{"maxInt":{"$ref":"#/definitions/EarthquakeInformation.IntensityClass"},"code":{"type":"string"},"name":{"type":"string"}},"required":["code","maxInt","name"]},"EarthquakeInformation.CommentsVXSE51Or52":{"type":"object","properties":{"free":{"type":"string"},"forecast":{"type":"object","properties":{"text":{"type":"string"},"codes":{"type":"array","items":{"type":"string"}}},"required":["codes","text"]}}},"EarthquakeInformation.PublicVXSE52":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeInformation.Schema"},"type":{"type":"string","const":"震源に関する情報"},"title":{"type":"string","const":"震源に関する情報"},"infoType":{"enum":["発表","訂正"],"type":"string"},"eventId":{"type":"string"},"serialNo":{"type":"null"},"infoKind":{"type":"string","const":"震源速報"},"body":{"$ref":"#/definitions/EarthquakeInformation.PublicBodyVXSE52"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeInformation.PublicBodyVXSE52":{"type":"object","properties":{"earthquake":{"$ref":"#/definitions/Earthquake"},"text":{"type":"string"},"comments":{"$ref":"#/definitions/EarthquakeInformation.CommentsVXSE51Or52"}},"required":["comments","earthquake"]},"Earthquake":{"type":"object","properties":{"originTime":{"type":"string"},"arrivalTime":{"type":"string"},"hypocenter":{"$ref":"#/definitions/Hypocenter"},"magnitude":{"$ref":"#/definitions/Magnitude"}},"required":["arrivalTime","hypocenter","magnitude","originTime"]},"Hypocenter":{"type":"object","properties":{"name":{"type":"string"},"code":{"type":"string"},"coordinate":{"$ref":"#/definitions/Coordinate<\"日本測地系\"|undefined>"},"depth":{"$ref":"#/definitions/Depth"},"detailed":{"type":"object","properties":{"code":{"type":"string"},"name":{"type":"string"}},"required":["code","name"]},"auxiliary":{"type":"object","properties":{"text":{"type":"string"},"code":{"type":"string"},"name":{"type":"string"},"direction":{"type":"string"},"distance":{"$ref":"#/definitions/Omit<UnitValueNotNull<never,\"km\">,\"type\"|\"condition\">"}},"required":["code","direction","distance","name","text"]},"source":{"enum":["CATAC","NTWC","PTWC","SCSTAC","USGS","WCATWC"],"type":"string"}},"required":["code","coordinate","depth","name"]},"Coordinate<\"日本測地系\"|undefined>":{"anyOf":[{"$ref":"#/definitions/CoordinateUnknown"},{"$ref":"#/definitions/CoordinateNormal<\"日本測地系\"|undefined>"}]},"CoordinateUnknown":{"type":"object","properties":{"condition":{"type":"string","const":"不明"}},"required":["condition"]},"CoordinateNormal<\"日本測地系\"|undefined>":{"type":"object","properties":{"latitude":{"type":"object","properties":{"text":{"type":"string"},"value":{"type":"string"}},"required":["text","value"]},"longitude":{"type":"object","properties":{"text":{"type":"string"},"value":{"type":"string"}},"required":["text","value"]},"height":{"type":"object","properties":{"type":{"type":"string","const":"高さ"},"unit":{"type":"string","const":"m"},"value":{"type":"string"}},"required":["type","unit","value"]},"geodeticSystem":{"const":"日本測地系","type":"string"}},"required":["latitude","longitude"]},"Depth":{"anyOf":[{"$ref":"#/definitions/DepthNormal"},{"$ref":"#/definitions/DepthShallow"},{"$ref":"#/definitions/DepthDeep"},{"$ref":"#/definitions/DepthUnknown"}]},"DepthNormal":{"type":"object","properties":{"value":{"type":"string"},"type":{"type":"string","const":"深さ"},"unit":{"type":"string","const":"km"}},"required":["type","unit","value"]},"DepthShallow":{"type":"object","properties":{"value":{"type":"string","const":"0"},"condition":{"type":"string","const":"ごく浅い"},"type":{"type":"string","const":"深さ"},"unit":{"type":"string","const":"km"}},"required":["condition","type","unit","value"]},"DepthDeep":{"type":"object","properties":{"value":{"type":"string","const":"700"},"condition":{"type":"string","const":"700km以上"},"type":{"type":"string","const":"深さ"},"unit":{"type":"string","const":"km"}},"required":["condition","type","unit","value"]},"DepthUnknown":{"type":"object","properties":{"value":{"type":"null"},"condition":{"type":"string","const":"不明"},"type":{"type":"string","const":"深さ"},"unit":{"type":"string","const":"km"}},"required":["condition","type","unit","value"]},"Omit<UnitValueNotNull<never,\"km\">,\"type\"|\"condition\">":{"type":"object","properties":{"value":{"type":"string"},"unit":{"type":"string","const":"km"}},"required":["unit","value"]},"Magnitude":{"anyOf":[{"$ref":"#/definitions/MagnitudeNormal"},{"$ref":"#/definitions/MagnitudeUnknown"}]},"MagnitudeNormal":{"type":"object","properties":{"value":{"type":"string"},"type":{"type":"string","const":"マグニチュード"},"unit":{"enum":["M","Mj"],"type":"string"}},"required":["type","unit","value"]},"MagnitudeUnknown":{"type":"object","properties":{"value":{"type":"null"},"condition":{"enum":["M不明","M8を超える巨大地震"],"type":"string"},"type":{"type":"string","const":"マグニチュード"},"unit":{"enum":["M","Mj"],"type":"string"}},"required":["condition","type","unit","value"]},"EarthquakeInformation.PublicVXSE53":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeInformation.Schema"},"type":{"type":"string","const":"震源・震度に関する情報"},"title":{"enum":["遠地地震に関する情報","震源・震度情報"],"type":"string"},"infoType":{"enum":["発表","訂正"],"type":"string"},"eventId":{"type":"string"},"serialNo":{"type":"string"},"infoKind":{"type":"string","const":"地震情報"},"body":{"$ref":"#/definitions/EarthquakeInformation.PublicBodyVXSE53"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeInformation.PublicBodyVXSE53":{"type":"object","properties":{"earthquake":{"$ref":"#/definitions/Earthquake"},"intensity":{"$ref":"#/definitions/EarthquakeInformation.IntensityVXSE53"},"text":{"type":"string"},"comments":{"$ref":"#/definitions/EarthquakeInformation.CommentsVXSE53"}},"required":["comments","earthquake"]},"EarthquakeInformation.IntensityVXSE53":{"type":"object","properties":{"maxInt":{"$ref":"#/definitions/EarthquakeInformation.IntensityClass"},"prefectures":{"type":"array","items":{"$ref":"#/definitions/EarthquakeInformation.IntensityMaxIntOnRevise"}},"regions":{"type":"array","items":{"$ref":"#/definitions/EarthquakeInformation.IntensityMaxIntOnRevise"}},"cities":{"type":"array","items":{"$ref":"#/definitions/EarthquakeInformation.IntensityCity"}},"stations":{"type":"array","items":{"$ref":"#/definitions/EarthquakeInformation.IntensityStation"}}},"required":["cities","maxInt","prefectures","regions","stations"]},"EarthquakeInformation.IntensityMaxIntOnRevise":{"type":"object","properties":{"maxInt":{"enum":["1","2","3","4","5+","5-","6+","6-","7"],"type":"string"},"revise":{"enum":["上方修正","追加"],"type":"string"},"code":{"type":"string"},"name":{"type":"string"}},"required":["code","name"]},"EarthquakeInformation.IntensityCity":{"type":"object","properties":{"maxInt":{"enum":["1","2","3","4","5+","5-","6+","6-","7"],"type":"string"},"revise":{"enum":["上方修正","追加"],"type":"string"},"condition":{"const":"震度5弱以上未入電","type":"string"},"code":{"type":"string"},"name":{"type":"string"}},"required":["code","name"]},"EarthquakeInformation.IntensityStation":{"type":"object","properties":{"int":{"enum":["!5-","1","2","3","4","5+","5-","6+","6-","7"],"type":"string"},"revise":{"enum":["上方修正","下方修正","追加"],"type":"string"},"condition":{"const":"震度5弱以上未入電","type":"string"},"code":{"type":"string"},"name":{"type":"string"}},"required":["code","int","name"]},"EarthquakeInformation.CommentsVXSE53":{"type":"object","properties":{"free":{"type":"string"},"forecast":{"type":"object","properties":{"text":{"type":"string"},"codes":{"type":"array","items":{"type":"string"}}},"required":["codes","text"]},"var":{"type":"object","properties":{"text":{"type":"string"},"codes":{"type":"array","items":{"type":"string"}}},"required":["codes","text"]}}},"EarthquakeInformation.PublicVXSE62":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeInformation.Schema"},"type":{"type":"string","const":"長周期地震動に関する観測情報"},"title":{"type":"string","const":"長周期地震動に関する観測情報"},"infoType":{"enum":["発表","訂正"],"type":"string"},"eventId":{"type":"string"},"serialNo":{"type":"string"},"infoKind":{"type":"string","const":"長周期地震動に関する観測情報"},"body":{"$ref":"#/definitions/EarthquakeInformation.PublicBodyVXSE62"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeInformation.PublicBodyVXSE62":{"type":"object","properties":{"earthquake":{"$ref":"#/definitions/Earthquake"},"intensity":{"$ref":"#/definitions/EarthquakeInformation.IntensityVXSE62"},"text":{"type":"string"},"comments":{"$ref":"#/definitions/EarthquakeInformation.Comments"}},"required":["comments","earthquake"]},"EarthquakeInformation.IntensityVXSE62":{"type":"object","properties":{"maxInt":{"$ref":"#/definitions/EarthquakeInformation.IntensityClass"},"maxLgInt":{"$ref":"#/definitions/EarthquakeInformation.LgIntensityClass"},"lgCategory":{"$ref":"#/definitions/EarthquakeInformation.LgCategory"},"prefectures":{"type":"array","items":{"$ref":"#/definitions/EarthquakeInformation.IntensityLgMaxInt"}},"regions":{"type":"array","items":{"$ref":"#/definitions/EarthquakeInformation.IntensityLgMaxInt"}},"stations":{"type":"array","items":{"$ref":"#/definitions/EarthquakeInformation.IntensityLgStation"}}},"required":["lgCategory","maxInt","maxLgInt","prefectures","regions","stations"]},"EarthquakeInformation.LgIntensityClass":{"enum":["0","1","2","3","4"],"type":"string"},"EarthquakeInformation.LgCategory":{"enum":["1","2","3","4"],"type":"string"},"EarthquakeInformation.IntensityLgMaxInt":{"allOf":[{"$ref":"#/definitions/EarthquakeInformation.IntensityMaxIntOnRevise"},{"type":"object","properties":{"maxLgInt":{"$ref":"#/definitions/EarthquakeInformation.LgIntensityClass"}},"required":["maxLgInt"]}]},"EarthquakeInformation.IntensityLgStation":{"type":"object","properties":{"int":{"enum":["1","2","3","4","5+","5-","6+","6-","7"],"type":"string"},"revise":{"enum":["上方修正","下方修正","追加"],"type":"string"},"lgInt":{"$ref":"#/definitions/EarthquakeInformation.LgIntensityClass"},"sva":{"$ref":"#/definitions/EarthquakeInformation.IntensitySva"},"prePeriods":{"type":"array","items":{"type":"object","properties":{"periodicBand":{"$ref":"#/definitions/EarthquakeInformation.IntensityPeriodicBand"},"lgInt":{"$ref":"#/definitions/EarthquakeInformation.LgIntensityClass"},"sva":{"$ref":"#/definitions/EarthquakeInformation.IntensitySva"}},"required":["lgInt","periodicBand","sva"]}},"code":{"type":"string"},"name":{"type":"string"}},"required":["code","lgInt","name","prePeriods","sva"]},"EarthquakeInformation.IntensitySva":{"type":"object","properties":{"value":{"type":"string"},"unit":{"type":"string","const":"cm/s"}},"required":["unit","value"]},"EarthquakeInformation.IntensityPeriodicBand":{"type":"object","properties":{"value":{"type":"string"},"unit":{"type":"string","const":"秒台"}},"required":["unit","value"]},"EarthquakeInformation.Comments":{"type":"object","properties":{"free":{"type":"string"},"forecast":{"type":"object","properties":{"text":{"type":"string"},"codes":{"type":"array","items":{"type":"string"}}},"required":["codes","text"]},"var":{"type":"object","properties":{"text":{"type":"string"},"codes":{"type":"array","items":{"type":"string"}}},"required":["codes","text"]},"uri":{"type":"string"}}},"EarthquakeInformation.PublicVZSE40":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeInformation.Schema"},"type":{"type":"string","const":"地震・津波に関するお知らせ"},"title":{"type":"string","const":"地震・津波に関するお知らせ"},"infoType":{"enum":["発表","訂正"],"type":"string"},"eventId":{"type":"string"},"serialNo":{"type":"null"},"infoKind":{"type":"string","const":"地震・津波に関するお知らせ"},"body":{"$ref":"#/definitions/EarthquakeInformation.PublicBodyVZSE40"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeInformation.PublicBodyVZSE40":{"type":"object","properties":{"text":{"type":"string"}},"required":["text"]},"EarthquakeInformation.Cancel":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeInformation.Schema"},"type":{"enum":["地震・津波に関するお知らせ","長周期地震動に関する観測情報","震度速報","震源に関する情報","震源・震度に関する情報"],"type":"string"},"title":{"enum":["地震・津波に関するお知らせ","遠地地震に関する情報","長周期地震動に関する観測情報","震度速報","震源に関する情報","震源・震度情報"],"type":"string"},"infoType":{"type":"string","const":"取消"},"eventId":{"type":"string"},"infoKind":{"enum":["地震・津波に関するお知らせ","地震情報","長周期地震動に関する観測情報","震度速報","震源速報"],"type":"string"},"body":{"$ref":"#/definitions/EarthquakeInformation.CancelBody"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"serialNo":{"type":["null","string"]},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeInformation.CancelBody":{"type":"object","properties":{"text":{"type":"string"}},"required":["text"]}},"$schema":"http://json-schema.org/draft-07/schema#"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"anyOf":[{"$ref":"#/definitions/EarthquakeNankai.PublicVYSE50"},{"$ref":"#/definitions/EarthquakeNankai.PublicVYSE51"},{"$ref":"#/definitions/EarthquakeNankai.PublicVYSE52"},{"$ref":"#/definitions/EarthquakeNankai.Cancel"}],"definitions":{"EarthquakeNankai.PublicVYSE50":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeNankai.Schema"},"type":{"type":"string","const":"南海トラフ地震臨時情報"},"title":{"type":"string"},"infoType":{"enum":["発表","訂正"],"type":"string"},"eventId":{"type":"string"},"serialNo":{"type":"null"},"infoKind":{"type":"string","const":"南海トラフ地震に関連する情報"},"body":{"$ref":"#/definitions/EarthquakeNankai.PublicBody"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeNankai.Schema":{"type":"object","properties":{"type":{"type":"string","const":"earthquake-nankai"},"version":{"type":"string","const":"1.0.0"}},"required":["type","version"]},"EarthquakeNankai.PublicBody":{"type":"object","properties":{"earthquakeInfo":{"$ref":"#/definitions/EarthquakeNankai.EarthquakeInfo"},"nextAdvisory":{"type":"string"},"text":{"type":"string"}}},"EarthquakeNankai.EarthquakeInfo":{"type":"object","properties":{"kind":{"$ref":"#/definitions/EarthquakeNankai.EarthquakeInfoKind"},"text":{"type":"string"},"appendix":{"type":"string"}},"required":["text"]},"EarthquakeNankai.EarthquakeInfoKind":{"type":"object","properties":{"code":{"type":"string"},"name":{"type":"string"}},"required":["code","name"]},"EarthquakeNankai.PublicVYSE51":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeNankai.Schema"},"type":{"type":"string","const":"南海トラフ地震関連解説情報"},"title":{"type":"string"},"infoType":{"enum":["発表","訂正"],"type":"string"},"eventId":{"type":"string"},"serialNo":{"type":"string"},"infoKind":{"type":"string","const":"南海トラフ地震に関連する情報"},"body":{"$ref":"#/definitions/EarthquakeNankai.PublicBody"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeNankai.PublicVYSE52":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeNankai.Schema"},"type":{"type":"string","const":"南海トラフ地震関連解説情報"},"title":{"type":"string"},"infoType":{"enum":["発表","訂正"],"type":"string"},"eventId":{"type":"string"},"serialNo":{"type":"null"},"infoKind":{"type":"string","const":"南海トラフ地震に関連する情報"},"body":{"$ref":"#/definitions/EarthquakeNankai.PublicBody"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeNankai.Cancel":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeNankai.Schema"},"type":{"enum":["南海トラフ地震臨時情報","南海トラフ地震関連解説情報"],"type":"string"},"title":{"type":"string"},"infoType":{"type":"string","const":"取消"},"eventId":{"type":"string"},"infoKind":{"
|
|
1
|
+
{"anyOf":[{"$ref":"#/definitions/EarthquakeNankai.PublicVYSE50"},{"$ref":"#/definitions/EarthquakeNankai.PublicVYSE51"},{"$ref":"#/definitions/EarthquakeNankai.PublicVYSE52"},{"$ref":"#/definitions/EarthquakeNankai.PublicVYSE60"},{"$ref":"#/definitions/EarthquakeNankai.Cancel"}],"definitions":{"EarthquakeNankai.PublicVYSE50":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeNankai.Schema"},"type":{"type":"string","const":"南海トラフ地震臨時情報"},"title":{"type":"string"},"infoType":{"enum":["発表","訂正"],"type":"string"},"eventId":{"type":"string"},"serialNo":{"type":"null"},"infoKind":{"type":"string","const":"南海トラフ地震に関連する情報"},"body":{"$ref":"#/definitions/EarthquakeNankai.PublicBody"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeNankai.Schema":{"type":"object","properties":{"type":{"type":"string","const":"earthquake-nankai"},"version":{"type":"string","const":"1.0.0"}},"required":["type","version"]},"EarthquakeNankai.PublicBody":{"type":"object","properties":{"earthquakeInfo":{"$ref":"#/definitions/EarthquakeNankai.EarthquakeInfo"},"nextAdvisory":{"type":"string"},"text":{"type":"string"}}},"EarthquakeNankai.EarthquakeInfo":{"type":"object","properties":{"kind":{"$ref":"#/definitions/EarthquakeNankai.EarthquakeInfoKind"},"text":{"type":"string"},"appendix":{"type":"string"}},"required":["text"]},"EarthquakeNankai.EarthquakeInfoKind":{"type":"object","properties":{"code":{"type":"string"},"name":{"type":"string"}},"required":["code","name"]},"EarthquakeNankai.PublicVYSE51":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeNankai.Schema"},"type":{"type":"string","const":"南海トラフ地震関連解説情報"},"title":{"type":"string"},"infoType":{"enum":["発表","訂正"],"type":"string"},"eventId":{"type":"string"},"serialNo":{"type":"string"},"infoKind":{"type":"string","const":"南海トラフ地震に関連する情報"},"body":{"$ref":"#/definitions/EarthquakeNankai.PublicBody"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeNankai.PublicVYSE52":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeNankai.Schema"},"type":{"type":"string","const":"南海トラフ地震関連解説情報"},"title":{"type":"string"},"infoType":{"enum":["発表","訂正"],"type":"string"},"eventId":{"type":"string"},"serialNo":{"type":"null"},"infoKind":{"type":"string","const":"南海トラフ地震に関連する情報"},"body":{"$ref":"#/definitions/EarthquakeNankai.PublicBody"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeNankai.PublicVYSE60":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeNankai.Schema"},"type":{"type":"string","const":"北海道・三陸沖後発地震注意情報"},"title":{"type":"string"},"infoType":{"enum":["発表","訂正"],"type":"string"},"eventId":{"type":"string"},"serialNo":{"type":"null"},"infoKind":{"type":"string","const":"北海道・三陸沖後発地震注意情報"},"body":{"$ref":"#/definitions/EarthquakeNankai.PublicBody"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeNankai.Cancel":{"type":"object","properties":{"_schema":{"$ref":"#/definitions/EarthquakeNankai.Schema"},"type":{"enum":["北海道・三陸沖後発地震注意情報","南海トラフ地震臨時情報","南海トラフ地震関連解説情報"],"type":"string"},"title":{"type":"string"},"infoType":{"type":"string","const":"取消"},"eventId":{"type":"string"},"infoKind":{"enum":["北海道・三陸沖後発地震注意情報","南海トラフ地震に関連する情報"],"type":"string"},"body":{"$ref":"#/definitions/EarthquakeNankai.CancelBody"},"_originalId":{"type":"string"},"status":{"enum":["訓練","試験","通常"],"type":"string"},"editorialOffice":{"type":"string"},"publishingOffice":{"type":"array","items":{"type":"string"}},"pressDateTime":{"type":"string"},"reportDateTime":{"type":"string"},"targetDateTime":{"type":"string"},"serialNo":{"type":["null","string"]},"infoKindVersion":{"type":"string"},"headline":{"type":["null","string"]}},"required":["_originalId","_schema","body","editorialOffice","eventId","headline","infoKind","infoKindVersion","infoType","pressDateTime","publishingOffice","reportDateTime","serialNo","status","targetDateTime","title","type"]},"EarthquakeNankai.CancelBody":{"type":"object","properties":{"text":{"type":"string"}},"required":["text"]}},"$schema":"http://json-schema.org/draft-07/schema#"}
|