๐Ÿ“ƒ ATProto lexicons for blue.zio.*

blue.zio.meta.*: remove lexicon

Changed files
-19
blue
zio
-19
blue/zio/meta/profile.json
···
-
{
-
"lexicon": 1,
-
"id": "blue.zio.meta.profile",
-
"defs": {
-
"main": {
-
"type": "record",
-
"description": "A profile for @Zio apps.",
-
"key": "any",
-
"record": {
-
"type": "object",
-
"properties": {
-
"nick": {
-
"type": "string"
-
}
-
}
-
}
-
}
-
}
-
}