A mismatch is observed between schema definitions obtained from the JSON Schema endpoint and those displayed in the OCSF UI.
- JSON Schema: https://schema.ocsf.io/schema/1.7.0/classes/network_activity
- OCSF UI: https://schema.ocsf.io/1.7.0/classes/network_activity
For example, in the Network Activity class, the osint field is present in the JSON schema but not visible in the UI.

Truncated JSON schema response:
{
...
"properties": {
...
"osint": {
"items": {
"$ref": "#/$defs/osint"
},
"title": "OSINT",
"type": "array"
}
},
"required": [
...
],
"title": "Network Activity",
"type": "object"
}
A mismatch is observed between schema definitions obtained from the JSON Schema endpoint and those displayed in the OCSF UI.
For example, in the Network Activity class, the

osintfield is present in the JSON schema but not visible in the UI.Truncated JSON schema response:
{ ... "properties": { ... "osint": { "items": { "$ref": "#/$defs/osint" }, "title": "OSINT", "type": "array" } }, "required": [ ... ], "title": "Network Activity", "type": "object" }