Skip to content

Updating documentation when schema is used multiple times gives incorrect result #559

@shreyas-goenka

Description

@shreyas-goenka

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."

Metadata

Metadata

Labels

BugSomething isn't workingDocumentationImprovements or additions to documentation

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions