ral-facilities / inventory-management-system-api

Apache License 2.0
1 stars 0 forks source link

Use conlist unique_items for limiting duplicate allowed values #422

Open joelvdavies opened 1 day ago

joelvdavies commented 1 day ago

Noticed this is a simpler way of enforcing no duplicate allowed values in AllowedValuesListSchema. It will change the way the error outputs so should also ensure the font end doesn't get effected.