oasis-open / cti-stix2-json-schemas

OASIS TC Open Repository: Non-normative schemas and examples for STIX 2
https://github.com/oasis-open/cti-stix2-json-schemas
BSD 3-Clause "New" or "Revised" License
113 stars 58 forks source link

WD03 Tag #86

Closed hanymorcos closed 4 years ago

hanymorcos commented 5 years ago

Hello,

What tag would I use if I want to use a StixValidator for WD03 STIX 2 specification?

thanks,

Hany

clenk commented 5 years ago

Hi @hanymorcos, I'm assuming you mean the 2.1 WD03. You could use the schemas on this branch: https://github.com/oasis-open/cti-stix2-json-schemas/tree/update-to-2.1WD03 However we're probably going to remove that branch once everything is updated for the 2.1 CSD01.

For the validator you could try this alpha release: https://pypi.org/project/stix2-validator/2.0.0.dev1/

Do you anticipate an ongoing need to support WD03?

allink28 commented 5 years ago

Hi @clenk , Our program is targeting STIX 2.1 WD03 for our public beta with multiple projects involved. So we do anticipate using WD03 for a while.

clenk commented 4 years ago

@hanymorcos @allink28 I removed the branch but added the v2.1-wd03 for your use case.