Replies: 2 comments 1 reply
-
Let's move this to a proposal, option 1.) make profiles required, and 2.) optional profiles, unset = no profiles. |
Beta Was this translation helpful? Give feedback.
0 replies
-
How are we going to get schema that includes all-profiles? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Objective: Define the usage of
metadata.profiles
in OCSF records. Update the server API that retrieves a schema, to be in congruence with the usage ofmetadata.profiles
.More Context
Potential path ahead.
metadata.profiles
is made arequired
field.metadata.profiles
= [ ]metadata.profiles
to remain optional?metadata.profiles
= [a, b, ... z]Utilize the same strategy in the API calls.
?profiles=
OR NO profiles parameter should return vanilla schema definition.metadata.profiles
?profiles=x,y
must return the schema with attributes from profile x & profile yBeta Was this translation helpful? Give feedback.
All reactions