Closed volodymyr-borodin closed 3 years ago
Describe the bug Wrong type of X-HasMore in swagger.json
To Reproduce Steps to reproduce the behavior:
Expected behavior X-HasMore.schema.type is "String" should be "boolean"
Hello! Should the header type be capitalized or should it be in lowercase?
Hi! By default Swashbuckle writes type of field in lower case, so we also should use lower case
Describe the bug Wrong type of X-HasMore in swagger.json
To Reproduce Steps to reproduce the behavior:
Expected behavior X-HasMore.schema.type is "String" should be "boolean"