-
Are there JSON Schemas available that are generated from the OCSF Schema? Apologies in advance if they are right in front of my face, I did look but didn't see it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The schema server has an API to validate data and to export JSON schema per class or object, see the API doc. For example, to export the network activity event class use:
|
Beta Was this translation helpful? Give feedback.
The schema server has an API to validate data and to export JSON schema per class or object, see the API doc. For example, to export the network activity event class use:
curl -X GET "https://schema.ocsf.io/schema/classes/network_activity" -H "accept: application/json"