Skip to content

Schema mismatch between OCSF UI and JSON Schema API #173

Description

@rajkarkar-crestdata

A mismatch is observed between schema definitions obtained from the JSON Schema endpoint and those displayed in the OCSF UI.

  1. JSON Schema: https://schema.ocsf.io/schema/1.7.0/classes/network_activity
  2. 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.
Image

Truncated JSON schema response:

{
  ...
  "properties": {
    ...
    "osint": {
      "items": {
        "$ref": "#/$defs/osint"
      },
      "title": "OSINT",
      "type": "array"
    }
  },
  "required": [
    ...
  ],
  "title": "Network Activity",
  "type": "object"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions