diff --git a/pkg/model/types.go b/pkg/model/types.go index 1c4ca73a..ef2dbbb0 100644 --- a/pkg/model/types.go +++ b/pkg/model/types.go @@ -48,7 +48,7 @@ const ( FormatString Format = "string" FormatNumber Format = "number" FormatBoolean Format = "boolean" - FormatFilePath Format = "file_path" + FormatFilePath Format = "filepath" ) // Input represents a configuration input diff --git a/scripts/test_publish.sh b/scripts/test_publish.sh index c8ccf51f..33730d5b 100755 --- a/scripts/test_publish.sh +++ b/scripts/test_publish.sh @@ -102,7 +102,7 @@ cat > "$PAYLOAD_FILE" << EOF "type": "positional", "name": "config", "description": "Configuration file path", - "format": "file_path", + "format": "filepath", "isRequired": false, "default": "./config.json" }