os-threat / Stix-ORM

GNU Affero General Public License v3.0
4 stars 0 forks source link

Fix Idempotency Issue with Dict setup #46

Open brettforbes opened 11 months ago

brettforbes commented 11 months ago

The dict setup we have in the schema is incorrect, as the attributes are idempotent and thereby it will not work if keys are the same.

Change this to match the pattern used by the typedb example