Parse and validate AT Protocol Lexicons with DTO generation for Laravel

Fix lexicon schema typo for profileViewBasic reference

Changed files
+1 -1
resources
lexicons
chat
bsky
convo
+1 -1
resources/lexicons/chat/bsky/convo/defs.json
··· 111 111 "type": "array", 112 112 "items": { 113 113 "type": "ref", 114 - "ref": "chat.bsky.actor.defs#profileViewBasic" 114 + "ref": "app.bsky.actor.defs#profileViewBasic" 115 115 } 116 116 }, 117 117 "lastMessage": {