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