Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wip: corpus metadata JSON schema #1058

Conversation

ggrossetie
Copy link
Collaborator

@ggrossetie ggrossetie commented Oct 22, 2024

Principes

  • Ajout d'un type permettant de typer les différents corpus
    • Chaque type a un schéma dédié dans le JSON schema
    • Pour le moment j'ai détaillé uniquement le type "journal" car je n'étais pas sûr des métadonnées à renseigner sur le type "book"

Exemples

journal

{
  "type": "journal",
  "name": "Sens public",
  "issue": {
    "title": "L’œuvre numérique à son miroir : regards sur les créations digitales contemporaines",
    "identifier": "https://www.sens-public.org/dossiers/1710/",
    "number": "2024/05/28"
  }
}

book

{
  "type": "book"
}

@ggrossetie
Copy link
Collaborator Author

Structure validée, la suite dans #1071

@ggrossetie ggrossetie closed this Oct 29, 2024
@ggrossetie ggrossetie deleted the corpus-metadata branch October 29, 2024 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant