If a json schema is used multiple places, the rendered JSON schema has incorrect documentation.
For example, jobs "continuous" has documentation for "trigger" when they share a common schema for "pause_status"
"continuous": {
"description": "",
"description": "An optional continuous property for this job. The continuous property will ensure that there is always one run executing. Only one of `schedule` and `continuous` can be used.",
"properties": {
"pause_status": {
"description": ""
"description": "Whether this trigger is paused or not."