Skip to content

Commit

Permalink
Merge pull request #453 from nf-osi/patch/portal-dataset
Browse files Browse the repository at this point in the history
Update PortalDataset.yaml
  • Loading branch information
anngvu authored Jun 4, 2024
2 parents 8ceee4d + 9145813 commit f75db05
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/Template/PortalDataset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ classes:
series:
range: string
required: false
visualizeDataOn:
range: string
multivalued: true
required: false
yearProcessed:
range: integer
required: false
Expand Down
6 changes: 6 additions & 0 deletions registered-json-schemas/PortalDataset.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,12 @@
"title": {
"type": "string"
},
"visualizeDataOn": {
"items": {
"type": "string"
},
"type": "array"
},
"yearProcessed": {
"type": "integer"
},
Expand Down

0 comments on commit f75db05

Please sign in to comment.