mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-01 13:48:04 +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"
|
"$ref": "basic.json#/definitions/dateTime"
|
||||||
},
|
},
|
||||||
"entityId": {
|
"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"
|
"$ref": "basic.json#/definitions/uuid"
|
||||||
},
|
},
|
||||||
"entityType": {
|
"entityType": {
|
||||||
"description": "Entity Type that is modified by the operation.",
|
"description": "Type of Entity that is modified by the operation.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
"maxLength": 127
|
"maxLength": 127
|
||||||
},
|
},
|
||||||
"entityLink": {
|
"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",
|
"type": "string",
|
||||||
"pattern": "^<#E/\\S+/\\S+>$"
|
"pattern": "^<#E/\\S+/\\S+>$"
|
||||||
},
|
},
|
||||||
@ -28,7 +28,7 @@
|
|||||||
"format": "utc-millisec"
|
"format": "utc-millisec"
|
||||||
},
|
},
|
||||||
"href": {
|
"href": {
|
||||||
"description": "href that points to a resource.",
|
"description": "URI that points to a resource.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "uri"
|
"format": "uri"
|
||||||
},
|
},
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"$id": "https://open-metadata.org/schema/type/dailyCount.json",
|
"$id": "https://open-metadata.org/schema/type/dailyCount.json",
|
||||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||||
"title": "Daily count of some measurement",
|
"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",
|
"type" : "object",
|
||||||
|
|
||||||
"properties": {
|
"properties": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user