Pontificia Universidad Católica de Chile Pontificia Universidad Católica de Chile
(2016)

Foundations of JSON Schema

Revista : Proceedings of the 25th International Conference on World Wide Web, WWW 2016
Páginas : 263-273
Tipo de publicación : Conferencia No DCC Ir a publicación

Abstract

JSON — the most popular data format for sending API requests and responses — is still lacking a standardized schema or meta-data definition that allows the developers to specify the structure of JSON documents. JSON Schema is an attempt to provide a general purpose schema language for JSON, but it is still work in progress, and the formal specification has not yet been agreed upon. Why this could be a problem becomes evident when examining the behaviour of numerous tools for validating JSON documents against this initial schema proposal: although they agree on most general cases, when presented with the greyer areas of the specification they tend to differ significantly. In this paper we provide the first formal definition of syntax and semantics for JSON Schema and use it to show that implementing this layer on top of JSON is feasible in practice. This is done both by analysing the theoretical aspects of the validation problem and by showing how to set up and validate a JSON Schema for Wikidata, the central storage for Wikimedia.