From 9e3f834b04121591ed069fce487c2c1848da0dec Mon Sep 17 00:00:00 2001 From: Arkadiy Asuratov Date: Fri, 8 Dec 2023 16:20:03 +0100 Subject: [PATCH] minor fixes to schema (#2918) * fix(schema): remove comma * fix(schema): add comma --- schema/metadata/app/recordId.json | 2 +- schema/metadata/dashlets.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/schema/metadata/app/recordId.json b/schema/metadata/app/recordId.json index 234f5b69f1..23277d5ccb 100644 --- a/schema/metadata/app/recordId.json +++ b/schema/metadata/app/recordId.json @@ -17,7 +17,7 @@ "description": "ID column length. By default, set to 17." }, "dbType": { - "description": "An ID column data type. By default, set to string (equivalent to varchar in MySQL). Changing this parameter will change types of all ID columns once you run rebuild." + "description": "An ID column data type. By default, set to string (equivalent to varchar in MySQL). Changing this parameter will change types of all ID columns once you run rebuild.", "anyOf": [ {"type": "string"}, { diff --git a/schema/metadata/dashlets.json b/schema/metadata/dashlets.json index 80db3b978f..78cb2ff249 100644 --- a/schema/metadata/dashlets.json +++ b/schema/metadata/dashlets.json @@ -11,7 +11,7 @@ }, "aclScope": { "type": "string", - "description": "A scope access to which is required to have access to the dashlet.", + "description": "A scope access to which is required to have access to the dashlet." }, "accessDataList": { "$ref": "./clientDefs.json#/definitions/accessDataList"