ocsf / ocsf-schema

OCSF Schema
Apache License 2.0
582 stars 118 forks source link

Reputation Object and base_score #1104

Open lcostantino opened 1 month ago

lcostantino commented 1 month ago

Hi,

as part of https://schema.ocsf.io/1.2.0/objects/reputation?extensions= (and other versions) there's a required field "base_score" that most of the time is not provided. The most common value i've seen in most product is able to fullfill score_id field.

In this case, that "base_score" is required & float , given it's not provided, what default value should we use? Shouldn't base_score be OPTIONAL / RECOMMENDED instead?