StephenOTT / STIX-Java

STIX 2.x Java Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cleanup package names of validation.constraints packages

StephenOTT opened this issue · comments

Currently all of the validations are grouped together. But should have some more clarity for when there are validations that are only used for specific STIX objects.

Example: if a validation constraint is only used for COO Extensions (such as the allowedParents annotation), we should group this into its own package.