luftfartsverket / reqstool-client

Reqstool is a tool for managing requirements with related software verification cases (aka tests) and verification results (test results)
https://luftfartsverket.github.io/reqstool-client/
MIT License
2 stars 0 forks source link

Fix properties of custom filter in common.schema #56

Closed lfvdavid closed 6 months ago

lfvdavid commented 6 months ago

Custom filter under filters:urn:custom sets properties to "imports" and "exclude" but later requires "includes" or "exclude".

Causes error "Property includes is not allowed" or "Missing property 'includes'" when using schema depending on which property you try to use.

Discuss and change to "imports" or "includes" in properties and required fields.