Add generated file
This PR adds generated files under pkg/client and vendor folder.
This commit is contained in:
8322
vendor/github.com/go-openapi/spec/fixtures/more_circulars/bitbucket.json
generated
vendored
Normal file
8322
vendor/github.com/go-openapi/spec/fixtures/more_circulars/bitbucket.json
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
23
vendor/github.com/go-openapi/spec/fixtures/more_circulars/item.json
generated
vendored
Normal file
23
vendor/github.com/go-openapi/spec/fixtures/more_circulars/item.json
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"item": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"title"
|
||||
],
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer",
|
||||
"format": "uint64",
|
||||
"readOnly": true
|
||||
},
|
||||
"title": {
|
||||
"type": "string",
|
||||
"minLength": 2,
|
||||
"maxLength": 80
|
||||
},
|
||||
"subitem": {
|
||||
"$ref": "item.json#/item"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
23
vendor/github.com/go-openapi/spec/fixtures/more_circulars/item2.json
generated
vendored
Normal file
23
vendor/github.com/go-openapi/spec/fixtures/more_circulars/item2.json
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"item": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"title"
|
||||
],
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer",
|
||||
"format": "uint64",
|
||||
"readOnly": true
|
||||
},
|
||||
"title": {
|
||||
"type": "string",
|
||||
"minLength": 2,
|
||||
"maxLength": 80
|
||||
},
|
||||
"subitem": {
|
||||
"$ref": "#/item"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
23
vendor/github.com/go-openapi/spec/fixtures/more_circulars/item4.json
generated
vendored
Normal file
23
vendor/github.com/go-openapi/spec/fixtures/more_circulars/item4.json
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"item": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"title"
|
||||
],
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer",
|
||||
"format": "uint64",
|
||||
"readOnly": true
|
||||
},
|
||||
"title": {
|
||||
"type": "string",
|
||||
"minLength": 2,
|
||||
"maxLength": 80
|
||||
},
|
||||
"subitem": {
|
||||
"$ref": "item4.json#/item"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
57
vendor/github.com/go-openapi/spec/fixtures/more_circulars/spec.json
generated
vendored
Normal file
57
vendor/github.com/go-openapi/spec/fixtures/more_circulars/spec.json
generated
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"swagger": "2.0",
|
||||
"info": {
|
||||
"title": "Item API",
|
||||
"description": "Item API",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"host": "item.api.local",
|
||||
"basePath": "/v1",
|
||||
"securityDefinitions": {
|
||||
"key": {
|
||||
"type": "apiKey",
|
||||
"name": "x-item-token",
|
||||
"in": "header"
|
||||
}
|
||||
},
|
||||
"security": [
|
||||
{
|
||||
"key": []
|
||||
}
|
||||
],
|
||||
"consumes": [
|
||||
"application/json"
|
||||
],
|
||||
"produces": [
|
||||
"application/json"
|
||||
],
|
||||
"schemes": [
|
||||
"http"
|
||||
],
|
||||
"responses": {
|
||||
"itemResponse": {
|
||||
"description": "Item",
|
||||
"schema": {
|
||||
"$ref": "item.json#/item"
|
||||
}
|
||||
}
|
||||
},
|
||||
"paths": {
|
||||
"/item": {
|
||||
"get": {
|
||||
"operationId": "GetItem",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "item detail response",
|
||||
"schema": {
|
||||
"$ref": "item.json#/item"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"$ref": "#/responses/itemResponse"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
57
vendor/github.com/go-openapi/spec/fixtures/more_circulars/spec2.json
generated
vendored
Normal file
57
vendor/github.com/go-openapi/spec/fixtures/more_circulars/spec2.json
generated
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"swagger": "2.0",
|
||||
"info": {
|
||||
"title": "Item API",
|
||||
"description": "Item API",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"host": "item.api.local",
|
||||
"basePath": "/v1",
|
||||
"securityDefinitions": {
|
||||
"key": {
|
||||
"type": "apiKey",
|
||||
"name": "x-item-token",
|
||||
"in": "header"
|
||||
}
|
||||
},
|
||||
"security": [
|
||||
{
|
||||
"key": []
|
||||
}
|
||||
],
|
||||
"consumes": [
|
||||
"application/json"
|
||||
],
|
||||
"produces": [
|
||||
"application/json"
|
||||
],
|
||||
"schemes": [
|
||||
"http"
|
||||
],
|
||||
"responses": {
|
||||
"itemResponse": {
|
||||
"description": "Item",
|
||||
"schema": {
|
||||
"$ref": "item2.json#/item"
|
||||
}
|
||||
}
|
||||
},
|
||||
"paths": {
|
||||
"/item": {
|
||||
"get": {
|
||||
"operationId": "GetItem",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "item detail response",
|
||||
"schema": {
|
||||
"$ref": "item2.json#/item"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"$ref": "#/responses/itemResponse"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
51
vendor/github.com/go-openapi/spec/fixtures/more_circulars/spec3.json
generated
vendored
Normal file
51
vendor/github.com/go-openapi/spec/fixtures/more_circulars/spec3.json
generated
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"swagger": "2.0",
|
||||
"info": {
|
||||
"title": "Item API",
|
||||
"description": "Item API",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"host": "item.api.local",
|
||||
"basePath": "/v1",
|
||||
"securityDefinitions": {
|
||||
"key": {
|
||||
"type": "apiKey",
|
||||
"name": "x-item-token",
|
||||
"in": "header"
|
||||
}
|
||||
},
|
||||
"security": [
|
||||
{
|
||||
"key": []
|
||||
}
|
||||
],
|
||||
"consumes": [
|
||||
"application/json"
|
||||
],
|
||||
"produces": [
|
||||
"application/json"
|
||||
],
|
||||
"schemes": [
|
||||
"http"
|
||||
],
|
||||
"paths": {
|
||||
"/item": {
|
||||
"get": {
|
||||
"operationId": "GetItem",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "item detail response",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/myItems"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"definitions": {
|
||||
"myItems": {
|
||||
"$ref": "item.json#/item"
|
||||
}
|
||||
}
|
||||
}
|
||||
59
vendor/github.com/go-openapi/spec/fixtures/more_circulars/spec4.json
generated
vendored
Normal file
59
vendor/github.com/go-openapi/spec/fixtures/more_circulars/spec4.json
generated
vendored
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"swagger": "2.0",
|
||||
"info": {
|
||||
"title": "Item API",
|
||||
"description": "Item API",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"host": "item.api.local",
|
||||
"basePath": "/v1",
|
||||
"securityDefinitions": {
|
||||
"key": {
|
||||
"type": "apiKey",
|
||||
"name": "x-item-token",
|
||||
"in": "header"
|
||||
}
|
||||
},
|
||||
"security": [
|
||||
{
|
||||
"key": []
|
||||
}
|
||||
],
|
||||
"consumes": [
|
||||
"application/json"
|
||||
],
|
||||
"produces": [
|
||||
"application/json"
|
||||
],
|
||||
"schemes": [
|
||||
"http"
|
||||
],
|
||||
"parameters": {
|
||||
"itemParameter": {
|
||||
"description": "Item",
|
||||
"schema": {
|
||||
"$ref": "item4.json#/item"
|
||||
}
|
||||
}
|
||||
},
|
||||
"paths": {
|
||||
"/item": {
|
||||
"get": {
|
||||
"operationId": "GetItem",
|
||||
"parameters": [
|
||||
{
|
||||
"$ref": "#/parameters/itemParameter"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "item detail response",
|
||||
"schema": {
|
||||
"$ref": "item4.json#/item"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user