%% You should probably cite draft-boronine-teleport-03 instead of this revision. @techreport{boronine-teleport-02, number = {draft-boronine-teleport-02}, type = {Internet-Draft}, institution = {Internet Engineering Task Force}, publisher = {Internet Engineering Task Force}, note = {Work in Progress}, url = {https://datatracker.ietf.org/doc/draft-boronine-teleport/02/}, author = {Alexei Boronine}, title = {{Minimal JSON Type System}}, pagetotal = 6, year = 2014, month = dec, day = 5, abstract = {Teleport is a minimal type system designed as an extension of JSON. It comes with 10 types sufficient for basic use and provides two patterns for extending it with new types. Teleport's type definitions are JSON values, for example, an array of strings is defined as \{"Array": "String"\}. Teleport implementations can be used for data serialization, input validation, for documenting JSON APIs and for building API clients. This document provides the mathematical basis for Teleport and can be used for implementing libraries.}, }