Skip to content

Commit

Permalink
add data_model_version_as_annotation and data_model_version_as_column…
Browse files Browse the repository at this point in the history
… to schema
  • Loading branch information
afwillia committed Oct 31, 2024
1 parent 0350de7 commit 707d5e6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions schemas/dca_config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"synapse_asset_view",
"data_model_url",
"data_model_info",
"data_model_version_as_annotation",
"data_model_version_as_column",
"template_menu_config_file",
"logo_location",
"logo_link",
Expand All @@ -33,6 +35,16 @@
"type": "string",
"format": "uri-reference"
},
"data_model_version_as_annotation": {
"description": "Add the data model URL as an annotation to the manifest",
"type": "string",
"format": "uri-reference"
},
"data_model_version_as_column": {
"description": "Add the data model URL as a column to the manifest",
"type": "string",
"format": "uri-reference"
},
"data_model_info": {
"description": "URL to release notes about the data model",
"type": "string",
Expand Down

0 comments on commit 707d5e6

Please sign in to comment.