ContributionsMost RecentMost LikesSolutionsProvide support for Cyrillic symbols in the properties description, when using Markdown list. Hi! I`ve found something interesting. I cant make Markdown list option in the properties description when i`m using only Cyrillic symbols. To do this i have to take first symbol from Latin alphabet. For example, here is the description with first Latin char: As we see, it`s Ok. But, if i insert Cyrillic char as a first symbol, the list is being destroyed: Re: Problem with properties validation on mock server Found the answer here: https://stackoverflow.com/questions/50569368/swaggerhub-mock-response-returns-201-despite-missing-fields-in-post-request Re: Problem with properties validation on mock server Moreover! I`ve sent an empty body request and also got a 201 status. Funny 😁 Problem with properties validation on mock server Hi! I`ve got a problem with Request properties validation. I`m using default mock server https://virtserver.swaggerhub.com/ and default template "Simple API". this template has the required property "id": So, i trying to send incorrect request without this property and expecting 400 status as a response, but receiving 201 status. Does somebody know how to resolve it ? Solved