Commit 11d0dac9 authored by Jerome Royan's avatar Jerome Royan
Browse files

reactivate uniqueItem for array. Workaround found for generators: --type-mappings=set=std::vector

parent 8be02781
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@ paths:
        schema:
          type: array
          ## Suppress uniqueness as it is transformed into a set data structure not fully supported by all generators
          ## uniqueItems: true
          uniqueItems: true
          items:
            type: object
            properties: