build(deps): bump to Go 1.22
This commit is contained in:
parent
8554d6202d
commit
3a6bea380e
41 changed files with 15 additions and 621 deletions
|
|
@ -1,2 +0,0 @@
|
|||
type: string
|
||||
example: bar
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
type: object
|
||||
properties:
|
||||
bar:
|
||||
$ref: ../openapi.yml#/components/schemas/Bar
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
type: object
|
||||
properties:
|
||||
foo:
|
||||
$ref: ../../openapi.yml#/components/schemas/Foo
|
||||
15
vendor/github.com/getkin/kin-openapi/openapi3/testdata/recursiveRef/openapi.yml
generated
vendored
15
vendor/github.com/getkin/kin-openapi/openapi3/testdata/recursiveRef/openapi.yml
generated
vendored
|
|
@ -1,15 +0,0 @@
|
|||
openapi: "3.0.3"
|
||||
info:
|
||||
title: Recursive refs example
|
||||
version: "1.0"
|
||||
paths:
|
||||
/foo:
|
||||
$ref: ./paths/foo.yml
|
||||
components:
|
||||
schemas:
|
||||
Foo:
|
||||
$ref: ./components/Foo.yml
|
||||
Foo2:
|
||||
$ref: ./components/Foo/Foo2.yml
|
||||
Bar:
|
||||
$ref: ./components/Bar.yml
|
||||
11
vendor/github.com/getkin/kin-openapi/openapi3/testdata/recursiveRef/paths/foo.yml
generated
vendored
11
vendor/github.com/getkin/kin-openapi/openapi3/testdata/recursiveRef/paths/foo.yml
generated
vendored
|
|
@ -1,11 +0,0 @@
|
|||
get:
|
||||
responses:
|
||||
"200":
|
||||
description: OK
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
foo2:
|
||||
$ref: ../openapi.yml#/components/schemas/Foo2
|
||||
Loading…
Add table
Add a link
Reference in a new issue