mirror of
https://github.com/Unleash/unleash.git
synced 2024-11-01 19:07:38 +01:00
3fb00b281c
This PR changes the OpenAPI schema for the advanced playground to not accept empty lists of environments and to not accept environment names that don't match the env name pattern we use. The pattern is the same as the one we use for controlling environment names on creation. However, there is a (small) chance that these may get out of sync later, so we could do something to only define this pattern once (and import it in the enterprise package), but that may be more work than is necessary, and I'd suggest we do that later. I've also added a minLength to the string items although it isn't strictly necessary. It's primarily to give the users better feedback if the name is empty. |
||
---|---|---|
.. | ||
spec | ||
util | ||
endpoint-descriptions.ts | ||
index.test.ts | ||
index.ts | ||
meta-schema-rules.test.ts | ||
validate.test.ts | ||
validate.ts |