github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/fixtures/bugs/2092/definitions/teams.yaml (about)

     1  teamupdate:
     2    type: object
     3    properties:
     4      id:
     5        type: string
     6      home_address:
     7        $ref: './addresses.yaml#/address'
     8      invoice_address:
     9        $ref: './addresses.yaml#/address'
    10      members:
    11        type: array
    12        items:
    13          $ref: "./user.yaml#/user"
    14      settings:
    15        $ref: "./teams.yaml#/teampatchsettings"
    16  
    17  teampatchsettings:
    18    type: object
    19    properties:
    20      a:
    21        type: string
    22      b:
    23        type: string