28 lines
611 B
JSON
28 lines
611 B
JSON
{
|
|
"atmosphere": {
|
|
"uri": "https://atproto.com/ja/guides/glossary",
|
|
"exosphere": {
|
|
"km":[{ "min": 700, "max": 10000 }],
|
|
"tag": [ "universe" ]
|
|
},
|
|
"thermosphere": {
|
|
"km":[{ "min": 80, "max": 700 }],
|
|
"tag": [ "aurora" ]
|
|
},
|
|
"mesosphere": {
|
|
"km":[{ "min": 50, "max": 80 }],
|
|
"tag": [ "meteor" ]
|
|
},
|
|
"stratosphere": {
|
|
"km":[{ "min": 12, "max": 50 }],
|
|
"tag": [ "ozone" ]
|
|
},
|
|
"troposphere": {
|
|
"km":[{ "min": 0, "max": 12 }],
|
|
"tag": [ "bluesky" ]
|
|
}
|
|
},
|
|
"ref": "https://en.wikipedia.org/wiki/Atmosphere_of_Earth"
|
|
}
|
|
|