Skip to content

Commit

Permalink
add support for JSON files
Browse files Browse the repository at this point in the history
  • Loading branch information
endorama committed Feb 9, 2022
1 parent e219823 commit 611ac47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions versions/1/_dev/deploy/tf/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ spec:
contentMediaType: "application/x-yaml"
required: false
$ref: "./env.spec.yml"
- description: Fixture JSON files
pattern: '^*.json$'
type: file
contentMediaType: "application/json"
required: false

0 comments on commit 611ac47

Please sign in to comment.