Updating the schema
This commit is contained in:
parent
ad6406d14e
commit
a256a12824
1 changed files with 8 additions and 0 deletions
|
@ -146,6 +146,10 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Site label"
|
"description": "Site label"
|
||||||
},
|
},
|
||||||
|
"site_url": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "URL linking to information on the functional site at the partner resource"
|
||||||
|
},
|
||||||
"source_database": {
|
"source_database": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Name of the source database"
|
"description": "Name of the source database"
|
||||||
|
@ -159,6 +163,10 @@
|
||||||
"description": "Date of acquiring data from source",
|
"description": "Date of acquiring data from source",
|
||||||
"pattern": "^[0-3]*[0-9]/[0-1]*[0-9]/[1-2][0-9]{3}$"
|
"pattern": "^[0-3]*[0-9]/[0-1]*[0-9]/[1-2][0-9]{3}$"
|
||||||
},
|
},
|
||||||
|
"source_version": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "Version of the data source"
|
||||||
|
},
|
||||||
"additional_site_annotations": {
|
"additional_site_annotations": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "Additional site-level annotations",
|
"description": "Additional site-level annotations",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue