Add generated file

This PR adds generated files under pkg/client and vendor folder.
This commit is contained in:
xing-yang
2018-07-12 10:55:15 -07:00
parent 36b1de0341
commit e213d1890d
17729 changed files with 5090889 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
Errors reading examples/v2.0/yaml/petstore.yaml
Invalid invocation of gnostic-plugin: foo=bar,:abc
Errors reading examples/v2.0/yaml/petstore.yaml
Invalid invocation of gnostic-plugin: ,foo=bar:abc
Errors reading examples/v2.0/yaml/petstore.yaml
Invalid invocation of gnostic-plugin: foo=:abc
Errors reading examples/v2.0/yaml/petstore.yaml
Invalid invocation of gnostic-plugin: =bar:abc
Errors reading examples/v2.0/yaml/petstore.yaml
Invalid invocation of gnostic-plugin: ,,:abc
Errors reading examples/v2.0/yaml/petstore.yaml
Invalid invocation of gnostic-plugin: foo=bar=baz:abc

View File

@@ -0,0 +1,16 @@
Errors reading examples/errors/petstore-badproperties.yaml
ERROR $root.info is missing required property: version
ERROR $root.info has invalid property: myproperty
ERROR $root.paths./pets.get.parameters.parameter.bodyParameter is missing required property: schema
ERROR $root.paths./pets.get.parameters.parameter.bodyParameter has invalid properties: type, format, myproperty
ERROR $root.paths./pets.get.parameters.parameter.bodyParameter has unexpected value for in: query (string)
ERROR $root.paths./pets.get.parameters.parameter.nonBodyParameter.headerParameterSubSchema has invalid property: myproperty
ERROR $root.paths./pets.get.parameters.parameter.nonBodyParameter.headerParameterSubSchema has unexpected value for in: query (string)
ERROR $root.paths./pets.get.parameters.parameter.nonBodyParameter.formDataParameterSubSchema has invalid property: myproperty
ERROR $root.paths./pets.get.parameters.parameter.nonBodyParameter.formDataParameterSubSchema has unexpected value for in: query (string)
ERROR $root.paths./pets.get.parameters.parameter.nonBodyParameter.queryParameterSubSchema has invalid property: myproperty
ERROR $root.paths./pets.get.parameters.parameter.nonBodyParameter.pathParameterSubSchema has invalid property: myproperty
ERROR $root.paths./pets.get.parameters.parameter.nonBodyParameter.pathParameterSubSchema has unexpected value for in: query (string)
ERROR $root.paths./pets.get.parameters.jsonReference is missing required property: $ref
ERROR $root.paths./pets.get.parameters.jsonReference has invalid properties: name, in, required, type, format, myproperty
ERROR $root.paths./pets.post has unexpected value for tags: pets (string)

View File

@@ -0,0 +1,2 @@
Errors reading examples/errors/petstore-missingversion.yaml
unable to identify OpenAPI version

View File

@@ -0,0 +1,3 @@
Errors reading examples/errors/petstore-unresolvedrefs.yaml
ERROR could not resolve #/definitions/Pet
ERROR could not resolve #/definitions/Error