Hi Bruno, no sorry we don’t have anything like that, but as it’s just POCOs I’d expect you’d be able to go a pretty long way just using JSON.NETs schema to generate the POCO models which you should be able to reuse a lot of in ServiceStack.
Although my preference whenever dealing with a 3rd Party API is just to create the code-first POCO data models by hand which I’ve done previously at: