diff --git a/catalog-rest-service/src/main/resources/json/schema/type/auditLog.json b/catalog-rest-service/src/main/resources/json/schema/type/auditLog.json index eeed2b1447f..af94684402a 100644 --- a/catalog-rest-service/src/main/resources/json/schema/type/auditLog.json +++ b/catalog-rest-service/src/main/resources/json/schema/type/auditLog.json @@ -33,11 +33,11 @@ "$ref": "basic.json#/definitions/dateTime" }, "entityId": { - "description": "Entity Id that was modified by the operation.", + "description": "Identifier of entity that was modified by the operation.", "$ref": "basic.json#/definitions/uuid" }, "entityType": { - "description": "Entity Type that is modified by the operation.", + "description": "Type of Entity that is modified by the operation.", "type": "string" } }, diff --git a/catalog-rest-service/src/main/resources/json/schema/type/basic.json b/catalog-rest-service/src/main/resources/json/schema/type/basic.json index 65c63a71d1d..5b3fe2735b2 100644 --- a/catalog-rest-service/src/main/resources/json/schema/type/basic.json +++ b/catalog-rest-service/src/main/resources/json/schema/type/basic.json @@ -18,7 +18,7 @@ "maxLength": 127 }, "entityLink": { - "description": "Link to an entity or field of an entity of format `<#E/{enties}/{entityName}/{field}/{fieldValue}`.", + "description": "Link to an entity or field within an entity using this format `<#E/{enties}/{entityName}/{field}/{fieldValue}`.", "type": "string", "pattern": "^<#E/\\S+/\\S+>$" }, @@ -28,7 +28,7 @@ "format": "utc-millisec" }, "href": { - "description": "href that points to a resource.", + "description": "URI that points to a resource.", "type": "string", "format": "uri" }, diff --git a/catalog-rest-service/src/main/resources/json/schema/type/dailyCount.json b/catalog-rest-service/src/main/resources/json/schema/type/dailyCount.json index b2a82640e2b..1b8b1589d36 100644 --- a/catalog-rest-service/src/main/resources/json/schema/type/dailyCount.json +++ b/catalog-rest-service/src/main/resources/json/schema/type/dailyCount.json @@ -2,7 +2,7 @@ "$id": "https://open-metadata.org/schema/type/dailyCount.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Daily count of some measurement", - "description": "This schema defines the type for reporting the daily count of some measurement. Example - number of times a table was used in queries per day.", + "description": "This schema defines the type for reporting the daily count of some measurement. For example, you might use this schema for the number of times a table is queried each day.", "type" : "object", "properties": {