OpenAPI export in YAML format create incompatible refernces *ref_x

checkout results array items ref

'500':
          description: Example response
          content:
            application/json:
              schema:
                type: object
                properties:
                  message:
                    type: string
                  results:
                    type: array
                    items: *ref_8
                required:
                  - message
                  - results

we are using golang openapi-codegen package to generate server & client code which fails because of this.

really good editor compared to stoplight specially, but we can’t fit in existing backend because of this issue.

Could you please share a screenshot of the schema interface for the corresponding Response in Apidog?