Skip to content

Commit

Permalink
Merge pull request #84 from aodn/fix_bgc_phyto_raw
Browse files Browse the repository at this point in the history
Remove constraints in bgc_phyto_raw
  • Loading branch information
mhidas authored Mar 13, 2024
2 parents 4d23c74 + 27eafe3 commit c57f03c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bgc_data/bgc_phyto_raw.dataresource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,15 @@ schema:
- name: CELL_COUNT
title: "Number of the taxa counted in sample"
type: number
constraints:
required: true
- name: SAMPVOL_L
title: "Volume of sample analysed"
type: number
constraints:
required: true
- name: METHODS
title: Method code
type: string
- name: COMMENTS
title: "Comments"
type: string
constraints:
required: true
primaryKey:
- TRIP_CODE
- TAXON_NAME
Expand Down

0 comments on commit c57f03c

Please sign in to comment.