addtionalProperties is not getting validated (flasgger==0.9.2)

78 Views Asked by At
 schema:
   type: object
     additionalProperties:
        type: string

but even {"key1":12,"asd":2121} is giving 200 response..its getting accepted...but this should not get accepted according to the schema

0

There are 0 best solutions below