Validation of Modern JSON Schema: Formalization and Complexity

07/19/2023
by   Lyes Attouche, et al.
0

JSON Schema is the de-facto standard schema language for JSON data. The language went through many minor revisions, but the most recent versions of the language added two novel features, dynamic references and annotation-dependent validation, that change the evaluation model. Modern JSON Schema is the name used to indicate all versions from Draft 2019-09, which are characterized by these new features, while Classical JSON Schema is used to indicate the previous versions. These new "modern" features make the schema language quite difficult to understand, and have generated many discussions about the correct interpretation of their official specifications; for this reason we undertook the task of their formalization. During this process, we also analyzed the complexity of data validation in Modern JSON Schema, with the idea of confirming the PTIME complexity of Classical JSON Schema validation, and we were surprised to discover a completely different truth: data validation, that is expected to be an extremely efficient process, acquires, with Modern JSON Schema features, a PSPACE complexity. In this paper, we give the first formal description of Modern JSON Schema, which we consider a central contribution of the work that we present here. We then prove that its data validation problem is PSPACE-complete. We prove that the origin of the problem lies in dynamic references, and not in annotation-dependent validation. We study the schema and data complexities, showing that the problem is PSPACE-complete with respect to the schema size even with a fixed instance, but is in PTIME when the schema is fixed and only the instance size is allowed to vary. Finally, we run experiments that show that there are families of schemas where the difference in asymptotic complexity between dynamic and static references is extremely visible, even with small schemas.

READ FULL TEXT
research
02/27/2022

Negation-Closure for JSON Schema

JSON Schema is an evolving standard for describing families of JSON docu...
research
04/30/2021

Not Elimination and Witness Generation for JSON Schema

JSON Schema is an evolving standard for the description of families of J...
research
02/25/2022

Witness Generation for JSON Schema

JSON Schema is an important, evolving standard schema language for famil...
research
07/24/2019

Semi Automatic Construction of ShEx and SHACL Schemas

We present a method for the construction of SHACL or ShEx constraints fo...
research
11/28/2019

Type Safety with JSON Subschema

JSON is a popular data format used pervasively in web APIs, cloud comput...
research
05/27/2022

Who is we? Disambiguating the referents of first person plural pronouns in parliamentary debates

This paper investigates the use of first person plural pronouns as a rhe...
research
08/31/2023

Generalised Winograd Schema and its Contextuality

Ambiguities in natural language give rise to probability distributions o...

Please sign up or login with your details

Forgot password? Click here to reset