openapi-examples-validator
Version:
Validates embedded examples in OpenAPI-JSONs
14 lines (13 loc) • 494 B
JSON
[
{
"type": "Validation",
"message": "must NOT have additional properties",
"instancePath": "/allOf/anyOf/oneOf/not",
"schemaPath": "#/properties/allOf/properties/anyOf/properties/oneOf/properties/not/additionalProperties",
"keyword": "additionalProperties",
"params": {
"additionalProperty": "anotherProperty"
},
"examplePath": "/paths/~1pets~1{petId}/get/responses/200/content/application~1json/example"
}
]