%% You should probably cite draft-boronine-teleport-03 instead of this revision. @techreport{boronine-teleport-00, number = {draft-boronine-teleport-00}, 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/00/}, author = {Alexei Boronine}, title = {{Minimal JSON Type System}}, pagetotal = 6, year = 2014, month = nov, day = 10, abstract = {Teleport is a minimal type system designed as an extension of JSON. It comes with 10 types sufficient for basic use, but it defines a pattern for extending it with arbitrary 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 of Teleport and can be used for implementing libraries.}, }