Skip to content

Commit

Permalink
Add 'removable' property to OpenAPI PackageInfo schema
Browse files Browse the repository at this point in the history
  • Loading branch information
John Schulz committed Jun 24, 2020
1 parent 70b804c commit 5bdf8c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x-pack/plugins/ingest_manager/common/openapi/spec_oas3.json
Original file line number Diff line number Diff line change
Expand Up @@ -4012,6 +4012,9 @@
},
"path": {
"type": "string"
},
"removable": {
"type": "boolean"
}
},
"required": [
Expand Down

0 comments on commit 5bdf8c8

Please sign in to comment.