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/validate@v0.24.0/fixtures/bugs/1341/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //opt/go/pkg/mod/github.com/go-openapi/validate@v0.24.0/fixtures/bugs/1341/fixture-1341-5.yaml
swagger: '2.0'
info:
  title: Title
  description: some description
  contact:
    name: John Doe
    url: https://www.acme.com/support
    email: support@acme.com
  version: "1.0.0"
paths:
  /:
    get:
      responses:
        200:
          description: Example path
          schema:
            #$ref: '#/definitions/ExecuteValues'
            type: string
        default:
          description: generic error
          schema:
            type: string
definitions:
  ExecuteValues:
    description: recursive definition
    type: object
    properties:
      Value:
        $ref: "#/definitions/ExecuteValue"
      Array:
        description: array definition
        type: array
        items:
          $ref: "#/definitions/ExecuteValues"
    default:
      Array:
      - Array:
        - Value:
            Value: value
            ValueType: ExecuteValueString
      - Value:
          Value: true
          ValueType: ExecuteValueBoolean
  ExecuteValue:
    description: non-recursive definition
    type: object
    discriminator: ValueType
    required:
    - ValueType
    - Test
    properties:
      ValueType:
        description: the type of the value
        type: string
      Test:
        description: a test
        type: string

Al-HUWAITI Shell