Add vendor folder to git

This commit is contained in:
Lucas Käldström 2017-06-26 19:23:05 +03:00
parent 66cf5eaafb
commit 183585f56f
No known key found for this signature in database
GPG key ID: 600FEFBBD0D40D21
6916 changed files with 2629581 additions and 1 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,3 @@
Errors reading examples/errors/petstore-unresolvedrefs.yaml
ERROR could not resolve #/definitions/Pet
ERROR could not resolve #/definitions/Error