Skip to content
Open
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
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ Bowtie

|

Bowtie is a *meta*-validator of the `JSON Schema specification <https://json-schema.org/>`_, by which we mean it coordinates executing *other* `validator implementations <https://json-schema.org/implementations.html>`_, collecting and reporting on their results.
πŸ” Bowtie is a *meta*-validator of the `JSON Schema specification <https://json-schema.org/>`_, by which we mean it coordinates executing *other* `validator implementations <https://json-schema.org/implementations.html>`_, collecting and reporting on their results.

To do so it defines a simple input/output protocol (specified in `this JSON Schema <https://github.com/bowtie-json-schema/bowtie/blob/main/bowtie/schemas/io.json>`_) which validator implementations can implement, and it provides a CLI which can execute supported implementations.

It's called Bowtie because it fans in lots of JSON then fans out lots of results: ``>Β·<``.
πŸŽ€ It's called Bowtie because it fans in lots of JSON then fans out lots of results: ``>Β·<``.
Looks like a bowtie, no?
Also because it's elegant – we hope.
Also because it's elegant – we hope. ✨

For more information, see `Bowtie's documentation <https://docs.bowtie.report/>`_.
πŸ“š For more information, see `Bowtie's documentation <https://docs.bowtie.report/>`_.
Loading