Skip to content

Commit

Permalink
this?
Browse files Browse the repository at this point in the history
  • Loading branch information
rlh1994 committed Mar 15, 2024
1 parent e60fe69 commit 367e85a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/components/JsonSchemaValidator/dbt-variables-meta-schema
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,17 @@
"type": "string"
}
},
"additionalProperties": {
"$ref": "http://json-schema.org/draft-07/schema#"
},
"oneOf": [
{
"required": [
"type",
"title",
"longDescription",
"packageDefault",
"group"
"group",
"recommendFullRefresh",
"order",
"consoleGroup"
]
},
{
Expand All @@ -77,7 +77,10 @@
"title",
"longDescription",
"packageDefault",
"group"
"group",
"recommendFullRefresh",
"order",
"consoleGroup"
]
}
],
Expand Down

0 comments on commit 367e85a

Please sign in to comment.