Fix typo in KPI json schema (#8629)

This commit is contained in:
Sachin Chaurasiya 2022-11-10 10:57:40 +05:30 committed by GitHub
parent 600aecbdf8
commit 4407c75e28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,14 @@
"default": false
}
},
"required": ["name", "description", "dateInsightChart", "startDate", "endDate", "targetDefinition", "metricType"],
"required": [
"name",
"description",
"dataInsightChart",
"startDate",
"endDate",
"targetDefinition",
"metricType"
],
"additionalProperties": false
}