JSON data type and schema validation

From: Dmitry Shirokov <deadrunk(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: JSON data type and schema validation
Date: 2015-05-04 03:20:15
Message-ID: CA+_nguq8sTDxd8GCLQJ-99P1Jmd_sMJZhrgj8W6p5Or0Ek5gbQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2015-05-04 03:37:42 Re: JSON data type and schema validation
Previous Message Jim Nasby 2015-05-04 02:10:02 Re: [HACKERS] optimization join on random value