Re: [Cbor] I-D Action: draft-bormann-cbor-cddl-map-like-data-01.txt

Carsten Bormann <cabo@tzi.org> Tue, 01 June 2021 15:37 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: cbor@ietfa.amsl.com
Delivered-To: cbor@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 38DD03A1C52 for <cbor@ietfa.amsl.com>; Tue, 1 Jun 2021 08:37:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.898
X-Spam-Level:
X-Spam-Status: No, score=-1.898 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oNCwVjP4srhp for <cbor@ietfa.amsl.com>; Tue, 1 Jun 2021 08:37:48 -0700 (PDT)
Received: from gabriel-2.zfn.uni-bremen.de (gabriel-2.zfn.uni-bremen.de [134.102.50.19]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 608933A1C51 for <cbor@ietf.org>; Tue, 1 Jun 2021 08:37:48 -0700 (PDT)
Received: from [192.168.217.118] (p548dcc89.dip0.t-ipconnect.de [84.141.204.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4Fvbrp3Q9Dz315x; Tue, 1 Jun 2021 17:37:46 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <162256159995.13632.5396696382414475@ietfa.amsl.com>
Date: Tue, 01 Jun 2021 17:37:46 +0200
X-Mao-Original-Outgoing-Id: 644254665.970118-ed62011738a0abe1e591e699cb0d9d63
Content-Transfer-Encoding: quoted-printable
Message-Id: <EBC5EA23-CCAF-4C3D-B0FB-BF88086B4784@tzi.org>
References: <162256159995.13632.5396696382414475@ietfa.amsl.com>
To: cbor@ietf.org
X-Mailer: Apple Mail (2.3608.120.23.2.7)
Archived-At: <https://mailarchive.ietf.org/arch/msg/cbor/EdlYn5Px2-Mq85lpIBln11adt6s>
Subject: Re: [Cbor] I-D Action: draft-bormann-cbor-cddl-map-like-data-01.txt
X-BeenThere: cbor@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "Concise Binary Object Representation \(CBOR\)" <cbor.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/cbor>, <mailto:cbor-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/cbor/>
List-Post: <mailto:cbor@ietf.org>
List-Help: <mailto:cbor-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/cbor>, <mailto:cbor-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 01 Jun 2021 15:37:52 -0000

I have done a quick update of the draft-bormann-cbor-cddl-map-like-data tags specification.

If needed, we can discuss this tomorrow.

The main issue remaining is whether the FAlist form [1] is all we need, or whether we maybe do need one or more of the other representation forms as well.

Grüße, Carsten


[1]: Archived-At: <https://mailarchive.ietf.org/arch/msg/cbor/5MuDSyPivZ7JfPhsfwCaW2usFHQ>


> On 2021-06-01, at 17:33, internet-drafts@ietf.org wrote:
> 
> 
> A New Internet-Draft is available from the on-line Internet-Drafts directories.
> 
> 
>        Title           : Map-like data in CBOR and CDDL
>        Authors         : Carsten Bormann
>                          Brendan Moran
>                          Henk Birkholz
>                          Emile Cormier
> 	Filename        : draft-bormann-cbor-cddl-map-like-data-01.txt
> 	Pages           : 15
> 	Date            : 2021-06-01
> 
> Abstract:
>   The Concise Binary Object Representation (CBOR, RFC 8949) is a data
>   format whose design goals include the possibility of extremely small
>   code size, fairly small message size, and extensibility without the
>   need for version negotiation.
> 
>   Basic CBOR supports non-ordered maps free of duplicate keys, similar
>   to the way JSON defines JSON objects (RFC 8259).  Using the CBOR
>   extension point of tags, tags for a selection of variants of maps and
>   multimaps have been registered, but gaps remain.  The present
>   document defines a consolidated set of CBOR tags for map-like data
>   items involving key-value pairs.
> 
>   The Concise Data Definition Language (CDDL), standardized in RFC
>   8610, is often used to express CBOR data structure specifications.
>   It provides "control operators" as its main language extension point.
>   The present document defines a number of control operators that
>   enable the description of CBOR data structures that make use of the
>   newly defined tags or that employ the same underlying structures.
> 
> 
> The IETF datatracker status page for this draft is:
> https://datatracker.ietf.org/doc/draft-bormann-cbor-cddl-map-like-data/
> 
> There is also an HTML version available at:
> https://www.ietf.org/archive/id/draft-bormann-cbor-cddl-map-like-data-01.html
> 
> A diff from the previous version is available at:
> https://www.ietf.org/rfcdiff?url2=draft-bormann-cbor-cddl-map-like-data-01
> 
> 
> Internet-Drafts are also available by anonymous FTP at:
> ftp://ftp.ietf.org/internet-drafts/
> 
> 
> _______________________________________________
> I-D-Announce mailing list
> I-D-Announce@ietf.org
> https://www.ietf.org/mailman/listinfo/i-d-announce
> Internet-Draft directories: http://www.ietf.org/shadow.html
> or ftp://ftp.ietf.org/ietf/1shadow-sites.txt