Describe the bug
While it is possible to provide a schema with a CamelCase schema id and the correct schema id is stored in the database, listing schemas returns all schema ids in lowercase, such that using a schema id obtained via listing to obtain a single schema will fail.
To Reproduce
Steps to reproduce the behavior:
Create a schema with id 'MyTest'
List all schemas (will contain one schema with id 'mytest'
Use 'mytest' to obtain the single schema
HTTP 404 is returned
Expected behavior
Handling schema ids should be consistent, i.e., either accept CamelCase and return schema ids unchanged in the listing or forbidding CamelCase schema ids.
Describe the bug While it is possible to provide a schema with a CamelCase schema id and the correct schema id is stored in the database, listing schemas returns all schema ids in lowercase, such that using a schema id obtained via listing to obtain a single schema will fail.
To Reproduce Steps to reproduce the behavior:
Expected behavior Handling schema ids should be consistent, i.e., either accept CamelCase and return schema ids unchanged in the listing or forbidding CamelCase schema ids.