CybOXProject / schemas

CybOX Schemas and Schema Development
42 stars 17 forks source link

Add version field for all CybOX objects #382

Open johnwunder opened 8 years ago

johnwunder commented 8 years ago

In theory, CybOX objects from the same major version of STIX can be mixed and matched, similar to how STIX components can be mixed and matched. To support this, STIX components have a version field to indicate which component schema version they're using. For consistency, CybOX objects should have the same field.

johnwunder commented 8 years ago

For the record I would like to remove the version field from STIX components and lock the allowed versions to ONLY the latest. But, if multiple versions are allowed, a field needs to be added to indicate which is used.