vz-risk / veris

Vocabulary for Event Recording and Incident Sharing (VERIS)
http://verisframework.org
Other
565 stars 161 forks source link

set plus.master_id to format='uuid' #427

Open gdbassett opened 2 years ago

gdbassett commented 2 years ago

The master_id should always be a UUID. We can force this by setting a 'format' for it.

(In general probably need to look into the 'format' property for other places in the schema where we've previously used regexes to validate.)