sample-json-schemas icon indicating copy to clipboard operation
sample-json-schemas copied to clipboard

Sample JSON Schemas

Results 8 sample-json-schemas issues
Sort by recently updated
recently updated
newest added

From spec: > If the batch rpc call itself fails to be recognized as an valid JSON or as an Array with at least one value, the response from the...

Is this still the 'definitive' schema for GeoJSON (as of Sep.2017)?

According to the The GeoJSON Format IETF in-progress draft version 6 (2015-07-19) : https://www.ietf.org/id/draft-butler-geojson-06.txt ( https://datatracker.ietf.org/doc/draft-butler-geojson/ ) > If a feature has a commonly used identifier, that identifier > SHOULD...

The geojson schema already had globally this possibility but a bug was remaining here.

According to the examples on the [JSON RPC 2.0 Specification](http://www.jsonrpc.org/specification#examples), an empty array is not a valid request, but using the `jsonrpc-request-2.0.json` schema in the json-schema-validator-demo yields 'success'. Same thing...

This was easy for the Request, but the Response required a bit of re-organization to remove the "allOf" which doesn't allow an easy way of setting "additionalProperties": false I've tested...

How difficult would it be to write a schema for http://json-stat.org/format/ ?

Maybe my parser is not correct, but to get my code to parse some of the schema I had to make a few changes, shown below. I honestly did not...