Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove the required type for additionalProperties, just keep them true
  • Loading branch information
UrosKrsticMIPerf committed Jul 15, 2024
commit b470a19527ffb2e2c5f0387a16a6f0c9a8e770fc
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,7 @@
"details": {
"description": "Gets additional details specific to this recommended action.",
"type": "object",
"additionalProperties": {
"type": "string"
},
"additionalProperties": true,
"readOnly": true
}
}
Expand Down