osxhacker / demo-microsite

An exploration of microsite/microservice concepts.
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Increase maximum CompanySlug size from 32 to 64 #3

Closed osxhacker closed 11 months ago

osxhacker commented 11 months ago

Currently, the CompanySlug type has a maxLength facet value of 32. Increasing that limit to 64 would allow use of UUID's in integration tests with minimal impact.

osxhacker commented 11 months ago

This enhancement has been completed and merged into master.