layout | title |
---|---|
default |
Report |
https://github.com/StreamlineData/catalog/blob/master/catalog-rest-service/src/main/resources/json/schema/entity/data/report.json
Entity that represents a Report
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | report.json |
object
(Report entity)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
id | string |
Required | cannot be null | Report entity |
name | string |
Required | cannot be null | Report entity |
fullyQualifiedName | string |
Optional | cannot be null | Report entity |
description | string |
Optional | cannot be null | Report entity |
href | string |
Optional | cannot be null | Report entity |
owner | object |
Optional | cannot be null | Report entity |
service | object |
Required | cannot be null | Report entity |
usageSummary | object |
Optional | cannot be null | Report entity |
Unique id used to identify an entity
id
- is required
- Type:
string
- cannot be null
- defined in: Report entity
string
UUID: the string must be a UUID, according to RFC 4122
Name that identifies the this report instance uniquely.
name
- is required
- Type:
string
- cannot be null
- defined in: Report entity
string
maximum length: the maximum number of characters for this string is: 64
minimum length: the minimum number of characters for this string is: 1
Unique name that identifies a report in the format 'ServiceName.ReportName'
fullyQualifiedName
- is optional
- Type:
string
- cannot be null
- defined in: Report entity
string
maximum length: the maximum number of characters for this string is: 64
minimum length: the minimum number of characters for this string is: 1
Description of this report instance.
description
- is optional
- Type:
string
- cannot be null
- defined in: Report entity
string
Link to the resource corresponding to this report
Link to the resource
href
- is optional
- Type:
string
- cannot be null
- defined in: Report entity
string
URI: the string must be a URI, according to RFC 3986
Owner of this pipeline
Entity reference that includes entity ID and entity type
owner
- is optional
- Type:
object
(Details) - cannot be null
- defined in: Report entity
object
(Details)
Link to service where this report is hosted in
Entity reference that includes entity ID and entity type
service
- is required
- Type:
object
(Details) - cannot be null
- defined in: Report entity
object
(Details)
Latest usage information for this database
Type used to return usage details
usageSummary
- is optional
- Type:
object
(Details) - cannot be null
- defined in: Report entity
object
(Details)