I am validating a Marking Definition object:
{
"type": "marking-definition",
"id": "marking-definition--de729800-9a18-49bb-a67b-4990bf18ec42",
"spec_version": "2.1",
"created": "2023-09-22T14:55:01.812Z",
"name": "CUI"
},
And the validator is returning this error:
marking definitions must use the 'definition_type' and 'definition' properties with a valid
marking definition, or use an extension and the properties it requires
But the current spec says that definition_type and definition have both been deprecated.
https://docs.oasis-open.org/cti/stix/v2.1/os/stix-v2.1-os.html#_k5fndj2c7c1k
I assume this means that the validator needs to be updated to match the current spec.
Thanks!
I am validating a Marking Definition object:
And the validator is returning this error:
But the current spec says that
definition_typeanddefinitionhave both been deprecated.https://docs.oasis-open.org/cti/stix/v2.1/os/stix-v2.1-os.html#_k5fndj2c7c1k
I assume this means that the validator needs to be updated to match the current spec.
Thanks!