Skip to content
Prev Previous commit
Next Next commit
resolving ModelValidation errors
  • Loading branch information
Ravi Gautam committed Aug 5, 2024
commit 43b49e890df1027b3eafdc2b4e930cdabdf31792
Original file line number Diff line number Diff line change
Expand Up @@ -495,9 +495,7 @@
"details": {
"description": "Gets additional details specific to this recommended action.",
"type": "object",
"additionalProperties": {
"type": "object"
},
"additionalProperties": true,
"readOnly": true
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -583,9 +583,7 @@
"details": {
"description": "Gets additional details specific to this recommended action.",
"type": "object",
"additionalProperties": {
"type": "object"
},
"additionalProperties": true,
"readOnly": true
}
}
Expand Down