FamilySearch / GEDCOM-registries

2 stars 3 forks source link

Don't repeat yaml-schema.yaml in two repos #36

Closed tychonievich closed 4 months ago

tychonievich commented 4 months ago

yaml-schema.yaml is currently included verbatim in both this repo and https://github.com/FamilySearch/GEDCOM.io/ We want both places: io to share it, registries to use in checking proposal formats

We should add a script to copy one from the other so there is less chance of mismatch between the two

dthaler commented 4 months ago

Q: Why is it in GEDCOM.io at all? I'm guessing just to be consistent with _pages/yaml-file-format.md so the two files can be updated in the same PR?

Q: Why is it in GEDCOM-registries? I think it's just so it can be used by registry_tools/validator.py.

Assuming above is correct, then this can be addressed by GEDCOM-registries using GEDCOM.io as a submodule (like it already uses GEDCOM as a submodule).