Filtered out "visual-edge" objects from cytoscape which prevented DB committing
Filtered out null objects from cytoscape which prevented DB committing
Updated schema.
Some SDOs weren't being committed to DB because the old schema would mark them as invalid due to missing required properties, even though the new schema no longer required those properties. Resolved.
Some SDOs were missing properties or had extraneous properties because of the disconnect between old and new schemas. Resolved.
Known issues:
Improper relationships can be made. there is no active validation. this is a pre-existing bug
In open-vocab enum selection, only the first value will show up. Any others will be in the json, but won't show up in the gui. this is a pre-existing bug
Some optional properties show up as default. They can be removed. This is a pre-existing bug
The new schema contained some specifications that the STIG code could not parse, so some changes to this schema were made. The schema was changed in the following ways:
Changes:
Known issues:
* sighting isn't actually included as an option in STIG, but was edited for the sake of compatibility
Closes #121