# Pastebin gLORIcj1 class GithubRepo json_mapping({ name: { type: String }, description: { type: String, nilable: true }, }) end class GithubRepos json_mapping({ total_count: { type: Int32 }, items: { type: Hash(GithubRepo.name, GitHubRepo.description) } })