overture-stack / lectern

Data Schema / Dictionary management system
GNU Affero General Public License v3.0
0 stars 1 forks source link

Add `unique` restriction to every field type #187

Closed joneubank closed 12 months ago

joneubank commented 1 year ago

Resolves: https://github.com/overture-stack/lectern/issues/175

For every field type, add a restriction that every record should have a unique value for that field. This is a boolean property added to the restriction of each field type.

Extra Changes

joneubank commented 1 year ago

NOTE: This is currently not enforced by the js-lectern-client