HTR-United / schema

Repository for schema related business
Mozilla Public License 2.0
1 stars 1 forks source link

Source manuscripts / images canonical links #15

Open PonteIneptique opened 1 year ago

PonteIneptique commented 1 year ago

@alix-tz What do you think we add a new feature for linking original sources such as:

sources: 
  - Link 1
  - Link 2
  - Link 3

I'd make it a list of list (to allow for multiple links per source) or a list of string (single link per source)

PonteIneptique commented 1 year ago

More complex could be a dictionary:

- name: BnF Latin 82367
  links:
    - URL1
    - URL2

But it feels probably bloated ?

Other option:

- name: BnF Latin 82367
  manifest: URI1 #Optional
  links: 
    - URI2
    - URI3
    - URI4
alix-tz commented 1 year ago

Would you consider this feature optional? If yes, then I guess the third option is okay. It is difficult to know in advance if contributor would find this feature too demanding to fill.

If we make it a required feature however, I would try to keep it simple with the first option.

PonteIneptique commented 1 year ago

Cela serait TOTALEMENT optionnel, et je pense que chaque valeur serait elle-même optionnel (en gros, tu peux avoir les noms, le manifest ou les links)