Skip to content

Feature: improve description of dependency requirements #181

Open
@plocket

Description

One of my error messages is because my attachment["raw"] requires attachment["content file"]. The most specific error I get is /attachment/0 must have required property 'content file'.

    "attachment": {
      "dependencies": {
        "raw": {"required": ["content file"]},
      }
    }

It'd be great to know that content file is required because raw is present. Not sure if it's possible, but I can dream.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions