fix
This commit is contained in:
parent
f9e4866597
commit
64a709e5a0
70
at.json
70
at.json
@ -1,27 +1,47 @@
|
||||
{
|
||||
"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"
|
||||
"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"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user