Message from discussion
linking to self as a means of versioning a schema
Received: by 10.224.105.136 with SMTP id t8mr2321467qao.6.1330720052771;
Fri, 02 Mar 2012 12:27:32 -0800 (PST)
X-BeenThere: json-schema@googlegroups.com
Received: by 10.229.161.200 with SMTP id s8ls4149585qcx.0.gmail; Fri, 02 Mar
2012 12:27:31 -0800 (PST)
MIME-Version: 1.0
Received: by 10.236.156.73 with SMTP id l49mr1372008yhk.15.1330720051544; Fri,
02 Mar 2012 12:27:31 -0800 (PST)
Authentication-Results: ls.google.com; spf=pass (google.com: domain of
postsh...@gmail.com designates internal as permitted sender)
smtp.mail=postsh...@gmail.com; dkim=pass
header...@gmail.com
Received: by p13g2000yqd.googlegroups.com with HTTP; Fri, 2 Mar 2012 12:27:31
-0800 (PST)
Date: Fri, 2 Mar 2012 12:27:31 -0800 (PST)
In-Reply-To: <01ecbacc-8c28-4392-883d-6a801424e5c1@t16g2000yqt.googlegroups.com>
References: <30193587.2124.1330281908434.JavaMail.geo-discussion-forums@ynil17>
<b1f556b1-67f0-43c5-a937-f9bb70065cad@b18g2000vbz.googlegroups.com>
<ff05a2b9-0137-4e9e-96d5-9a8baa0886aa@ge5g2000vbb.googlegroups.com>
<CALcybBA37QKkBqcTcd2_HOgMnZjXw_XB3GqimKSyP+EMPkOFqg@mail.gmail.com>
<1f258fe1-cf8b-4303-9ce7-574744cd8919@m2g2000vbc.googlegroups.com>
<CALcybBDssUJh3UMnrFzrh47erHQuVkAkgM8AnzQHwjDtdD_DoA@mail.gmail.com>
<f10c7b0a-ae0f-4d59-bf84-3842e3d2195d@v2g2000vbx.googlegroups.com>
<CALcybBCdFtH+AgHgGMuhtWkt6oYbY0PRCPx9TXNYa+2dqNJh5g@mail.gmail.com>
<9d1a7d8f-62d8-4d4c-a92f-34ed3cc309e1@t16g2000yqt.googlegroups.com>
<CALcybBBeoFE+bZkz6GgS1eba-p_5xNsoS5R+mT9iHDZdyG4kNA@mail.gmail.com> <01ecbacc-8c28-4392-883d-6a801424e5c1@t16g2000yqt.googlegroups.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3)
AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11,gzip(gfe)
Message-ID: <379d838e-76d0-4c02-9850-4c2860b293e0@p13g2000yqd.googlegroups.com>
Subject: Re: linking to self as a means of versioning a schema
From: ps <postsh...@gmail.com>
To: JSON Schema <json-schema@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Who runs json-schema.org?
It seems to me that its a bit out of date, or perhaps I'm confused.
Does it have the latest draft somewhere on that site? Why isn't json-
schema.org/schema a symlink to the latest draft?
I'm trying to use a validator, like JSV, which seems to carry around
its own private copy of the latest draft spec.
In trying to use the dojo validator, it seems to fail to validate an
empty object {}:
http://trec-kba.org/schemas/v1.0/validate.html
You have to view source and watch the javascript console to see how
that simple example is failing. (sorry)
I'll try to make a more fully featured online validator --- but
shouldn't such a thing live on json-schema.org?