Skip to content

Commit

Permalink
Make machine readable dates single
Browse files Browse the repository at this point in the history
we only allow 0-1 as the cardinality and therefor these fields should be multiple: false
  • Loading branch information
orangewolf committed Jul 15, 2024
1 parent aa45734 commit 105533f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions maps/utk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ profile:
responsibility: https://www.lib.utk.edu
responsibility_statement: University of Tennessee Libraries
type: UTK Digital Collections v40 - Change "Spatial Coverage" label to "Location"
version: 41
version: 42

classes:
Attachment:
Expand Down Expand Up @@ -1150,7 +1150,7 @@ properties:
cardinality:
maximum: 1
minimum: 0
multi_value: true
multi_value: false
controlled_values:
format: http://www.w3.org/2001/XMLSchema#date
sources:
Expand Down Expand Up @@ -1223,7 +1223,7 @@ properties:
cardinality:
maximum: 1
minimum: 0
multi_value: true
multi_value: false
controlled_values:
format: http://www.w3.org/2001/XMLSchema#date
sources:
Expand Down

0 comments on commit 105533f

Please sign in to comment.