From 64a709e5a0891c50a5452f1226279c6aaa9f3fdc Mon Sep 17 00:00:00 2001 From: syui Date: Sat, 14 Dec 2024 12:15:22 +0900 Subject: [PATCH] fix --- at.json | 70 ++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 45 insertions(+), 25 deletions(-) diff --git a/at.json b/at.json index cb903ea..7761e07 100644 --- a/at.json +++ b/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" } -