Server : LiteSpeed System : Linux in-mum-web1949.main-hosting.eu 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64 User : u595547767 ( 595547767) PHP Version : 7.4.33 Disable Function : NONE Directory : /opt/go/pkg/mod/github.com/go-openapi/validate@v0.24.0/fixtures/validation/ |
swagger: '2.0'
info:
title: issue-342
description: A variant on issue-342 with an incorrect attempt to fix the $ref sibling issue
version: 0.0.1
license:
name: MIT
host: localhost:8081
basePath: /api/v1
schemes:
- http
consumes:
- application/json
produces:
- application/json
paths:
/get_main_object:
get:
tags:
- maindata
parameters:
# Here, declared as a property and not an item: cannot marshall
$ref: "#/parameters/sid"
responses:
'200':
parameters:
sid:
#name: mysid
in: body
required: true
type: integer
format: int64