mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 02:56:10 +00:00
Fix typo in KPI json schema (#8629)
This commit is contained in:
parent
600aecbdf8
commit
4407c75e28
@ -84,6 +84,14 @@
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"required": ["name", "description", "dateInsightChart", "startDate", "endDate", "targetDefinition", "metricType"],
|
||||
"required": [
|
||||
"name",
|
||||
"description",
|
||||
"dataInsightChart",
|
||||
"startDate",
|
||||
"endDate",
|
||||
"targetDefinition",
|
||||
"metricType"
|
||||
],
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user