48 lines
1.7 KiB
JSON
48 lines
1.7 KiB
JSON
|
{
|
||
|
"atmosphere": {
|
||
|
"name": "at",
|
||
|
"repo": "https://github.com/bluesky-social/atproto",
|
||
|
"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", "bigsky" ],
|
||
|
"service":[
|
||
|
{ "name":"ozone", "repo":"https://github.com/bluesky-social/atproto/tree/main/services/ozone" },
|
||
|
{ "name":"bgs", "repo":"https://github.com/bluesky-social/indigo/tree/main/cmd/bigsky" }
|
||
|
]
|
||
|
},
|
||
|
"troposphere": {
|
||
|
"km":[{ "min": 0, "max": 12 }],
|
||
|
"tag": [ "bluesky"],
|
||
|
"service":[
|
||
|
{ "name":"bsky", "repo":"https://github.com/bluesky-social/atproto/tree/main/services/bsky", "tag":[ "api", "appview" ] },
|
||
|
{ "name":"bsync","repo":"https://github.com/bluesky-social/atproto/tree/main/services/bsync" },
|
||
|
{ "name":"pds", "repo":"https://github.com/bluesky-social/atproto/tree/main/services/pds" }
|
||
|
]
|
||
|
},
|
||
|
"other": {
|
||
|
"tag": [ "plc", "feed", "oauth", "social-app", "stream" ],
|
||
|
"service":[
|
||
|
{ "name":"plc", "repo":"https://github.com/did-method-plc/did-method-plc/tree/main/packages/server", "tag" : [ "did" ] },
|
||
|
{ "name":"social-app", "repo":"https://github.com/bluesky-social/social-app", "tag": [ "web" ] },
|
||
|
{ "name":"oauth", "repo":"https://github.com/bluesky-social/cookbook/tree/main/python-oauth-web-app" },
|
||
|
{ "name":"feed", "repo":"https://github.com/bluesky-social/feed-generator" },
|
||
|
{ "name":"stream", "repo":"https://github.com/bluesky-social/jetstream" }
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"ref": "https://en.wikipedia.org/wiki/Atmosphere_of_Earth"
|
||
|
}
|