JSON data type and schema validation - Mailing list pgsql-hackers

From Dmitry Shirokov
Subject JSON data type and schema validation
Date
Msg-id CA+_nguq8sTDxd8GCLQJ-99P1Jmd_sMJZhrgj8W6p5Or0Ek5gbQ@mail.gmail.com
Whole thread Raw
Responses Re: JSON data type and schema validation  (Andrew Dunstan <andrew@dunslane.net>)
Re: JSON data type and schema validation  (Evgeniy Shishkin <itparanoia@gmail.com>)
List pgsql-hackers
Hi all,

Are there any plans to introduce in next versions of Postgres a schema validation for JSON field type? It would be very nice to have a support of something like json-schema spec, see http://json-schema.org/documentation.html. Right now there's the only way to do it via individual constraints, which is not very convenient in most cases. Please correct me if I'm wrong.

Cheers,
Dmitry

pgsql-hackers by date:

Previous
From: Jim Nasby
Date:
Subject: Re: optimization join on random value
Next
From: Andrew Dunstan
Date:
Subject: Re: JSON data type and schema validation