Skip to content

Commit a534dfc

Browse files
feat(rumdl): update schema to v0.1.22 (SchemaStore#5372)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d6549a0 commit a534dfc

1 file changed

Lines changed: 23 additions & 2 deletions

File tree

src/schemas/json/rumdl.json

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,29 @@
126126
"default": 80
127127
},
128128
"output-format": {
129-
"description": "Output format for linting results (e.g., \"text\", \"json\", \"pylint\", etc.)",
130-
"type": ["string", "null"]
129+
"description": "Output format for linting results",
130+
"oneOf": [
131+
{
132+
"type": "string",
133+
"enum": [
134+
"text",
135+
"full",
136+
"concise",
137+
"grouped",
138+
"json",
139+
"json-lines",
140+
"github",
141+
"gitlab",
142+
"pylint",
143+
"azure",
144+
"sarif",
145+
"junit"
146+
]
147+
},
148+
{
149+
"type": "null"
150+
}
151+
]
131152
},
132153
"fixable": {
133154
"description": "Rules that are allowed to be fixed when --fix is used\nIf specified, only these rules will be fixed",

0 commit comments

Comments
 (0)