Skip to content

Commit

Permalink
fix(ns-workflows-1): use proper version in media types (#3400)
Browse files Browse the repository at this point in the history
Refs #3392
  • Loading branch information
char0n committed Nov 16, 2023
1 parent cf118f3 commit f3faea6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/apidom-ns-workflows-1/src/media-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ export class WorkflowsMediaTypes extends MediaTypes<string> {
}

const mediaTypes = new WorkflowsMediaTypes(
'application/vnd.oai.workflows;version=3.0.0',
'application/vnd.oai.workflows+json;version=3.0.0',
'application/vnd.oai.workflows+yaml;version=3.0.0',
'application/vnd.oai.workflows;version=1.0.0',
'application/vnd.oai.workflows+json;version=1.0.0',
'application/vnd.oai.workflows+yaml;version=1.0.0',
);

export default mediaTypes;

0 comments on commit f3faea6

Please sign in to comment.