Skip to content

Commit

Permalink
Remove more empty examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Jul 20, 2022
1 parent 3aeb37f commit 7ddf495
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions x-pack/plugins/ml/common/openapi/ml_apis_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,13 @@
}
},
"definitions": {
"SyncSuccess": {
"type" : "boolean",
"description": "The success or failure of the synchronization."
},
"SyncJob": {
"type": "object",
"description": "The sync machine learning saved objects API response contains this object when there are machine learning jobs affected by the synchronization. There is an object for each relevant job, which contains the synchronization status.",
"properties": {
"success": {
"$ref": "#/definitions/SyncSuccess"
"type" : "boolean",
"description": "The success or failure of the synchronization."
}
}
},
Expand All @@ -116,7 +113,8 @@
"description": "The sync machine learning saved objects API response contains this object when there are trained models affected by the synchronization. There is an object for each relevant trained model, which contains the synchronization status.",
"properties": {
"success": {
"$ref": "#/definitions/SyncSuccess"
"type" : "boolean",
"description": "The success or failure of the synchronization."
}
}
},
Expand Down Expand Up @@ -192,7 +190,8 @@
"description": "The sync machine learning saved objects API response contains this object when there are datafeeds affected by the synchronization. There is an object for each relevant datafeed, which contains the synchronization status.",
"properties" : {
"success": {
"$ref": "#/definitions/SyncSuccess"
"type" : "boolean",
"description": "The success or failure of the synchronization."
}
}
}
Expand All @@ -205,7 +204,8 @@
"description": "The sync machine learning saved objects API response contains this object when there are datafeeds affected by the synchronization. There is an object for each relevant datafeed, which contains the synchronization status.",
"properties" : {
"success": {
"$ref": "#/definitions/SyncSuccess"
"type" : "boolean",
"description": "The success or failure of the synchronization."
}
}
}
Expand Down

0 comments on commit 7ddf495

Please sign in to comment.