|
1 |
| -#  Open Cybersecurity Schema Framework |
| 1 | +# <img src="ocsf.png" alt="OCSF Logo" width="32"/> Open Cybersecurity Schema Framework |
2 | 2 |
|
3 | 3 | This repository defines the Open Cybersecurity Schema Framework (OCSF) schema.
|
4 | 4 | OCSF is a framework for creating schemas and it also delivers a cybersecurity
|
@@ -30,17 +30,16 @@ creating categories, profiles or event classes from the dictionary. Extensions c
|
30 | 30 | attributes to the dictionary, including new objects. As with categories, event classes and profiles,
|
31 | 31 | extensions have unique IDs within the framework as well as versioning.
|
32 | 32 |
|
33 |
| - |
34 | 33 | To extend the schema create a new directory in the `schema/extensions` directory. The directory
|
35 | 34 | structure is the same as the top level schema directory, and it may contain the following files
|
36 | 35 | and subdirectories.
|
37 | 36 |
|
38 |
| -| Name | Description | |
39 |
| -| ----------------- | ------------------------------------------------------------ | |
| 37 | +| Name | Description | |
| 38 | +| ----------------- | ------------------------------------------------------------------------- | |
40 | 39 | | `categories.json` | Create it to define a new event category to reserve a range of class IDs. |
|
41 |
| -| `dictionary.json` | Create it to define new attributes. | |
42 |
| -| `events` | Create it to define new event classes. | |
43 |
| -| `objects` | Create it to define new objects. | |
| 40 | +| `dictionary.json` | Create it to define new attributes. | |
| 41 | +| `events` | Create it to define new event classes. | |
| 42 | +| `objects` | Create it to define new objects. | |
44 | 43 |
|
45 | 44 | For more information on extending the schema, please refer to the contribution guide,
|
46 | 45 | [CONTRIBUTING.md](https://github.com/ocsf/ocsf-schema/blob/main/CONTRIBUTING.md)
|
|
0 commit comments