Skip to content

Commit

Permalink
Update generated files (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Thaler <[email protected]>
  • Loading branch information
github-actions[bot] and dthaler authored Mar 9, 2024
1 parent ee339ba commit 58efc52
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
10 changes: 9 additions & 1 deletion generated_files/g7validation.json
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,12 @@
},
"https://gedcom.io/terms/v7/record-SUBM": {
"en-US": "Submitter"
},
"https://github.com/dthaler/gedcom-citations/_DATE": {
"en-US": "Date"
},
"https://github.com/dthaler/gedcom-citations/_SOUR": {
"en-US": "Source"
}
},
"payload": {
Expand Down Expand Up @@ -7640,7 +7646,9 @@
"https://gedcom.io/terms/v7/record-REPO": "REPO",
"https://gedcom.io/terms/v7/record-SNOTE": "SNOTE",
"https://gedcom.io/terms/v7/record-SOUR": "SOUR",
"https://gedcom.io/terms/v7/record-SUBM": "SUBM"
"https://gedcom.io/terms/v7/record-SUBM": "SUBM",
"https://github.com/dthaler/gedcom-citations/_DATE": "_DATE",
"https://github.com/dthaler/gedcom-citations/_SOUR": "_SOUR"
},
"tagInContext": {
"cal": {
Expand Down
4 changes: 2 additions & 2 deletions generated_files/registry_path.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -314,5 +314,5 @@ https://gedcom.io/terms/v7/type-FilePath data-type/standard/type-FilePath.yaml
https://gedcom.io/terms/v7/type-List data-type/standard/type-List.yaml
https://gedcom.io/terms/v7/type-Name data-type/standard/type-Name.yaml
https://gedcom.io/terms/v7/type-Time data-type/standard/type-Time.yaml
https://github.com/dthaler/gedcom-citations/_DATE structure/extension/_DATE
https://github.com/dthaler/gedcom-citations/_SOUR structure/extension/_SOUR
https://github.com/dthaler/gedcom-citations/_DATE structure/extension/_DATE.yaml
https://github.com/dthaler/gedcom-citations/_SOUR structure/extension/_SOUR.yaml
10 changes: 10 additions & 0 deletions structure/standard/MEDI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ specification:
rather than `BOOK` or `NEWSPAPER`.
</div>
When `MEDI` is a substructure of a `https://gedcom.io/terms/v7/FORM`, it is
recommended that its payload describes the medium from which it was derived.
<div class="example">
Consider a digital photo in a multimedia record; for this asset, the
`FORM`.`MEDI` is recommended to be `PHOTO` rather than `ELECTRONIC`.
</div>
label: 'Medium'

Expand Down

0 comments on commit 58efc52

Please sign in to comment.