Al-HUWAITI Shell
Al-huwaiti


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/analysis@v0.23.0/fixtures/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //opt/go/pkg/mod/github.com/go-openapi/analysis@v0.23.0/fixtures/fixture-342-2.yaml
swagger: '2.0'
info:
  title: issue-342-2
  description: |
    A spec which triggers a panic because of invalid ref
  version: 0.0.1
  license:
    name: MIT
host: localhost:8081
basePath: /api/v1
schemes:
  - http
consumes:
  - application/json
produces:
  - application/json
paths:
  /fixture:
    get:
      tags:
        - maindata
      operationID: fixtureOp
      parameters:
        # Wrong: a whole schema replaces the parameter
        - name: wrongme
          in: query
          required: true
          $ref: "#/definitions/sample_info/properties/sid"  
      responses:
        '200':

definitions:
  sample_info:
    type: object
    properties:
      sid:
        type: string


Al-HUWAITI Shell