mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-30 20:59:57 +00:00
Merge pull request #260 from open-metadata/documentation.update
Reflecting updates made by shannonbradshaw in generated document to t…
This commit is contained in:
commit
c84a2a7d36
@ -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"
|
||||
}
|
||||
},
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user