st1gok

Results 8 comments of st1gok

Also I have problem with [MVCSwagResponses(200, 'ok', INDEX_JSON_SCHEMA)] where INDEX_JSON_SCHEMA = '{' + sLineBreak + **' "type": "array",' + sLineBreak + ' "items": {' + sLineBreak +** ' "type": "object",'...

> Would that be the JsonSchema of the SwaggerDoc example? yes, if this object then working, but me need array objects

> > Hi! > > I use RC6 and applied changes from fix #376 > > When you use > > MVCSwagParam(plQuery, 'types', 'types', ptArray, false,'','money,loading,unloading') > > result in...

> > yes, if this object then working, but me need array objects > > This object represented as an array should look like this: > > ```json > {...

Ok, I test tomorrow and answer

> I think you're missing something. In my tests it is working correctly; > ![Untitled-1](https://user-images.githubusercontent.com/13373632/80928101-b7f37880-8d78-11ea-85b7-77e1cd38353d.png) > > See this attached sample. Enumerators and array of objects work correctly: > [swaggerdoc.zip](https://github.com/danieleteti/delphimvcframework/files/4572195/swaggerdoc.zip)...

Is it possible for now to implement this parameter through AJsonSchema?

I couldn’t do it (