ContributionsMost RecentMost LikesSolutionsRe: Editor showing error, but jumping to the line doesn't seem to make sense Fantastic! Worked like a charm. As for bungie.net, Bungie has a rather voluminous API for the game Destiny, and I'm working on adding Swagger definitions for the Destiny API (just for fun). The API has like 300 endpoints, so I'm just writing out the popular ones that other Destiny app developers might use, and learning Swagger at the same time. http://destinydevs.github.io/BungieNetPlatform/docs/Endpoints Editor showing error, but jumping to the line doesn't seem to make sense Hi, in my API: https://app.swaggerhub.com/api/MeltingMosaic/BungieNetProxy/1.0.0 I'm seeing this error in the editor: ptr must be a JSON Pointer Clicking jump to line doesn't actually go anywhere there seems to be a problem. Additionally, this API is showing up as Valid in the editor, but I cannot generate clients (or servers) for it. Nothing happens when I try. Thanks! SolvedRe: Codegen not working for my API That worked! Thanks! Re: Codegen not working for my API Hmm, that didn't seem to work. I edited it and commented out all the enums, but nothing happens when I try to download a client SDK. Codegen not working for my API Hi, I'm trying to test out my API, but when I try to create the client SDK, nothing happens when I click one of the menu options. It works fine when I try it for PetStore. My API shows up as valid in the editor. https://app.swaggerhub.com/api/MeltingMosaic/BungieNetProxy/1.0.0 Solved