ror-community / ror-roadmap

Central information about what is happening at ROR and how to contribute feedback
10 stars 1 forks source link

[BUG] Validation allows records to be created without types #168

Closed adambuttrick closed 1 year ago

adambuttrick commented 1 year ago

Describe the bug The current validation allows for records to have a types field that is an empty array.

Expected behavior Validation should require one or more values in the types array.

Additional context Add check for one or more values in the types array to validation suite.

lizkrznarich commented 1 year ago

https://github.com/ror-community/ror-schema/pull/11