Skip to content

Commit bb80aff

Browse files
committed
Fix JSON Schema validation
1 parent 8bb2583 commit bb80aff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/_internal.prevalidate_node_removal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": null,
55
"description":"Prevalidates node removal from the cluster"
66
},
7-
"stability":"stable",
7+
"stability":"experimental",
88
"visibility":"private",
99
"headers":{
1010
"accept": [ "application/json"]

rest-api-spec/src/main/resources/rest-api-spec/api/ml.validate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"ml.validate":{
33
"documentation":{
4-
"url":null,
4+
"url":"https://www.elastic.co/guide/en/machine-learning/current/ml-jobs.html",
55
"description":"Validate an anomaly detection job"
66
},
77
"stability":"stable",

rest-api-spec/src/main/resources/rest-api-spec/api/ml.validate_detector.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"ml.validate_detector":{
33
"documentation":{
4-
"url":null,
4+
"url":"https://www.elastic.co/guide/en/machine-learning/current/ml-jobs.html",
55
"description":"Validate an anomaly detection job"
66
},
77
"stability":"stable",

0 commit comments

Comments
 (0)