Archive for 'JSON Schema' Category
JSON Schema Progress
29 February 2008JSON Schema continues to progress with steady refinements and lively discussion on improvements resulting in a second draft. I have been working the OpenAjax alliance on collaboration and synchronizing the work of JSON Schema with the OpenAjax Metadata specification.
I have updated my JavaScript implementation of JSON Schema with the latest modifications to the JSON […]
Defining JSON Referencing Convention with JSON Schema
22 January 2008I have been involved in lengthy discussions on the best approach to JSON referencing. I have long wished for a single convention for JSON referencing, but the numerous approaches currently in use have frustrated my attempts at consensus. In some situations path-based referencing can be a very clean approach for intra-message referencing. On the otherhand, […]
JSON Schema Service Descriptor
6 November 2007By including method definitions, JSON Schema can easily be extended to be a service descriptor for the RPC (remote procedure call) service JSON-RPC. JSON Schema provides robust type definition which can be utilized for defining types in method call contracts. In addition, using JSON Schema allows methods to be defined in the same manner as property […]
JSON Schema Proposal (RFC)
2 October 2007I have been working on creating a JSON Schema proposal, and I wanted to get feedback on the specification so far. JSON Schema is a specification for a JSON-based format for defining the structure of JSON data. JSON Schema provides a contract for what JSON data is required for a given application and how it can […]