2016-09-08 21:13:10 +04:00
|
|
|
(**************************************************************************)
|
|
|
|
(* *)
|
2018-02-06 00:17:03 +04:00
|
|
|
(* Copyright (c) 2014 - 2018. *)
|
2016-09-08 21:13:10 +04:00
|
|
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
|
|
|
(* *)
|
|
|
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
|
|
|
(* *)
|
|
|
|
(**************************************************************************)
|
|
|
|
|
2018-02-03 23:48:08 +04:00
|
|
|
type schema = Data_encoding.json_schema * Data_encoding.Binary_schema.t
|
|
|
|
|
2017-12-09 06:51:58 +04:00
|
|
|
include Resto.ENCODING with type 'a t = 'a Data_encoding.t
|
2018-02-03 23:48:08 +04:00
|
|
|
and type schema := schema
|
2016-09-08 21:13:10 +04:00
|
|
|
|