From 358de08c12e3b0727b2711a881d30fcae4e1bb1d Mon Sep 17 00:00:00 2001 From: alkalinecoffee Date: Tue, 16 Apr 2024 12:20:17 -0400 Subject: [PATCH] fix markdown parse error --- requirements/specifications/json-schema/parameters.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements/specifications/json-schema/parameters.md b/requirements/specifications/json-schema/parameters.md index b166a2e5e..1048ec0c4 100644 --- a/requirements/specifications/json-schema/parameters.md +++ b/requirements/specifications/json-schema/parameters.md @@ -1,3 +1,5 @@ +# Parameters + TODO: write this spec... -If a parameter schema has a default value, then the Firebolt SDK **SHOULD** insert that value when an explicit value is not provided by the calling app. \ No newline at end of file +If a parameter schema has a default value, then the Firebolt SDK **SHOULD** insert that value when an explicit value is not provided by the calling app.