Database¶
Properties¶
| Name (Alias) | Type (Default) | Constraints | Description |
|---|---|---|---|
| id | int |
- | |
| param | Parameter |
required Validation type: error |
The database name. |
| prefix | str |
required Validation type: warn |
The prefix used in the “identifier” column of data tables. For the 'no database' case 'null' must be used. |
| version | str |
required Validation type: error |
The database version is mandatory where identification has been performed. This may be a formal version number e.g. “1.4.1”, a date of access “2016-10-27” (ISO-8601 format) or “Unknown” if there is no suitable version that can be annotated. |
| uri | str |
required Validation type: warn |
The URI to the database. For the “no database” case, 'null' must be reported. |