Merge pull request #260 from open-metadata/documentation.update

Reflecting updates made by shannonbradshaw in generated document to t…
This commit is contained in:
Suresh Srinivas 2021-08-21 09:33:34 -07:00 committed by GitHub
commit c84a2a7d36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -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"
}
},

View File

@ -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"
},

View File

@ -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": {