Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stephane-klein/postgresql-json-schema-validation-poc

PostgreSQL JSON schema validation POC
https://github.com/stephane-klein/postgresql-json-schema-validation-poc

json-schema poc postgresql proof-of-concept

Last synced: 9 days ago
JSON representation

PostgreSQL JSON schema validation POC

Awesome Lists containing this project

README

        

# PostgreSQL JSON schema validation POC

[JSON Schema](https://json-schema.org/) validation is based on [is_jsonb_valid](https://github.com/furstenheim/is_jsonb_valid) PostgreSQL extension.

```sh
$ docker-compose up -d
$ ./scripts/load-seed.sh
$ ./scripts/load-fixtures.sh
```

Some useful resources:

- [Understanding JSON Schema](https://json-schema.org/understanding-json-schema/)