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

Update readme #370

Merged
merged 1 commit into from
Sep 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/Closing-the-Gap-in-NLS-DH/Projects/graphs/commit-activity)

[![Generic badge](https://img.shields.io/badge/IndexSchema-v0.1.1-blue.svg)](#json-schema-for-project-index--uuid-dictionary-v011)
[![Generic badge](https://img.shields.io/badge/ProjectsSchema-v0.1.9-blue.svg)](#json-schema-for-projects-v019)
[![Generic badge](https://img.shields.io/badge/ProjectsSchema-v0.2.0-blue.svg)](#zod-schema-for-projects-v020)

# Closing the Gap in Non-Latin-Script Data

Expand Down Expand Up @@ -32,9 +32,9 @@ Feel free to discuss possible improvements to the schema via GitHub issues.

We will add a history of all upcoming schema versions beginning with `v0.1.6`.

### JSON Schema for Projects (`v0.1.9`)
### Zod Schema for Projects (`v0.2.0`)

See `TEMPLATES/project.json` for a template and `SCHEMATA/project.schema.json` for a comprehensive schema of the latest version.
See `TEMPLATES/project.json` for a template and `SCHEMATA/project_schema.ts` for the latest version of our schema.

### JSON Schema for Project Index / UUID Dictionary (`v0.1.1`)

Expand Down