You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple enumerations have minItems=1 that don't need to. For example:
plus.IOC
impact.LOSS
actor.external.region
actor.external.name
actor.partner.region
(there probably should be a victim.partner.name)
victim.victim_id
victim.region
The text was updated successfully, but these errors were encountered:
That said, if it doesn't, it's probably better to set minitems=0. It will cause the items to not be created under optional objects. While it would now allow empty lists or objects to successfully validate, verisr::json2veris() will ignore them them on import.
Current plan: Try updating react-jsonschema-form in Veris webapp.
I think this is fixed by Andy's script to pair down empty objects in the json before validation. Going to mark wont-fix and close though could be reopened if it causes future issues.
Multiple enumerations have minItems=1 that don't need to. For example:
plus.IOC
impact.LOSS
actor.external.region
actor.external.name
actor.partner.region
(there probably should be a victim.partner.name)
victim.victim_id
victim.region
The text was updated successfully, but these errors were encountered: