object
-
includeboolean required -
sourcestring required -
targetstring required -
typestring
OpenAPI schema definition
{
"properties": {
"include": {
"type": "boolean"
},
"source": {
"type": "string"
},
"target": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"source",
"target",
"include"
],
"type": "object"
}