Skip to content

Commit f3faea6

Browse files
authored
fix(ns-workflows-1): use proper version in media types (#3400)
Refs #3392
1 parent cf118f3 commit f3faea6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/apidom-ns-workflows-1/src/media-types.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ export class WorkflowsMediaTypes extends MediaTypes<string> {
2525
}
2626

2727
const mediaTypes = new WorkflowsMediaTypes(
28-
'application/vnd.oai.workflows;version=3.0.0',
29-
'application/vnd.oai.workflows+json;version=3.0.0',
30-
'application/vnd.oai.workflows+yaml;version=3.0.0',
28+
'application/vnd.oai.workflows;version=1.0.0',
29+
'application/vnd.oai.workflows+json;version=1.0.0',
30+
'application/vnd.oai.workflows+yaml;version=1.0.0',
3131
);
3232

3333
export default mediaTypes;

0 commit comments

Comments
 (0)