1output {
2 lexicons "crates/jacquard-api/lexicons"
3 codegen "crates/jacquard-api/src"
4}
5
6source "leaflet" type="git" priority=100 {
7 repo "https://github.com/hyperlink-academy/leaflet"
8 pattern "**/*.json"
9}
10
11source "slices" type="git" priority=100 {
12 repo "https://tangled.org/@slices.network/slices"
13 pattern "**/*.json"
14}
15
16source "bluesky" type="git" priority=101 {
17 repo "https://github.com/bluesky-social/atproto"
18 pattern "**/*.json"
19}
20
21source "tangled" type="git" priority=100 {
22 repo "https://tangled.org/@tangled.org/core"
23 pattern "**/*.json"
24}
25
26source "weaver" type="git" priority=90 {
27 repo "https://github.com/rsform/weaver"
28 pattern "**/*.json"
29}
30
31source "anisota" type="atproto" {
32 endpoint "did:plc:lcieujcfkv4jx7gehsvok3pr"
33}
34
35source "mary" type="git" priority=70 {
36 repo "https://github.com/mary-ext/atproto-lexicon-scraping"
37 pattern "**/*.json"
38}
39
40// source "slices-api" type="slices" {
41// slice "at://did:plc:fpruhuo22xkm5o7ttr2ktxdo/network.slices.slice/3m2f7adwhp22a"
42// }
43
44// source "ufos" type="http" {
45// url "https://ufos-api.microcosm.blue/records?collection=com.atproto.lexicon.schema"
46// }
47
48// source "bluemoji" type="git" priority=50 {
49// repo "https://github.com/aendra-rininsland/bluemoji"
50// pattern "**/*.json"
51// }
52source "streamplace" type="git" priority=50 {
53 repo "https://github.com/streamplace/streamplace"
54 pattern "**/*.json"
55}
56
57source "whitewind" type="git" priority=50 {
58 repo "https://github.com/whtwnd/whitewind-blog"
59 pattern "**/*.json"
60}
61
62source "lexicon-community" type="git" priority=50 {
63 repo "https://github.com/lexicon-community/lexicon"
64 pattern "**/*.json"
65}
66
67source "at-file" type="git" priority=50 {
68 repo "https://github.com/ziodotsh/lexicons"
69 pattern "**/*.json"
70}
71
72source "pinksea" type="git" priority=50 {
73 repo "https://github.com/shinolabs/PinkSea/"
74 pattern "**/*.json"
75}
76
77source "linkat" type="git" priority=50 {
78 repo "https://github.com/mkizka/linkat"
79 pattern "**/*.json"
80}
81
82source "frontpage" type="git" priority=50 {
83 repo "https://github.com/likeandscribe/frontpage"
84 pattern "**/*.json"
85}
86
87source "picosky" type="git" priority=50 {
88 repo "https://github.com/psky-atp/client"
89 pattern "**/*.json"
90}
91
92source "skylights" type="git" priority=50 {
93 repo "https://github.com/Gregoor/skylights"
94 pattern "**/*.json"
95}