ChandanChainani

Results 46 comments of ChandanChainani

PR: https://github.com/go-openapi/spec/pull/163 cc: @youyuanwu @casualjim

@varunkamra yes, I think it is what you are looking for since `x-order` is used to manage the order of properties

@casualjim Since the [fix](https://github.com/go-openapi/spec/pull/163) for the issue is merged, please can you create new tag and update the module version in go-swagger

> I tried to use x-order with value “0” inside 200 response object but it didn’t work. @varunkamra please can you share the example snippet what changes you have made

@isacikgoz This seem related issue to https://github.com/mattermost/mattermost-server/issues/19914

@tachyondecay The problem can be solve with a single line change which is causing the issue ``` import pytest from flask import Blueprint, Flask parent = Blueprint("parent", __name__) child =...

@TheSylwio Please can you add `Closes #4187` to the description so the PR gets linked to the issue and after merging it closes the issue and it will also help...

@Carreau Just want to check, Thanks you very much for the reply

@svip please can you share the swagger spec and steps you have followed.