Skip to content

Commit

Permalink
Add new content types for Artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarros committed Jan 16, 2025
1 parent 9ec036d commit a52917f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend/infrahub/core/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,12 @@ class AllowOverrideType(InfrahubStringEnum):

class ContentType(InfrahubStringEnum):
APPLICATION_JSON = "application/json"
APPLICATION_YAML = "application/yaml"
APPLICATION_XML = "application/xml"
TEXT_PLAIN = "text/plain"
TEXT_MARKDOWN = "text/markdown"
TEXT_CSV = "text/csv"
IMAGE_SVG = "image/svg+xml"


class CheckType(InfrahubStringEnum):
Expand Down

0 comments on commit a52917f

Please sign in to comment.