You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by erikloman June 27, 2024
I am working on a OCSF producer and I found that the online tool /api/v2/validate to validate JSON against the schema produces an error related to malware[0].classification_ids. I think the JSON is correct but the JSON does not validate. I am doing something wrong?
"errors": [
{
"error": "attribute_enum_value_unknown",
"message": "Unknown enum value at \"malware[0].classification_ids\"; value ~c\"\\n\" is not defined for enum \"classification_ids\".",
"value": [
10
],
"attribute": "classification_ids",
"attribute_path": "malware[0].classification_ids"
}
]
Is this a problem with the schema or with the validator?
The text was updated successfully, but these errors were encountered:
Discussed in ocsf/ocsf-schema#1126
Originally posted by erikloman June 27, 2024
I am working on a OCSF producer and I found that the online tool /api/v2/validate to validate JSON against the schema produces an error related to malware[0].classification_ids. I think the JSON is correct but the JSON does not validate. I am doing something wrong?
I get the following error:
Is this a problem with the schema or with the validator?
The text was updated successfully, but these errors were encountered: