Skip to content

Postman Collection — fields incorrectly marked as required #116

Description

@XVincentX

The following example object

{
  "result": [
    {
      "id": "1",
      "cat": {
        "catfield1": {},
        "catfield2": {
          "name": "text"
        }
      },
      "dog": {}
    },
    {
      "id": "2",
      "cat": {
        "catfield1": {
          "code": "text",
          "name": "text"
        },
        "catfield2": {
          "name": "text"
        }
      },
      "dog": {
        "dogfield1": "text",
        "dogfield2": "text"
      },
      "mouse": {
        "mousefield1": "text"
      }
    }
  ]

Marks dogfield1 and dogfield2 as required, although they only appear once in the array, and not on all of them

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions