[7.x] fix the schema validation for scripts_painless_context (#55738) (#55751)

This commit is contained in:
Jake Landis 2020-04-27 08:39:56 -05:00 committed by GitHub
parent b5916ac455
commit 7b4bacebb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -194,6 +194,3 @@ task regen {
}
}
validateRestSpec {
ignore 'scripts_painless_context.json'
}

View File

@ -1,6 +1,10 @@
{
"scripts_painless_context": {
"stability": "experimental",
"documentation": {
"url": "https://www.elastic.co/guide/en/elasticsearch/painless/master/painless-contexts.html",
"description": "Returns the painless contexts"
},
"url": {
"paths": [
{