Skip to content
Merged
Show file tree
Hide file tree
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
Next Next commit
fix schema errors
  • Loading branch information
vordimous committed Dec 13, 2023
commit 80785bf43db664587f3651f96902610b51591e9a
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@
],
"additionalProperties": false
},
"required":
[
"options"
],
"additionalProperties": false
}
},
"required":
[
"options"
]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,19 +170,19 @@
"type": "string"
}
},
"additionalProperties": false
},
"required":
[
"scheme",
"authority"
]
}
},
"required":
[
"with"
]
"additionalProperties": false,
"required":
[
"scheme",
"authority"
]
}
},
"required":
[
"with"
]
}
},
"exit": false
},
Expand Down