added vendors

This commit is contained in:
mickymiek
2018-12-19 15:29:25 +01:00
parent 12e6881669
commit 8ee6bc4b91
2952 changed files with 1124359 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,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