github.com/ixpectus/declarate@v0.0.0-20240422152255-708027d7c068/tests/yaml_failed/req_array.yaml (about)

     1  - name: check request fail map
     2    method: GET
     3    path: /tom
     4    fullResponse: |
     5      {
     6        "body": {"age": 28,"name":"Tom", "items":[1, 3, 4]}
     7      }
     8    comparisonParams:
     9      ignoreArraysOrdering: true
    10  
    11  
    12  
    13