Skip to content

Commit

Permalink
fix typo JSON schema -> JSON Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe authored Nov 25, 2024
1 parent 3312448 commit c1a69a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ All bioimage.io description formats are defined as [Pydantic models](https://doc
[^1]: JSON Schema based documentation generated with [json-schema-for-humans](https://coveooss.github.io/json-schema-for-humans/).
[^2]: Part of the bioimageio.spec package documentation generated with [pdoc](https://pdoc.dev/).

## JSON schema
## JSON Schema

Simplified descriptions are available as [JSON schema](https://json-schema.org/) (generated with Pydantic):
Simplified descriptions are available as [JSON Schema](https://json-schema.org/) (generated with Pydantic):

| bioimageio.spec version | JSON schema | documentation[^1] |
| bioimageio.spec version | JSON Schema | documentation[^1] |
| --- | --- | --- |
| latest | [bioimageio_schema_latest.json](https://github.com/bioimage-io/spec-bioimage-io/blob/gh-pages/bioimageio_schema_latest.json) | [latest documentation](https://bioimage-io.github.io/spec-bioimage-io/bioimageio_schema_latest/index.html) |
| 0.5 | [bioimageio_schema_v0-5.json](https://github.com/bioimage-io/spec-bioimage-io/blob/gh-pages/bioimageio_schema_v0-5.json) | [0.5 documentation](https://bioimage-io.github.io/spec-bioimage-io/bioimageio_schema_v0-5/index.html) |
Expand Down Expand Up @@ -237,7 +237,7 @@ To keep this relation, but avoid overbearing post releases a library version num
* `bioimageio.spec.update_format` (interface changed)
* switch from Marshmallow to Pydantic
* extended validation
* one joint, more precise JSON schema
* one joint, more precise JSON Schema

#### bioimageio.spec 0.4.9

Expand Down

0 comments on commit c1a69a5

Please sign in to comment.