1. 序論
有構造~dataの~binary表現~用に標準~化された形式 (~binary直列化~形式としても知られる) は、 何百もある。 うち一部のものは,特定の分野の情報~用にある一方で、 任意な~data用に一般~化されたものもある。 ~IETFにおいて,後者に分類される最も知られた形式は、 おそらく `ASN.1$r の[ ~BER, ~DER ]であろう。 ◎ There are hundreds of standardized formats for binary representation of structured data (also known as binary serialization formats). Of those, some are for specific domains of information, while others are generalized for arbitrary data. In the IETF, probably the best-known formats in the latter category are ASN.1's BER and DER [ASN.1].
ここに定義される形式は、 現在の形式がきちんと満たさない,ある, 特定の設計~目標に従う。 下層の~data~modelは、 ~JSON~data~model `RFC8259$r を拡張した~versionである。 重要な注意として、 これは,~JSON~data~modelの文法を一般に拡張するための提案ではない — そうすることは、 すでに配備-済みな~JSON文書との有意な後方-非互換性の原因になるので。 代わりに,この文書は、 自前の~data~modelを単純に~JSONから開始するよう定義する。 ◎ The format defined here follows some specific design goals that are not well met by current formats. The underlying data model is an extended version of the JSON data model [RFC8259]. It is important to note that this is not a proposal that the grammar in RFC 8259 be extended in general, since doing so would cause a significant backwards incompatibility with already deployed JSON documents. Instead, this document simply defines its own data model that starts from JSON.
`E§ にて、 一部の既存の~binary形式を挙げる — それらが~CBORの設計~目標群に,どうきちんと収まるか否かについて論じる。 ◎ Appendix E lists some existing binary formats and discusses how well they do or do not fit the design objectives of the Concise Binary Object Representation (CBOR).
この文書は、 `RFC7049$r を廃用にする ⇒ この文書は、[ 編集上の改善, 新たな詳細, 正誤表の修正点 ]を供する一方で, ~RFC 7049 による交換~形式との全部的な互換性を保つ。 この文書は、 ~CBOR形式の新たな~versionを作成するものではない。 ◎ This document obsoletes [RFC7049], providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049. It does not create a new version of the format.
1.1. 目標群
~CBORの目標群は、 概ね重要度の高いものから順に: ◎ The objectives of CBOR, roughly in decreasing order of importance, are:
-
表現は、 各種~Internet標準にて利用される ほとんどの共通な~data形式を, 一義的に符号化-可能でなければならない: ◎ The representation must be able to unambiguously encode most common data formats used in Internet standards.
- それは、 ~binary符号化法を利用して,一群の基本的な[ ~data型, 構造 ]として適度なものを表現しなければならない。 ここでの “適度” とは,~JSONの能力に大きく波及されることをいうが、 主要な追加として~binary`~byte~string$を伴う。 ~supportする構造は、[ `~array$, ~tree ]に制限され,[ `loop^en, `lattice-style graph^en 【言い換えれば、一般な~graph構造】 ]は~supportしない。 ◎ It must represent a reasonable set of basic data types and structures using binary encoding. "Reasonable" here is largely influenced by the capabilities of JSON, with the major addition of binary byte strings. The structures supported are limited to arrays and trees; loops and lattice-style graphs are not supported.
- すべての~data形式を一意に符号化する要件は無い — すなわち、[ “7” などの~numberが複数の異なる仕方で符号化され得る ]ことも受容-可能である。 ◎ There is no requirement that all data formats be uniquely encoded; that is, it is acceptable that the number "7" might be encoded in multiple different ways.
-
[ ~memory, 処理能力, 命令~集合 ]が ごく制限された~systemを~supportするため、[ 符号化器/復号器 ]用の~codeは,~compact†になることが可能でなければならない。 ◎ The code for an encoder or decoder must be able to be compact in order to support systems with very limited memory, processor power, and instruction sets.
- [ 符号化器, 復号器 ]は、 ごく小さな~code量で実装-可能になる必要がある (例えば、 `RFC7228$r にて定義される `class 1^en に拘束された~node)。 ◎ An encoder and a decoder need to be implementable in a very small amount of code (for example, in class 1 constrained nodes as defined in [RFC7228]).
- ~CBOR形式は、 現今の[ ~dataの計算機-表現 ]を利用するべきである (例えば、 ~binaryから~decimalへの変換は要求しない)。 ◎ The format should use contemporary machine representations of data (for example, not requiring binary-to-decimal conversion).
【† `compact^en — “密” / “ぎゅうぎゅう詰め” 。 ~CBOR の `Concise^en ( “簡潔” )と混同しないように。 】
- ~dataは、 ~schema記述を伴うことなく,復号-可能でなければならない ⇒ ~JSONと類似に、 符号化された~dataは,[ 汎用な復号器を書けるよう,自己を記述している ]べきである。 ◎ Data must be able to be decoded without a schema description. • Similar to JSON, encoded data should be self-describing so that a generic decoder can be written.
- 直列化は、 適度に~compactにならなければならないが、 ~dataの~compactさより,[ 符号化器, 復号器 ]用の~codeの~compactさが優先される。 ここでの “適度” とは、 ~JSONにより~sizeにおける上限として束縛され, 実装の複階性により束縛されることをいう — それは、 ~compactさを達成するためにかける労を制限するものになり得る。 一般的な圧縮~schemeを利用したり,~bit列を弄り回すことは、 複階性を抑える目標に違反する。 ◎ The serialization must be reasonably compact, but data compactness is secondary to code compactness for the encoder and decoder. ◎ "Reasonable" here is bounded by JSON as an upper bound in size and by the implementation complexity, which limits the amount of effort that can go into achieving that compactness. Using either general compression schemes or extensive bit-fiddling violates the complexity goals.
- ~CBOR形式は、[ 拘束された~node, 大容量な応用 ]どちらにも適用-可能でなければならない。 このことは、[ 符号化, 復号 ]どちらにおいても[ ~CPU利用度において適度に安上がりでなければならない ]ことを意味する。 これは、[ 拘束された~node ]にも[ 応用における大容量な~dataを伴う可能性もある用法 ]にも関連する。 ◎ The format must be applicable to both constrained nodes and high-volume applications. ◎ This means it must be reasonably frugal in CPU usage for both encoding and decoding. This is relevant both for constrained nodes and for potential usage in applications with a very high volume of data.
-
~CBOR形式は、 ~JSONとの相互~変換~用に,すべての~JSON~data型を~supportしなければならない — それは: ◎ The format must support all JSON data types for conversion to and from JSON.
- ~JSONの能力の中で表現される~dataに関する限り, 適度な~levelの変換を~supportしなければならない。 ◎ It must support a reasonable level of conversion as long as the data represented is within the capabilities of JSON.\
- すべての型の~dataに対し,[ ~JSONへの単方向な対応付けを定義する ]ことがアリでなければならない。 ◎ It must be possible to define a unidirectional mapping towards JSON for all types of data.
-
~CBOR形式は、 拡張-可能かつ[ 拡張された~dataは、 これまでの復号器により復号-可能 ]でなければならない。 ~CBOR形式は: ◎ The format must be extensible, and the extended data must be decodable by earlier decoders.
- 数十年の利用-用に設計される。 ◎ The format is designed for decades of use.
- ある形を成す拡張能 — 拡張を解さない復号器でも~messageを復号できるよう,~fallbackを許容する拡張能 — を~supportしなければならない。 ◎ The format must support a form of extensibility that allows fallback so that a decoder that does not understand an extension can still decode the message.
- 後の~IETF標準により,将来に拡張-可能でなければならない。 ◎ The format must be able to be extended in the future by later IETF standards.
1.2. 各種用語
この文書~内の~keyword "MUST" … 【以下、この段落の内容は`~IETF日本語訳 共通~page@~IETFcommon#requirements-notation$に移譲。】 ◎ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.
“~octet” の同義語として,今や~~慣例になった用語 “~byte” が利用される。 すべての複-~byte値は、 ~network~byte順序( “`big-endian^en” としても知られる)で符号化される (すなわち,最も有意な~byteが最初)。 ◎ The term "byte" is used in its now-customary sense as a synonym for "octet". All multi-byte values are encoded in network byte order (that is, most significant byte first, also known as "big-endian").
この仕様は、 次に挙げる各種用語を用立てる: ◎ This specification makes use of the following terminology:
- `~data~item@ ( `data item^en, 略して~item) ◎ Data item:
- ~CBOR~dataを成す 1 個として数えられるモノ。 ~data~itemの構造は、[ 入子にされた 0 個以上の~data~item ]を包含することもある。 この用語は、[ 表現~形式における~data~item, 復号器により~data~itemから導出し得る抽象-~levelの~data ]どちらにも利用される — 前者を特定的に指すときは、 用語 `符号化された~data~item@ も利用される。 ◎ A single piece of CBOR data. The structure of a data item may contain zero, one, or more nested data items. The term is used both for the data item in representation format and for the abstract idea that can be derived from that by a decoder; the former can be addressed specifically by using the term "encoded data item".
- `復号器@ ( `decoder^en ) ◎ Decoder:
- `整形式$な`符号化された~data~item$を復号して,結果を応用に可用にする処理n【を行うもの】。 正式には、[ ~CBORの構文~規則を利用して入力を【一群の “~token” に】分断しておく,構文解析器 ]および[ 当の~dataを応用に相応しい形に準備する,意味論上の処理器 ]を包含する復号器。 ◎ A process that decodes a well-formed encoded CBOR data item and makes it available to an application. Formally speaking, a decoder contains a parser to break up the input using the syntax rules of CBOR, as well as a semantic processor to prepare the data in a form suitable to the application.
- `符号化器@ ( `encoder^en ) ◎ Encoder:
- 応用~情報から[ (`整形式$な)表現~形式を成す`~data~item$ ]を生成する処理n【を行うもの】。 ◎ A process that generates the (well-formed) representation format of a CBOR data item from application information.
- `~data~stream@ ( `data stream^en ) ◎ Data Stream:
- 0 個以上の[ 他の~data~itemの中に入子にされない( “~top-levelの” )~data~item ]たちが成す連列 (応用~例は `RFC8742$r を見よ)。 ◎ A sequence of zero or more data items, not further assembled into a larger containing data item (see [RFC8742] for one application). The independent data items that make up a data stream are sometimes also referred to as "top-level data items".
- `整形式@ ( `well-formed^en, “きちんと形成された” ): ◎ Well-formed:
- ~CBORの構文-構造に従う~data~item 【したがって、 “整形式” という語は,当の~data~itemは`符号化された~data~item$であることを含意する】 。 整形式な~data~itemは、 `~head$, および[ ~CBORにて定義されるとおり,その値により含意される[ `~byte~string$群/~data~item群 ]]を利用し,後続している余計な~dataは含まない。 ◎ A data item that follows the syntactic structure of CBOR. A well-formed data item uses the initial bytes and the byte strings and/or data items that are implied by their values as defined in CBOR and does not include following extraneous data.\
- ~CBOR復号器が返すものは、 定義により,`整形式$な~data~itemから得られた内容に限られる。 ◎ CBOR decoders by definition only return contents from well-formed data items.
- `妥当@ ( `valid^en ) ◎ Valid:
- `整形式$な~data~itemのうち, `~data~item$に適用される意味論上の制約にも従うもの ( `5.3§ )。 ◎ A data item that is well-formed and also follows the semantic restrictions that apply to CBOR data items (Section 5.3).
- `期待され@ る ( `expected^en ) ◎ Expected:
- 用語 “期待される” は、 英語における その通常の意味は別として,[ 応用が自身への入力~dataに対し課す要件 ]のうち[ ~CBOR妥当性を超えるもの ]を述べるために利用される。 ◎ Besides its normal English meaning, the term "expected" is used to describe requirements beyond CBOR validity that an application has on its input data.\
- [ `整形式$(処理-可能), `妥当$(妥当性を検査する汎用な復号器により検査-済み), `期待され$る(当の応用により検査-済み) ]は、 これらの受容-能が成す層が成す階層を形成する。 【言い換えれば、`期待され$るもの ならば必然的に`妥当$であり,`妥当$ならば必然的に`整形式$である。】 ◎ Well-formed (processable at all), valid (checked by a validity-checking generic decoder), and expected (checked by the application) form a hierarchy of layers of acceptability.
- `~stream復号器@ ( `stream decoder^en ) ◎ Stream decoder:
- ある`~data~stream$を復号して、 当の連列を成す各~data~itemを受信するに伴い,それを応用に可用にする処理n【を行うもの】。 【この用語は、この仕様では利用されていない。】 ◎ A process that decodes a data stream and makes each of the data items in the sequence available to an application as they are received.
`~float$用の用語と概念 — ~Infinity, ~NaN( `not a number^en ), 負な 0, ~subnormal†など — は、 `IEEE754$r にて定義される。 ◎ Terms and concepts for floating-point values such as Infinity, NaN (not a number), negative zero, and subnormal are defined in [IEEE754].
【† 仮数が 1 以上になるよう正規化し得ないほど 0 に近い~number (`参考@https://en.wikipedia.org/wiki/Subnormal_number$) 】
この文書は、[ ~bit算術/~data型 ]を説明する所では, ~programming言語 C `C$r に馴染みな記法を利用することに加え、 次に挙げる表記も利用する: ◎ Where bit arithmetic or data types are explained, this document uses the notation familiar from the programming language C [C], except that\
- { %A 〜 %B } は、 %A 以上 %B 以下の範囲を表記する。 【原文では、 %A..%B と表記される。】 ◎ ".." denotes a range that includes both ends given,\
- %A%B ( %B は上付文字)は、 指数~化を表記する — 例: 2`64^sup は、 2 の 64 乗を表す。 ◎ and superscript notation denotes exponentiation. For example, 2 to the power of 64 is notated: 264.\
この仕様の素な~text~versionでは… 【以下,省略する(この訳には不要な表記規約なので)】。 ◎ In the plain-text version of this specification, superscript notation is not available and therefore is rendered by a surrogate notation. That notation is not optimized for this RFC; it is unfortunately ambiguous with C's exclusive-or (which is only used in the appendices, which in turn do not use exponentiation) and requires circumspection from the reader of the plain-text version.
各~例と疑似-~codeは、[ 有符号な~integerには, 2 の補数による表現を利用する/ 有符号な~integerの右~shiftは,正負符号~拡張を遂行する 【すなわち、負な場合は,最上位~bitに 1 を補充する】 ]と見做す — これらの前提は、 C++ の 2020年~version (現時点では最終-草案 `Cplusplus20$r として可用)の[ § 6.8.1 `basic.fundamental^en, § 7.6.7 `expr.shift^en ]にも指定される。 ◎ Examples and pseudocode assume that signed integers use two's complement representation and that right shifts of signed integers perform sign extension; these assumptions are also specified in Sections 6.8.1 (basic.fundamental) and 7.6.7 (expr.shift) of the 2020 version of C++ (currently available as a final draft, [Cplusplus20]).
~hexadecimal~number用の "0x" 記法と類似に、 ~binary記法による~numberには "0b" が接頭される。 そのような~numberには、 もっぱら可読性を得るためとして,~underscoreが追加され得る。 なので, `00100001^B ( `21^X )は、[ 当の~byteを成す~bit群に欲される解釈を強勢する ]よう, `001_00001^B と書かれることもある — この事例では、 3 個の~bitと 5 個の~bitに分割される。 符号化された各`~data~item$は、[ "0x" / "0b" ]記法で与えられることもある — これらの値は、 まず,~C言語と同じく~numberとして解釈してから, ~network~byte順序による`~byte~string$として — 当の記法~内に表出された頭部を成す 0 ~byte列を含めて — 解釈される。 ◎ Similar to the "0x" notation for hexadecimal numbers, numbers in binary notation are prefixed with "0b". Underscores can be added to a number solely for readability, so 0b00100001 (0x21) might be written 0b001_00001 to emphasize the desired interpretation of the bits in the byte; in this case, it is split into three bits and five bits. Encoded CBOR data items are sometimes given in the "0x" or "0b" notation; these values are first interpreted as numbers as in C and are then interpreted as byte strings in network byte order, including any leading zero bytes expressed in the notation.
この仕様の素な~text~versionでは,単語を強勢する所では… 【以下,省略する(この訳には不要な表記規約なので)。】 ◎ Words may be italicized for emphasis; in the plain text form of this specification, this is indicated by surrounding words with underscore characters. Verbatim text (e.g., names from a programming language) may be set in monospace type; in plain text, this is approximated somewhat ambiguously by surrounding the text in double quotes (which also retain their usual meaning).
2. ~CBOR~data~model
~CBORは、 その `汎用~data~model@ について明示的である — それは、すべての[ ~CBOR内で表現し得る~data~item ]たちが成す集合を定義する。 その基本的な汎用~data~modelは、 各種[ “単純~値”, `~tag$ ]の登録により拡張-可能である。 各~応用は、[ その結果の`拡張された汎用~data~model$ ]の下位集合を作成して,自身に特有な~data~modelを築ける。 ◎ CBOR is explicit about its generic data model, which defines the set of all data items that can be represented in CBOR. Its basic generic data model is extensible by the registration of "simple values" and tags. Applications can then create a subset of the resulting extended generic data model to build their specific data models.
[ 各種~data~itemを`汎用~data~model$内で表現できる環境 ]の中では、 汎用な~CBOR[ 符号化器, 復号器 ]を実装できる (そうすることは、 通例的に,[ 当の環境が,ある型の~data~itemの自然な表現を備えていない ]ときは[ それ用に,実装~用の~data型を追加的に定義する ]ことを孕む)。 汎用な[ 符号化器, 復号器 ]を供する能は、 ~CBORの明示的な設計~目標である — しかしながら、 多くの応用は,自身に特有な自前の[ 符号化器/復号器 ]を供することになる。 ◎ Within environments that can represent the data items in the generic data model, generic CBOR encoders and decoders can be implemented (which usually involves defining additional implementation data types for those data items that do not already have a natural representation in the environment). The ability to provide generic encoders and decoders is an explicit design goal of CBOR; however, many applications will provide their own application-specific encoders and/or decoders.
`3§ にて定義される基本的な(未拡張な)`汎用~data~model$においては、 ~data~itemは,次に挙げるいずれかになる: ◎ In the basic (unextended) generic data model defined in Section 3, a data item is one of the following:
- `~integer@ ◎ an integer\
- `汎用~data~model$においては、 範囲 { − 2`64^sup 〜 2`64^sup ~MINUS 1 } に入るものに限られる。 ◎ in the range -264..264-1 inclusive
- `単純~値$ ◎ a simple value,\
- ~number ~IN { 0 〜 255 } により識別されるが、 それは,その~number自身とは別物である ◎ identified by a number between 0 and 255, but distinct from that number itself
- `~float$ ◎ a floating-point value,\
- `~integer$とは別物であり、 `IEEE754$r `倍-精度~float$(非-有限な値も含む)により表現-可能な集合を成す ◎ distinct from an integer, out of the set representable by IEEE 754 binary64 (including non-finites) [IEEE754]
- `~byte~string@ ◎ ↓
- 0 個以上の~byteたちが成す連列 ◎ a sequence of zero or more bytes ("byte string")
-
`~text~string@ ◎ ↓
- 0 個以上の~Unicode符号位置たちが成す連列 ◎ a sequence of zero or more Unicode code points ("text string")
- 【 ~data~itemに対し利用される用語 `~UTF-8~string@ は、[ `符号化された~data~item$としての`~text~string$ ]を意味する。 】
- `~array@ ◎ ↓
- 0 個以上の~data~itemたちが成す連列 ◎ a sequence of zero or more data items ("array")
- `~map@ ◎ ↓
- ある~data~item群を成す各~data~item(`~key$)から 別の~data~item群を成す各~data~item(`値$)への対応付け【!(mathematical function)】 ◎ a mapping (mathematical function) from zero or more data items ("keys") each to a data item ("values"), ("map")
- `~tag$ ◎ a tagged data item ("tag"),\
- 次の 2 つからなる ⇒# `~tag番号$(~integer ~IN 範囲 { 0 〜 2`64^sup ~MINUS 1 } ), `~tag内容$( 1 個の~data~item) ◎ comprising a tag number (an integer in the range 0..264-1) and the tag content (a data item)
この~modelにおいては、[ `~integer$値と`~float$値 ]は[ 数量-値としては同じであっても,別物である ]ことに注意。 ◎ Note that integer and floating-point values are distinct in this model, even if they have the same numeric value.
直列化の各~変種のうち どれが利用されたかは、 `汎用~data~model$の~levelでは可視にならないことにも注意。 このことは、 故意であり,[ 符号化された`~float$値の~byte数 ]および[ 次に挙げるものなど,`引数$用に選ぶ符号化法 ]を含む【!( `3§ を見よ)】 ⇒# `~integer$/ `~text~string$の長さ/ `~byte~string$の長さ/ `~array$を成す要素の個数/ `~map$を成す`~entry$の個数/ `~tag番号$ ◎ Also note that serialization variants are not visible at the generic data model level. This deliberate absence of visibility includes the number of bytes of the encoded floating-point value. It also includes the choice of encoding for an "argument" (see Section 3) such as the encoding for an integer, the encoding for the length of a text or byte string, the encoding for the number of elements in an array or pairs in a map, or the encoding for a tag number.
2.1. 拡張された汎用~data~model
この基本的な`汎用~data~model$は、 この文書において,いくつかの[ `単純~値$, `~tag番号$ ]の登録により拡張される — 次に挙げるものなど: ◎ This basic generic data model has been extended in this document by the registration of a number of simple values and tag numbers, such as:
- `false$i, `true$i, `null$i, `undefined$i (挙げられた順に,【`引数$】[ 20, 21, 22, 23 ]により識別される`単純~値$【!`3.3§】) ◎ false, true, null, and undefined (simple values identified by 20..23, Section 3.3)
- より大きい[ 範囲, 精度 ]を伴う[ `~integer$値, `~float$値 ](`~tag番号$ ~IN { `2$tag 〜 `5$tag } ) ◎ integer and floating-point values with a larger range and precision than the above (tag numbers 2 to 5, Section 3.4)
- 応用~data型 — ~RFC 3339 にて定義される日時~stringなど (`~tag番号$ ~IN { `1$tag, `0$tag } ) ◎ application data types such as a point in time or date/time string defined in RFC 3339 (tag numbers 1 and 0, Section 3.4)
`拡張された汎用~data~model$を成す追加的な要素は、 ~CBOR用に作成された~IANA~registryを介して,定義できる (または,定義-済みである)。 ある汎用な[ 符号化器/復号器 ]において,そのような拡張が未知であっても、 その拡張を利用している~data~itemは,[ 基本的な`汎用~data~model$の中で — すなわち,汎用な[ `単純~値$/`~tag$ ](順不同)として — 当の応用~interfaceで表現する ]ことにより,当の応用[ から/へ ]渡せる。 ◎ Additional elements of the extended generic data model can be (and have been) defined via the IANA registries created for CBOR. Even if such an extension is unknown to a generic encoder or decoder, data items using that extension can be passed to or from the application by representing them at the application interface within the basic generic data model, i.e., as generic simple values or generic tags.
言い換えれば、 基本的な`汎用~data~model$は, この文書にて定義されるとおり安定的である一方で、 `拡張された汎用~data~model$は,新たな[ `単純~値$/`~tag番号$ ]の登録により拡げられるが,狭められることは決してない。 ◎ In other words, the basic generic data model is stable as defined in this document, while the extended generic data model expands by the registration of new simple values or tag numbers, but never shrinks.
汎用な[ 符号化器/復号器 ]は,[ `false$i, `true$i, `null$i ]( `undefined$i は意図的に~~除外される【!omitted】)を[ 各自の~programming環境に適切な形 ]で表現できることが強く期待されるが、[ 各種`~tag$により作成される~data~model拡張 ]の実装は,真に任意選択~であり, 実装~品質に関する事である。 ◎ While there is a strong expectation that generic encoders and decoders can represent false, true, and null (undefined is intentionally omitted) in the form appropriate for their programming environment, the implementation of the data model extensions created by tags is truly optional and a matter of implementation quality.
2.2. ~protocolに特有な~data~model
ある~CBORに基づく~protocol用に特有な~data~modelは、 通例的に[ `拡張された汎用~data~model$を成す,ある下位集合 ]を採って,[ この下位集合, それを成す各~成分 ]の中の~data~itemに応用の意味論をアテガう。 そのような[ 応用に特有な~data~modelを文書化するとき/ 各種~data~itemの型を指定するとき ]は、 当の型は[ `汎用~data~model$における,その名前 ](例: “負な~integer” / “~array” ) により識別する方が好ましい — その~CBOR表現の側面(例: “`~major型$ `1$mj” / “~major型 `4$mj” )で参照rする代わりに。 ◎ The specific data model for a CBOR-based protocol usually takes a subset of the extended generic data model and assigns application semantics to the data items within this subset and its components. When documenting such specific data models and specifying the types of data items, it is preferable to identify the types by their generic data model names ("negative integer", "array") instead of referring to aspects of their CBOR representation ("major type 1", "major type 4").
特有な~data~modelは、[ `~map~key$と符号化器 ]に自由度を与える目的で, 値の等価性を(型が異なる値どうしも含めて)指定することもできる。 例えば,`汎用~data~model$においては、 `妥当$な`~map$は,`~key$として[ 0, 0.0 ]どちらを有してもヨイ【異なるものとして扱われる】ので, 符号化器は 0.0 を`~integer$(`~major型$ `0$mj 【!`3.1§】)として符号化してはナラナイ。 しかしながら,特有な~data~modelが[ ~integerとして等しい[ `~float$, `~integer$ ]表現は等価である ]ものと宣言する場合、 同じ`~map$内で[ 0, 0.0 ]両者を`~map~key$に利用することは — 異なる`~major型$として符号化されようが — 重複と見なされ,`妥当$でなくなることに加え、 符号化器は,[ ある~integerに等しい値をとる`~float$を — たぶん,符号化される~byte数を節約するために — `~integer$として符号化する ]ことも[ その逆を行う ]こともできる。 ◎ Specific data models can also specify value equivalency (including values of different types) for the purposes of map keys and encoder freedom. For example, in the generic data model, a valid map MAY have both 0 and 0.0 as keys, and an encoder MUST NOT encode 0.0 as an integer (major type 0, Section 3.1). However, if a specific data model declares that floating-point and integer representations of integral values are equivalent, using both map keys 0 and 0.0 in a single map would be considered duplicates, even while encoded as different major types, and so invalid; and an encoder could encode integral-valued floats as integers or vice versa, perhaps to save encoded bytes.
3. ~CBOR符号化法の仕様
`~data~item$( `2§ )は、 この節にて述べられるとおりに,ある[ `整形式$な`~data~item$ ]を運んでいる`~byte~string$[ へ符号化される/から復号される ]。 符号化法は、 `B§ `表t 7@#jumptable$ にて — `先頭~byte$により~indexされて — 要約される。 符号化器は、[ `符号化された~data~item$として`整形式$でないもの ]を生産してはナラナイ。 復号器は、[ `符号化された~data~item$として`整形式$でない入力 ]に遭遇したときには,それを復号した~data~itemを返してはナラナイ (これは、[ 診断と回復を行う~tool ]による有用さ — 損傷した[ `符号化された~data~item$ ]から,一部の情報を可用にするかもしれない有用さ — を損なうものではない)。 ◎ A CBOR data item (Section 2) is encoded to or decoded from a byte string carrying a well-formed encoded data item as described in this section. The encoding is summarized in Table 7 in Appendix B, indexed by the initial byte. An encoder MUST produce only well-formed encoded data items. A decoder MUST NOT return a decoded data item when it encounters input that is not a well-formed encoded CBOR data item (this does not detract from the usefulness of diagnostic and recovery tools that might make available some information from a damaged encoded CBOR data item).
各[ `符号化された~data~item$ ]を成す最初の~byteは、 `先頭~byte@ ( `initial byte^en ) と称され,次についての情報を包含する: ◎ The initial byte of each encoded data item contains both information about\
- 上位 3 ~bitが成す値( 0 〜 7 )は、 `~major型@ ( `major type^en ) を与える(`3.1§ にて述べられる) ◎ the major type (the high-order 3 bits, described in Section 3.1) and\
- 下位 5 ~bitが成す値( 0 〜 31 )は、 `追加l情報@ ( `additional information^en ) を与える ◎ additional information (the low-order 5 bits).\
`追加l情報$の値は、 当の`符号化された~data~item$の `引数@ を読込む方法を述べる — `引数$は(在るならば)、 少数の例外を除き,無符号`~integer$をとる: ◎ With a few exceptions, the additional information's value describes how to load an unsigned integer "argument":
- `24^ai 未満: ◎ Less than 24:
- `引数$の値は、 `追加l情報$の値に等しい。 ◎ The argument's value is the value of the additional information.
- `24^ai / `25^ai / `26^ai / `27^ai: ◎ 24, 25, 26, or 27:
- `引数$の値は、 後続している[ 1 個/ 2 個/ 4 個/ 8 個 ](同順)の~byte内に~network~byte順序で保持される。 ◎ The argument's value is held in the following 1, 2, 4, or 8 bytes, respectively, in network byte order.\
- [ `~major型$ ~EQ `7$mj ]かつ[ `追加l情報$ ~IN { `25^ai, `26^ai, `27^ai } ]の場合、 `引数$は,`~integer$ではなく`~float$値として利用される( `3.3§ )。 ◎ For major type 7 and additional information value 25, 26, 27, these bytes are not used as an integer argument, but as a floating-point value (see Section 3.3).
- `28^ai / `29^ai / `30^ai: ◎ 28, 29, 30:
- これらの値は、 ~CBOR形式に対する将来の追加~用に予約される。 ~CBORの現~versionにおいては、 当の~itemは`整形式$でない。 ◎ These values are reserved for future additions to the CBOR format. In the present version of CBOR, the encoded item is not well-formed.
- `31^ai: ◎ 31:
-
導出される`引数$~値は無い — `~major型$に応じて:
- `0$mj / `1$mj / `6$mj ⇒ 当の~itemは`整形式$でない
- `2$mj / `3$mj / `4$mj / `5$mj ⇒ 当の~itemは`不定長$である
- `7$mj ⇒ 当の`先頭~byte$は、 ~data~itemを成すものではなく, `不定長$な~itemを終了するもの【 `~break$ 】である。
これらは すべて `3.2§ にて述べられる。
◎ No argument value is derived. If the major type is 0, 1, or 6, the encoded item is not well-formed. For major types 2 to 5, the item's length is indefinite, and for major type 7, the byte does not constitute a data item at all but terminates an indefinite-length item; all are described in Section 3.2.
`引数$を構築するために消費される[ `先頭~byte$, 追加的な~byte列(もしあれば) ]は、 当の~data~itemの `~head@ と総称される。 ◎ The initial byte and any additional bytes consumed to construct the argument are collectively referred to as the head of the data item.
`引数$の意味は、 `~major型$に依存する。 例えば、 `~major型$に応じて: ◎ The meaning of this argument depends on the major type. For example,\
- `0$mj ならば、 `引数$は,そのまま~data~itemの値を与える。 ◎ in major type 0, the argument is the value of the data item itself\
- `1$mj ならば、 ~data~itemの値は`引数$から算出される。 ◎ (and in major type 1, the value of the data item is computed from the argument);\
- `2$mj / `3$mj ならば、 `引数$は,後続する~string~dataの長さを~byte数で与える。 ◎ in major type 2 and 3, it gives the length of the string data in bytes that follow;\
- `4$mj / `5$mj ならば、 `引数$は,封入された~data~itemの個数を決定するために利用される。 【特定的には、`~array$を成す要素の個数/`~map$を成す`~entry$の個数を与える。】 ◎ and in major types 4 and 5, it is used to determine the number of data items enclosed.
符号化された~byte列が,ある`~data~item$の途中で終端する場合、 その~itemは`整形式$でない。 符号化された~byte列は、[ 最も外縁な符号化された~itemが復号された後にも,まだ~byte列が残されている ]場合, 1 個の`整形式$な`~data~item$を成していない — 当の復号器は、当の応用に依存して,[ 当の符号化を整形式でないものとして扱う ]ことも[ 当の応用に対する残りの~byte列の開始を識別するだけの 【すなわち,`~streamして$いる】 ]こともある。 ◎ If the encoded sequence of bytes ends before the end of a data item, that item is not well-formed. If the encoded sequence of bytes still has bytes remaining after the outermost encoded item is decoded, that encoding is not a single well-formed CBOR item. Depending on the application, the decoder may either treat the encoding as not well-formed or just identify the start of the remaining bytes to the application.
~CBOR復号器の実装は、[ `先頭~byte$用に定義される 256 通りの値~すべてに対応する分岐表 ]( `表t 7@#jumptable$ )に基づくものになり得る。 拘束された実装における復号器は、 代わりに, より~compactな~code用に`~head$【!initial byte and following bytes】の構造を利用できる(これが,およそどんな~~形をとるかは、 `C§ を見よ)。 ◎ A CBOR decoder implementation can be based on a jump table with all 256 defined values for the initial byte (Table 7). A decoder in a constrained implementation can instead use the structure of the initial byte and following bytes for more compact code (see Appendix C for a rough impression of how this could look).
3.1. 各種~major型
各種[ `~major型$, `追加l情報$ ]および[ 当の型に結付けられる他の~byte列 ]を以下に挙げる: ◎ The following lists the major types and the additional information and other bytes associated with the type.
- `~major型$ `0@mj ◎ Major type 0:
- 無符号`~integer$ ~IN 範囲 { 0 〜 2`64^sup ~MINUS 1 } 。 ◎ An unsigned integer in the range 0..264-1 inclusive.\
-
当の符号化された~itemの値は、`引数$自身になる。 例えば: ◎ The value of the encoded item is the argument itself. For example,\
- `~integer$ 10 は、 1 個の~byte `000_01010^B (`~major型$ `0$mj, `追加l情報$ `10^ai ) として表記される。 ◎ the integer 10 is denoted as the one byte 0b000_01010 (major type 0, additional information 10).\
- `~integer$ 500 は、 `000_11001^B (`~major型$ `0$mj, `追加l情報$ `25^ai )に 【`引数$を成す】 2 個の~byte `01f4^X (~decimalで 500 )が後続する。 ◎ The integer 500 would be 0b000_11001 (major type 0, additional information 25) followed by the two bytes 0x01f4, which is 500 in decimal.
- `~major型$ `1@mj ◎ Major type 1:
- 負な`~integer$ ~IN 範囲 { −2`64^sup 〜 −1 } 。 ◎ A negative integer in the range -264..-1 inclusive.\
- 当の~itemの値は、 ( −1 ~MINUS `引数$ ) になる。 例えば ⇒ `~integer$ −500 は、 `001_11001^B (`~major型$ `1$mj, `追加l情報$ `25^ai )に 【`引数$を成す】 2 個の~byte `01f3^X (~decimalで 499 )が後続する。 ◎ The value of the item is -1 minus the argument.\ For example, the integer -500 would be 0b001_11001 (major type 1, additional information 25) followed by the two bytes 0x01f3, which is 499 in decimal.
- `~major型$ `2@mj ◎ Major type 2:
-
`~byte~string$。 当の~string内の~byte数は`引数$に等しい。 例えば: ◎ A byte string. The number of bytes in the string is equal to the argument. For example,\
- 長さ 5 の`~byte~string$は、 `先頭~byte$ `010_00101^B (`~major型$ `2$mj, `追加l情報$ `5^ai (長さ用))に[ ~binary内容を成す 5 個の~byte ]が後続する。 ◎ a byte string whose length is 5 would have an initial byte of 0b010_00101 (major type 2, additional information 5 for the length), followed by 5 bytes of binary content.\
- 長さ 500 の`~byte~string$は、 `先頭~byte$ `010_11001^B (`~major型$ `2$mj, `追加l情報$ `25^ai )に[ 【`引数$を成す】長さ 500 用の 2 個の~byte `01f4^X ]が後続し,さらに[ ~binary内容を成す 500 個の~byte ]が後続する。 ◎ A byte string whose length is 500 would have 3 initial bytes of 0b010_11001 (major type 2, additional information 25 to indicate a two-byte length) followed by the two bytes 0x01f4 for a length of 500, followed by 500 bytes of binary content.
- `~major型$ `3@mj ◎ Major type 3:
- ~UTF-8 `RFC3629$r として符号化された`~text~string$ ( `2§ )。 ◎ A text string (Section 2) encoded as UTF-8 [RFC3629].\
- `引数$は、[ 当の~stringを成す~byteの個数 ]を与える。 ◎ The number of bytes in the string is equal to the argument.\
- ~stringが[ 妥当でない~UTF-8連列 ]を包含している場合、 `整形式$ではあるが,`妥当$でない【!`1.2§】。 ◎ A string containing an invalid UTF-8 sequence is well-formed but invalid (Section 1.2).\
- この型は、 ヒトが可読な~text[ に解釈する/を表示する ]必要がある~system用に供され,[ 無構造な~byte列 ]と[ 指定された[ `~repertoire$(~Unicodeのそれ), 符号化法(~UTF-8) ]を伴う~text ]を区別することを許容する。 ◎ This type is provided for systems that need to interpret or display human-readable text, and allows the differentiation between unstructured bytes and text that has a specified repertoire (that of Unicode) and encoding (UTF-8).\
- ~JSONなどの形式とは対照的に、 この型における~Unicode文字は,~escapeされることは決してない。 したがって, `000A^U (改行文字)は、 ~string内では,常に~byte `0a^X として表現される — 決して,~byte列[ `5c6e^X (文字[ "`\^c" , "`n^c" ]が成す並び)/ `5c7530303061^X (文字[ "`\^c", "`u^c", "`0^c", "`0^c", "`0^c", "`a^c" ]が成す並び) ]としてではなく。 ◎ In contrast to formats such as JSON, the Unicode characters in this type are never escaped. Thus, a newline character (U+000A) is always represented in a string as the byte 0x0a, and never as the bytes 0x5c6e (the characters "\" and "n") nor as 0x5c7530303061 (the characters "\", "u", "0", "0", "0", and "a").
- `~major型$ `4@mj ◎ Major type 4:
- ~data~itemたちが成す`~array$。 `~array$は、 他の形式においては[ ~list( `list^en ), 連列( `sequence^en ), ~tuple( `tuple^en ) ]とも呼ばれる ( “~CBOR連列” `RFC8742$r は、 少し異なる何かであるが)。 ◎ An array of data items. In other formats, arrays are also called lists, sequences, or tuples (a "CBOR sequence" is something slightly different, though [RFC8742]).\
- `引数$は、[ 当の`~array$を成す~data~itemの個数 ]を与える。 ◎ The argument is the number of data items in the array.\
- `~array$内の~itemは、 すべてが同じ型になる必要はない。 例えば, 10 個の~itemを包含する`~array$は、 各~itemの型が何であれ, `先頭~byte$ `100_01010^B (`~major型$ `4$mj, `追加l情報$ `10^ai (長さ用)) に[ 10 個の~item ]が後続することになる。 ◎ Items in an array do not need to all be of the same type. For example, an array that contains 10 items of any type would have an initial byte of 0b100_01010 (major type 4, additional information 10 for the length) followed by the 10 remaining items.
- `~major型$ `5@mj ◎ Major type 5:
- `~entry@ たちが成す`~map$。 各`~entry$は、 ~~連続する 2 個の~data~itemが成す~pairで与えられ, 順に当の`~entry$の[ `~key@, `値@ ]を与える。 `~map$は、 他の形式においては[ ~table( `table^en )/ 辞書( `dictionary^en )/ ~hash( `hash^en )/ (~JSONにおいては)~object( `object^en ) ]とも呼ばれる。 ◎ A map of pairs of data items. Maps are also called tables, dictionaries, hashes, or objects (in JSON).\ A map is comprised of pairs of data items, each pair consisting of a key that is immediately followed by a value.\
- 【 ~entryは,原文では “`key/value piar^en” と称されるが、 この訳では,各種~web標準に共通して利用される名称 “~entry( `entry^en )” を利用する。 】
- `引数$は、 当の`~map$を成す`~entry$の個数を与える。 例えば,`~map$が 9 個の`~entry$を包含するならば、 `先頭~byte$は `101_01001^B (`~major型$ `5$mj, `追加l情報$ `9^ai (`~entry$の個数~用))になり, 18 個の~itemが後続することになる — [ 1 個目, 2 個目 ]の~itemは 1 個目の`~entry$の[ `~key$, `値$ ], [ 3 個目, 4 個目 ]の~itemは 2 個目の`~entry$の[ `~key$, `値$ ], 等々。 ◎ The argument is the number of pairs of data items in the map. For example, a map that contains 9 pairs would have an initial byte of 0b101_01001 (major type 5, additional information 9 for the number of pairs) followed by the 18 remaining items. The first item is the first key, the second item is the first value, the third item is the second key, and so on.\
- `~map$内の~itemたちは`~entry$を成すよう~pairで来るので、 ~itemの総数は常に偶数になる — `~map$が奇数~個の~itemを包含する場合 (すなわち、 最後の`~entry$の`~key$を与える~data~itemの後に,`値$を与える~data~itemが無い場合)、 `整形式$でない。 ◎ Because items in a map come in pairs, their total number is always even: a map that contains an odd number of items (no value data present after the last key data item) is not well-formed.\
- `~map$内に重複な`~key$がある場合、 `整形式$にはなり得るが,`妥当$ではない — したがって,それは、 復号が非決定的になる原因になる — `5.6§ も見よ。 ◎ A map that has duplicate keys may be well-formed, but it is not valid, and thus it causes indeterminate decoding; see also Section 5.6.
- `~major型$ `6@mj ◎ Major type 6:
-
`~tag$。 各`~tag$は、 次の 2 つからなる:
- `~tag番号$ ⇒ ~integer ~IN 範囲 { 0 〜 2`64^sup ~MINUS 1 } であり, `引数$として与えられる。
- `~tag内容$ ⇒ `~tag$に封入された[ `~head$に後続する 1 個の`符号化された~data~item$ ]として与えられる。
- `~major型$ `7@mj ◎ Major type 7:
- `~float$/ `単純~値$/ `~break$ ◎ Floating-point numbers and simple values, as well as the "break" stop code. See Section 3.3.
これらの 8 種の`~major型$から、[ ~data~itemの`先頭~byte$にアリな 256 通りの値 ]のうちどれが利用されるかを示す単純な表t( `表t 7@#jumptable$ )が導かれる。 ◎ These eight major types lead to a simple table showing which of the 256 possible values for the initial byte of a data item are used (Table 7).
`~major型$ ~IN { `6$mj, `7$mj } においては、 アリな値の多くは,将来の仕様~用に予約される。 これらの値についての さらなる情報は `9§ を見よ。 ◎ In major types 6 and 7, many of the possible values are reserved for future specification. See Section 9 for more information on these values.
~CBORにより定義される`~major型$は、 `表t 1@#major-type-table$ に要約される — 今の所は `3.2§ は無視して。 この表tにおける~number %N は、 `引数$を表す。 ◎ Table 1 summarizes the major types defined by CBOR, ignoring Section 3.2 for now. The number N in this table stands for the argument.
`~major型$ | 意味 | 内容 |
---|---|---|
`0$mj | 無符号`~integer$ %N | なし |
`1$mj | 負な`~integer$ −1−%N | なし |
`2$mj | `~byte~string$ | %N 個の~byte |
`3$mj | `~text~string$ | %N 個の~byte (~UTF-8~text) |
`4$mj | `~array$ | %N 個の~data~item(要素) |
`5$mj | `~map$ | ( 2 ~MUL %N ) 個の~data~item( %N 個の`~entry$) |
`6$mj | `~tag番号$ %N | 1 個の~data~item |
`7$mj | `単純~値$/`~float$ | なし |
3.2. 一部の~major型~用の不定な長さ
`~data~item$のうち[ `~array$, `~map$, `~byte~string$, `~text~string$ ]は、 `追加l情報$に値 `31^ai を利用して, `不定長@ ( `indefinite-length^en ) になるよう符号化できる — `確定長@ ( `definite-length^en )は、 その否定を表す。 これは、 当の~itemの符号化は[ `~array$を成す~itemの個数/ `~map$を成す`~entry$の個数/ ~stringの総-長さ ]が既知になる前に始まる必要がある場合に有用になる。 (~data~itemを成す すべてが既知になる前に,その送信を開始する能は、 当の~data~itemの中で `~streamして@ いると称されることが多い。) ◎ Four CBOR items (arrays, maps, byte strings, and text strings) can be encoded with an indefinite length using additional information value 31. This is useful if the encoding of the item needs to begin before the number of items inside the array or map, or the total length of the string, is known. (The ability to start sending a data item before all of it is known is often referred to as "streaming" within that data item.)
`不定長$な[ `~array$/`~map$ ]が どう処されるかは、 `不定長$な~string【!(`~byte~string$, `~text~string$)】とは異なる。 ◎ Indefinite-length arrays and maps are dealt with differently than indefinite-length strings (byte strings and text strings).
3.2.1. `break^i
`~break@ ( `"break" stop code^en, 略して `break^en )†は、 `111_11111^B ( `~major型$ `7$mj, `追加l情報$ `31^ai ) に符号化される。 それ自体は~data~itemではなく, `不定長$な~itemを閉じるための構文-特能でしかない。 ◎ The "break" stop code is encoded with major type 7 and additional information value 31 (0b111_11111). It is not itself a data item: it is just a syntactic feature to close an indefinite-length item.
【† この訳では、 一律に `break^i と略記する。 】
~data~itemが期待される所に `~break$ が現れる場合、 `不定長$な~stringの内側に直に現れる場合 (例:`確定長$な[ `~array$/`~map$ ]の内側に直に現れる場合) を除き,それを封入している~data~itemは`整形式$でない。 ◎ If the "break" stop code appears where a data item is expected, other than directly inside an indefinite-length string, array, or map -- for example, directly inside a definite-length array or map -- the enclosing item is not well-formed.
3.2.2. 不定長な~array/~map
`不定長$な[ `~array$/`~map$ ]は、[ 各自の`~major型$, `追加l情報$ `31^ai ]を利用して表現され, 0 個以上の[ `~array$用の~item/`~map$用の`~entry$ ]たちが成す連列, `~break$ が順に後続する。 言い換えれば、 `不定長$な[ `~array$/`~map$ ]の見かけは,[ `追加l情報$を成す値 `31^ai で始まり, `~break$ で終端する ]ことを除いて他の[ `~array$/`~map$ ]と一致する。 ◎ Indefinite-length arrays and maps are represented using their major type with the additional information value of 31, followed by an arbitrary-length sequence of zero or more items for an array or key/value pairs for a map, followed by the "break" stop code (Section 3.2.1). In other words, indefinite-length arrays and maps look identical to other arrays and maps except for beginning with the additional information value of 31 and ending with the "break" stop code.
`~break$ が`~map$内のある`~entry$の値が占める所に現れる場合、 当の`~map$は,`整形式$でない。 ◎ If the "break" stop code appears after a key in a map, in place of that key's value, the map is not well-formed.
`不定長$な[ `~array$/`~map$ ]~itemを入子にすることに抗する制約は無い。 `~break$ は、 単独の~itemに限り,終了させる — `~break$ は、 入子にされた`不定長$な~itemごとに — 各自を開始している`先頭~byte$【!type bytes】と対になるよう — 必要になる。 ◎ There is no restriction against nesting indefinite-length array or map items. A "break" only terminates a single item, so nested indefinite-length items need exactly as many "break" stop codes as there are type bytes starting an indefinite-length item.
例えば,ある符号化器が抽象-~array [1, [2, 3], [4, 5]] を表現するよう求めていると見做すなら、 `確定長$な符号化法は, `8301820203820405^X になる: ◎ For example, assume an encoder wants to represent the abstract array [1, [2, 3], [4, 5]]. The definite-length encoding would be 0x8301820203820405:
83 `— ~array, 長さ 3^cmt 01 `— 1^cmt 82 `— ~array, 長さ 2^cmt 02 `— 2^cmt 03 `— 3^cmt 82 `— ~array, 長さ 2^cmt 04 `— 4^cmt 05 `— 5^cmt
83 -- Array of length 3
01 -- 1
82 -- Array of length 2
02 -- 2
03 -- 3
82 -- Array of length 2
04 -- 4
05 -- 5
この~data~item内に符号化された 3 個の各`~array$には、 要求されるだけ独立に,`不定長$な符号化法を適用することもでき, 次に挙げる表現も~~可能になる: ◎ Indefinite-length encoding could be applied independently to each of the three arrays encoded in this data item, as required, leading to representations such as:
`9f018202039f0405ffff^X 9F `— 不定長な~arrayの開始^cmt 01 `— 1^cmt 82 `— ~array, 長さ 2^cmt 02 `— 2^cmt 03 `— 3^cmt 9F `— 不定長な~arrayの開始^cmt 04 `— 4^cmt 05 `— 5^cmt FF `— ~break (内縁~array)^cmt FF `— ~break (外縁~array)^cmt
0x9f018202039f0405ffff
9F -- Start indefinite-length array
01 -- 1
82 -- Array of length 2
02 -- 2
03 -- 3
9F -- Start indefinite-length array
04 -- 4
05 -- 5
FF -- "break" (inner array)
FF -- "break" (outer array)
`9f01820203820405ff^X 9F `— 不定長な~arrayの開始^cmt 01 `— 1^cmt 82 `— ~array, 長さ 2^cmt 02 `— 2^cmt 03 `— 3^cmt 82 `— ~array, 長さ 2^cmt 04 `— 4^cmt 05 `— 5^cmt FF `— ~break^cmt
0x9f01820203820405ff
9F -- Start indefinite-length array
01 -- 1
82 -- Array of length 2
02 -- 2
03 -- 3
82 -- Array of length 2
04 -- 4
05 -- 5
FF -- "break"
`83018202039f0405ff^X 83 `— ~array, 長さ 3^cmt 01 `— 1^cmt 82 `— ~array, 長さ 2^cmt 02 `— 2^cmt 03 `— 3^cmt 9F `— 不定長な~arrayの開始^cmt 04 `— 4^cmt 05 `— 5^cmt FF `— ~break^cmt
0x83018202039f0405ff
83 -- Array of length 3
01 -- 1
82 -- Array of length 2
02 -- 2
03 -- 3
9F -- Start indefinite-length array
04 -- 4
05 -- 5
FF -- "break"
`83019f0203ff820405^X 83 `— ~array, 長さ 3^cmt 01 `— 1^cmt 9F `— 不定長な~arrayの開始^cmt 02 `— 2^cmt 03 `— 3^cmt FF `— ~break^cmt 82 `— ~array, 長さ 2^cmt 04 `— 4^cmt 05 `— 5^cmt
0x83019f0203ff820405
83 -- Array of length 3
01 -- 1
9F -- Start indefinite-length array
02 -- 2
03 -- 3
FF -- "break"
82 -- Array of length 2
04 -- 4
05 -- 5
`不定長$な`~map$ ( 2 個の`~entry$を伴うとする)の例: ◎ An example of an indefinite-length map (that happens to have two key/value pairs) might be:
`bf6346756ef563416d7421ff^X BF `— 不定長な~mapの開始^cmt 63 `— 1 個目の~key( ~UTF-8~string, 長さ 3 )^cmt 46756e `— "Fun"^cmt F5 `— 1 個目の値, true^cmt 63 `— 2 個目の~key( ~UTF-8~string, 長さ 3 )^cmt 416d74 `— "Amt"^cmt 21 `— 2 個目の値( −2 )^cmt FF `— ~break^cmt
0xbf6346756ef563416d7421ff
BF -- Start indefinite-length map
63 -- First key, UTF-8 string length 3
46756e -- "Fun"
F5 -- First value, true
63 -- Second key, UTF-8 string length 3
416d74 -- "Amt"
21 -- Second value, -2
FF -- "break"
3.2.3. 不定長な `~byte~string$/`~text~string$
`不定長$な[ `~byte~string$/`~text~string$ ]は、[ 各自の`~major型$[ `2$mj / `3$mj ], `追加l情報$ `31^ai ]を包含している~byteにより表現され,一連の 0 個以上の[ 指定された型の`確定長$な~string ]( “~chunk列” )が後続し, `~break$ により完遂する。 `不定長$な~stringが表現する~data~itemは、 これら~chunkの連結になる。 ~chunkが 1 つも無い場合、 当の~data~itemは,指定された型の空な~stringになる。 長さ 0 の~chunkも — 特に有用ではないが — 許可される。 ◎ Indefinite-length strings are represented by a byte containing the major type for byte string or text string with an additional information value of 31, followed by a series of zero or more strings of the specified type ("chunks") that have definite lengths, and finished by the "break" stop code (Section 3.2.1). The data item represented by the indefinite-length string is the concatenation of the chunks. If no chunks are present, the data item is an empty string of the specified type. Zero-length chunks, while not particularly useful, are permitted.
`不定長$な~string指示子( `010_11111^B / `011_11111^B )と `~break$ の合間に生じ得る~itemは、[ 同じ`~major型$の`確定長$な~string~item ]に限られる — さもなければ、当の~stringは`整形式$でない。 ◎ If any item between the indefinite-length string indicator (0b010_11111 or 0b011_11111) and the "break" stop code is not a definite-length string item of the same major type, the string is not well-formed.
`不定長$な~stringの中に[ ~chunkとして`不定長$な~stringを入子にすること ]は、 設計により,許容されない。 それを許容した場合、 復号器~実装に入子ng~levelの[ ~stack, あるいは少なくとも回数 ]を保つよう要求することになろう。 そのような入子ngは、 符号化器には必要yでない — 内縁な`不定長$な~stringを成す各~chunkは、 代わりに外縁な`不定長$な~stringの中に直に置くこともできるので。 ◎ The design does not allow nesting indefinite-length strings as chunks into indefinite-length strings. If it were allowed, it would require decoder implementations to keep a stack, or at least a count, of nesting levels. It is unnecessary on the encoder side because the inner indefinite-length string would consist of chunks, and these could instead be put directly into the outer indefinite-length string.
`不定長$な`~text~string$は、 それを成すある~chunkが`確定長$な`~text~string$として`妥当$でない場合には,`妥当$でない。 したがって、[ ある 1 個の~Unicode符号位置(~scalar値)のみが成す~UTF-8~byte列 ]は,複数個の~chunkにまたがり得ないことに注意 — 新たな~chunkを成す`~text~string$を開始し得るのは、 符号位置~境界に限られる。 ◎ If any definite-length text string inside an indefinite-length text string is invalid, the indefinite-length text string is invalid. Note that this implies that the UTF-8 bytes of a single Unicode code point (scalar value) cannot be spread between chunks: a new chunk of a text string can only be started at a code point boundary.
例えば、 ある`符号化された~data~item$が次の~byte列からなると見做すなら: ◎ For example, assume an encoded data item consisting of the bytes:
`010_11111^B `010_00100^B 0xaabbccdd `010_00011^B 0xeeff99 `111_11111^B 5F `— 不定長な~byte~stringの開始^cmt 44 `— ~byte~string, 長さ 4^cmt aabbccdd `— ~byte列の内容^cmt 43 `— ~byte~string, 長さ 3^cmt eeff99 `— ~byte列の内容^cmt FF `— ~break^cmt
0b010_11111 0b010_00100 0xaabbccdd 0b010_00011 0xeeff99 0b111_11111
5F -- Start indefinite-length byte string
44 -- Byte string of length 4
aabbccdd -- Bytes content
43 -- Byte string of length 3
eeff99 -- Bytes content
FF -- "break"
これを復号した結果は、[ 7 個の~byteからなる 1 個の`~byte~string$ ] `aabbccddeeff99^X を伴う。 ◎ After decoding, this results in a single byte string with seven bytes: 0xaabbccddeeff99.
3.2.4. 不定長な~major型の利用の要約
~CBORにより定義される各`~major型$において[ `不定長$な(`追加l情報$ `31^ai を伴う)符号化法 ]として利用されるものを `表t 2@#major-type-indef-table$に要約する。 ◎ Table 2 summarizes the major types defined by CBOR as used for indefinite-length encoding (with additional information set to 31).
`~major型$ | 意味 | `~break$ まで封入される内容 |
---|---|---|
`0$mj | (`整形式$でない) | — |
`1$mj | (`整形式$でない) | — |
`2$mj | `~byte~string$ | 0 個以上の`確定長$な`~byte~string$ |
`3$mj | `~text~string$ | 0 個以上の`確定長$な`~text~string$ |
`4$mj | `~array$ | 0 個以上の~data~item(要素) |
`5$mj | `~map$ | 0 個以上の~data~item(各`~entry$の`~key$, `値$) |
`6$mj | (`整形式$でない) | — |
`7$mj | `~break$ | — |
3.3. ~floatと単純~値
`~major型$ `7$mj は、 次に挙げる 2 種の~data型~用にある:
- `~float@ ( `floating-point number^en, 浮動小数点数, 略して `float^en ) 【この訳では、一律に~floatと略記する】
- `単純~値@ ( `simple value^en )
この`~major型$の~itemは、 `~integer$用の`~major型$と同様に,内容~dataを運ばない — すべての情報は、 `~head$内にある。
`先頭~byte$内の`追加l情報$を与える 32 通りの値は、 `表t 3@#fpnoconttbl$ に定義されるとおり, 自前の別々な意味がある。
◎ Major type 7 is for two types of data: floating-point numbers and "simple values" that do not need any content. Each value of the 5-bit additional information in the initial byte has its own separate meaning, as defined in Table 3. Like the major types for integers, items of this major type do not carry content data; all the information is in the initial bytes (the head).`追加l情報$ | 意味論 |
---|---|
`0^ai 〜 `23^ai | `単純~値$ ~IN { 0 〜 23 } 【(`追加l情報$が,そのまま値を成す)】) |
`24^ai | `単純~値$ ~IN { 32 〜 255 } (後続する 1 個の~byteが値を成す) |
`25^ai | `半-精度~float$ (後続する 2 個の~byteが値を成す) |
`26^ai | `単-精度~float$ (後続する 4 個の~byteが値を成す) |
`27^ai | `倍-精度~float$ (後続する 8 個の~byteが値を成す) |
`28^ai / `29^ai / `30^ai | 予約-済み — ~CBORの現~versionにおいては`整形式$でない |
`31^ai | `不定長$な~item用の `~break$ |
上に挙げた各種`~float$は、 `IEEE754$r に定義される:
- `半-精度~float@ ⇒ ~IEEE754 `Half-Precision Float^en ( 16 ~bit, `binary16^en 形式とも称される)
- `単-精度~float@ ⇒ ~IEEE754 `Single-Precision Float^en ( 32 ~bit, `binary32^en 形式とも称される)
- `倍-精度~float@ ⇒ ~IEEE754 `Double-Precision Float^en ( 64 ~bit, `binary64^en 形式とも称される)
他すべての`~major型$と同じく、 `追加l情報$ `24^ai は,単-~byteによる拡張を表す — それには、 `単純~値$を表現する,追加的な( 1 個の)~byteが後続する (混同を最小化するため、 この~byteに利用される値は 32 以上に限られる)。 これは、 `~head$の構造を保守する: 他の`~major型$と同じく、 これらの長さは,常に[ `先頭~byte$内の`追加l情報$ ]に依存する。 `表t 4@#fpnoconttbl2$ に, `単純~値$に可用な数量-値, アテガわれた意味論を挙げる。 ◎ As with all other major types, the 5-bit value 24 signifies a single-byte extension: it is followed by an additional byte to represent the simple value. (To minimize confusion, only the values 32 to 255 are used.) This maintains the structure of the initial bytes: as for the other major types, the length of these always depends on the additional information in the first byte. Table 4 lists the numeric values assigned and available for simple values.
値 | 意味論 |
---|---|
0 〜 19 | (何もアテガわれていない) |
20 | `false@i |
21 | `true@i |
22 | `null@i |
23 | `undefined@i |
24 〜 31 | (予約-済み) |
32 〜 255 | (何もアテガわれていない) |
符号化器は、 `先頭~byte$ `f8^X (`~major型$ `7$mj, `追加l情報$ `24^ai )に継続して, `20^X ( 32 )未満の~byteを発行してはナラナイ。 そのような 2 個の~byteが成す連列は、 `整形式$でない。 (このことは、[ 符号化器は[ `false$i / `true$i / `null$i / `undefined$i ]を 2 個の~byteとして符号化し得ない ]こと,および[ これら 1 個の~byteからなる表現~変種に限り`整形式$になる ]ことを含意する — より一般には、 どの`単純~値$も,その表現~変種は一つに限られる)。 ◎ An encoder MUST NOT issue two-byte sequences that start with 0xf8 (major type 7, additional information 24) and continue with a byte less than 0x20 (32 decimal). Such sequences are not well-formed. (This implies that an encoder cannot encode false, true, null, or undefined in two-byte sequences and that only the one-byte variants of these are well-formed; more generally speaking, each simple value only has a single representation variant).
`追加l情報$[ `25^ai / `26^ai / `27^ai ]は、[ `半-精度$/`単-精度$/`倍-精度$ ]`~float$用にある。 これらの`~float$値は、 適切な~sizeの追加的な~byte列~内に符号化される。 (`半-精度~float$についての他の情報は `D§ を見よ。) ◎ The 5-bit values of 25, 26, and 27 are for 16-bit, 32-bit, and 64-bit IEEE 754 binary floating-point values [IEEE754]. These floating-point values are encoded in the additional bytes of the appropriate size. (See Appendix D for some information about 16-bit floating-point numbers.)
4. 直列化の考慮点
4.1. 選好される直列化
~CBORは、 ~data~model~levelにおける一部の値に対し,複数種の直列化を供する。 多くの応用に対しては、 符号化器は,常に選好される直列化(選好される符号化法)を選ぶことが望ましい — しかしながら,~CBORの現~versionは、[ 符号化器, 復号器 ]どちらにも,この選好を施行する負担を課さない。 ◎ For some values at the data model level, CBOR provides multiple serializations. For many applications, it is desirable that an encoder always chooses a preferred serialization (preferred encoding); however, the present specification does not put the burden of enforcing this preference on either the encoder or decoder.
一部の拘束された復号器は、 選好されない直列化を復号する能が制限され得る — 例えば, ある応用にて`期待され$る`~integer$が 1000000000 ( 10 億)未満に限られる場合、 当の復号器は[ `~integer$における 64 ~bit`引数$を復号するために必要になる~code ]を外すこともあろう。 ある符号化器が,選好される直列化( “選好される符号化器” )を常に利用する場合、 この応用において生じ得る~numberは,この復号器と相互運用する。 選好される符号化器は、 一般に,より普遍的に — 例えば,常に 64 ~bit`~integer$を利用するものよりも — 相互運用可能になる (また、無駄にもなりにくい)。 ◎ Some constrained decoders may be limited in their ability to decode non-preferred serializations: for example, if only integers below 1_000_000_000 (one billion) are expected in an application, the decoder may leave out the code that would be needed to decode 64-bit arguments in integers. An encoder that always uses preferred serialization ("preferred encoder") interoperates with this decoder for the numbers that can occur in this application. Generally speaking, a preferred encoder is more universally interoperable (and also less wasteful) than one that, say, always uses 64-bit integers.
類似に,拘束された符号化器は、 自身が~supportする表現~変種の多様さが制限されることもある — 選好される直列化を発しないなど( “変種~符号化器” )。 一例として,ある拘束された符号化器は、 自身が符号化する`~integer$用には[ 短い表現が可用な場合でも,常に 32 ~bit変種を利用する ]よう設計されることもあろう ( 64 ~bit変種でしか表現し得ない`~integer$を必要とする応用は無いと見做すならば)。 したがって, 復号器のうち[ 選好される直列化に限り受信する ]ことには依拠しないもの( “多様性に寛容な復号器” )は、 より普遍的に相互運用可能になると言える (それは、 選好される直列化を受信している事例に対しては, かなり上手く最適化できるかもしれないが)。 ~CBOR復号器の全部的な実装は、 定義により,多様性に寛容である — その区別が関連するのは、[ ~CBOR復号器の拘束された実装が,変種~符号化器に出会った場合 ]に限られる。 ◎ Similarly, a constrained encoder may be limited in the variety of representation variants it supports such that it does not emit preferred serializations ("variant encoder"). For instance, a constrained encoder could be designed to always use the 32-bit variant for an integer that it encodes even if a short representation is available (assuming that there is no application need for integers that can only be represented with the 64-bit variant). A decoder that does not rely on receiving only preferred serializations ("variation-tolerant decoder") can therefore be said to be more universally interoperable (it might very well optimize for the case of receiving preferred serializations, though). Full implementations of CBOR decoders are by definition variation tolerant; the distinction is only relevant if a constrained implementation of a CBOR decoder meets a variant encoder.
選好される直列化は、 `引数$【!`3§ 】を表現するときに,常に最短な形を利用する。 それはまた、 `~float$の符号化法として[ 符号化されている値を保全する最短な形 ]を利用する。 ◎ The preferred serialization always uses the shortest form of representing the argument (Section 3); it also uses the shortest floating-point encoding that preserves the value being encoded.
`~float$値~用に選好される直列化は、 その値を保全する最短な`~float$に符号化することである — 例: ~number 5.5 用には `f94580^X 【`半-精度$】/ ~number 5555.5 用には `fa45ad9c00^X 【`倍-精度$】。 各種~NaN値に対しても、 符号化が短くなる方が選好される — より短い方において、 仮数部の右側を~bit 0 で補充することにより,元の~NaN値を~~再構成できるならば (多くの応用~用には、 単独の~NaN符号化 `f97e00^X 【`半-精度$】で足りる)。 【例:`倍-精度$ ~NaNは、等価な[`単-精度$/`半-精度$]~NaNが在るならば,それらのうち最短なものに符号化する。】 ◎ The preferred serialization for a floating-point value is the shortest floating-point encoding that preserves its value, e.g., 0xf94580 for the number 5.5, and 0xfa45ad9c00 for the number 5555.5. For NaN values, a shorter encoding is preferred if zero-padding the shorter significand towards the right reconstitutes the original NaN value (for many applications, the single NaN encoding 0xf97e00 will suffice).
当の~itemの直列化を開始した時点で長さが既知であるときには、 `確定長$な符号化法が選好される。 ◎ Definite-length encoding is preferred whenever the length is known at the time the serialization of the item starts.
4.2. 決定論的に符号化された~CBOR
一部の~protocolは、[ 符号化器が発する~CBORは、特定0の決定論的な形式に限る ]よう求めることもあろう — そのような~protocolは、 復号器も[ 入力が,その決定論的な形式かどうか検査する ]よう求めるかもしれない。 そのような~protocolは、[ “決定論的な形式” が何を意味するか,どの[ 符号化器/復号器 ]が,それを行うものと`期待され$るか ]を定義してもかまわない。 この節は、[ そのような決定論的な形式の基底として~serveし得る,一群の制約 ]を定義する。 ◎ Some protocols may want encoders to only emit CBOR in a particular deterministic format; those protocols might also have the decoders check that their input is in that deterministic format. Those protocols are free to define what they mean by a "deterministic format" and what encoders and decoders are expected to do. This section defines a set of restrictions that can serve as the base of such a deterministic format.
4.2.1. 決定論的な符号化法の中核~要件
~CBOR符号化法は、 次に挙げる制約を満足するならば, `決定論的な符号化法の中核~要件@ ( `Core Deterministic Encoding Requirements^en ) を満足するとされる: ◎ A CBOR encoding satisfies the "core deterministic encoding requirements" if it satisfies the following restrictions:
-
選好される直列化を利用しなければナラナイ。 このことは特に,[ `7$mj 以外の`~major型$ ]用の`引数$【!( `3§ を見よ)】 (`~integer$/[ ~string, `~map$, `~array$ ]の長さ/`~tag番号$) は、 アリな限り短くしなければナラナイことを意味する。 一例として: ◎ Preferred serialization MUST be used. In particular, this means that arguments (see Section 3) for integers, lengths in major types 2 through 5, and tags MUST be as short as possible, for instance:
- 次の範囲に入るものは、 `先頭~byte$【!the same byte as the major type】内に表出しなければナラナイ ⇒# { 0 〜 23 }, { −1 〜 −24 } ◎ 0 to 23 and -1 to -24 MUST be expressed in the same byte as the major type;
- 次の範囲に入るものは、 追加的な ~uint8_t のみで表出しなければナラナイ ⇒# { 24 〜 255 }, { −25 〜 −256 } ◎ 24 to 255 and -25 to -256 MUST be expressed only with an additional uint8_t;
- 次の範囲に入るものは、 追加的な ~uint16_t のみで表出しなければナラナイ ⇒# { 256 〜 65535 }, { −257 〜 −65536 } ◎ 256 to 65535 and -257 to -65536 MUST be expressed only with an additional uint16_t;
- 次の範囲に入るものは、 追加的な~uint32_t のみで表出しなければナラナイ ⇒# { 65536 〜 4294967295 }, { −65537 〜 −4294967296 } ◎ 65536 to 4294967295 and -65537 to -4294967296 MUST be expressed only with an additional uint32_t.
`~float$値(`~major型$ `7$mj )は、 当の値を保全する最短な形を利用しなければナラナイ — 例: 1.5 は `f93e00^X (`半-精度~float$)として, 1000000.5 は `fa49742408^X (`単-精度~float$)として 符号化される。 (これの実装を成す一つは、 すべての`~float$を`倍-精度~float$とすることから開始して, `単-精度~float$への変換を~testすることである — 結果が同じ数量-値になる場合、 より短い形を利用して,次は`半-精度~float$への変換を~testする。 これは、[ 正な~Infinity/負な~Infinity ]用に`半-精度~float$を選定するときも働く。) ◎ Floating-point values also MUST use the shortest form that preserves the value, e.g., 1.5 is encoded as 0xf93e00 (binary16) and 1000000.5 as 0xfa49742408 (binary32). (One implementation of this is to have all floats start as a 64-bit float, then do a test conversion to a 32-bit float; if the result is the same numeric value, use the shorter form and repeat the process with a test conversion to a 16-bit float. This also works to select 16-bit float for positive and negative Infinity as well.)
- `不定長$な~itemは、 現れてはナラナイ — それは、 `確定長$な~itemとして符号化できるので。 ◎ Indefinite-length items MUST NOT appear. They can be encoded as definite-length items instead.
-
`~map$内の`~key$は、 各`~key$を決定論的に符号化した結果において, ~byteごとの辞書式~順序で~sortしなければナラナイ。 ◎ The keys in every map MUST be sorted in the bytewise lexicographic order of their deterministic encodings.\
例えば,次に挙げる`~key$は、 正しく~sortされている(括弧内は符号化した結果): ◎ For example, the following keys are sorted correctly:
- 10 ( `0a^X ) ◎ 10, encoded as 0x0a.
- 100 ( `1864^X ) ◎ 100, encoded as 0x1864.
- −1 ( `20^X ) ◎ -1, encoded as 0x20.
- "z" ( `617a^X ) ◎ "z", encoded as 0x617a.
- "aa" ( `626161^X ) ◎ "aa", encoded as 0x626161.
- [100] ( `811864^X ) ◎ [100], encoded as 0x811864.
- [−1] ( `8120^X ) ◎ [-1], encoded as 0x8120.
- `false$i ( `f4^X ) ◎ false, encoded as 0xf4.
実装~向け注記: ~CBOR符号化法の自己を区切る資質は、[ `整形式$な`~data~item$が,別のそれの接頭辞を成すことは無い ]ことを意味する。 したがって,異なる`~map~key$どうしの[ 決定論的な符号化法における~byteごとの辞書式~比較 ]は、 常に,どちらかの`~key$の終端に達する前の位置 — `~key$どうしで最初に~byteが相違する位置 — で終端する。 ◎ Implementation note: the self-delimiting nature of the CBOR encoding means that there are no two well-formed CBOR encoded data items where one is a prefix of the other. The bytewise lexicographic comparison of deterministic encodings of different map keys therefore always ends in a position where the byte differs between the keys, before the end of a key is reached.
4.2.2. 決定論的な符号化法に対する追加的な考慮点
~CBOR`~tag$には、 決定論的な符号化法に対する追加的な考慮点がある。 ~CBORに基づく ある~protocolが,特定の`~tag$に対し[ 所与の~data~itemを その~tagに封入してもしなくても同じ意味論を供する ]ものとした場合 (例: ある日時~用の~dataが占める位置において[ `~tag番号$【!~tag】 `1$tag を伴う`~tag内容$【!~data~item】, 生な~number ]両者を — 後者を~tag付きであるかのように扱って — 許容することにより)、 当の決定論的な形式は, “最短な形” の原則に基づいて,~tag付きを許容しないことになる。 例えば,ある~protocolは、 ~URLを[ `~text~string$, `~text~string$を包含している`~tag番号$ `32$tag【! `3.4.5.3§】 ]どちらかとして表現する選択肢を符号化器に与えるかもしれない。 この~protocolの決定論的な符号化法は、 当の~tagを[ 一律に利用すること, 一律に利用しないこと ]どちらかを要求する必要がある。 ◎ CBOR tags present additional considerations for deterministic encoding. If a CBOR-based protocol were to provide the same semantics for the presence and absence of a specific tag (e.g., by allowing both tag 1 data items and raw numbers in a date/time position, treating the latter as if they were tagged), the deterministic format would not allow the presence of the tag, based on the "shortest form" principle. For example, a protocol might give encoders the choice of representing a URL as either a text string or, using Section 3.4.5.3, tag number 32 containing a text string. This protocol's deterministic encoding needs either to require that the tag is present or to require that it is absent, not allow either one.
ある~protocolにおいて[ ある種の箇所における`~tag$は、 特定の意味論を得すること ]が要求される場合、 当の~tagは,決定論的な形式においても現れる必要がある。 決定論的な符号化法の考慮点は、 `~tag内容$にも適用される。 ◎ In a protocol that does require tags in certain places to obtain specific semantics, the tag needs to appear in the deterministic format as well. Deterministic encoding considerations also apply to the content of tags.
ある~protocolが含むある~fieldが[ 絶対~値が 2`64^sup 以上になる`~integer$ ]を`~tag番号$ ~IN { `2$tag, `3$tag } を利用して表出し得る場合、 当の~protocolの決定論的な符号化法は、[ 2`64^sup 未満になる`~integer$ ]が[ これらの`~tag$, `~major型$ ~IN { `0$mj, `1$mj } ]どちらを利用して表出されるかも指定する必要がある — 選好される直列化は,後者を利用するので、 後者を選ぶ方が推奨される。 ◎ If a protocol includes a field that can express integers with an absolute value of 264 or larger using tag numbers 2 or 3 (Section 3.4.3), the protocol's deterministic encoding needs to specify whether smaller integers are also expressed using these tags or using major types 0 and 1. Preferred serialization uses the latter choice, which is therefore recommended.
~protocolは、[ 基本的な`~float$値/`~tag$ ](または,この両者)を利用して表現される`~float$値を含む場合、 自身の決定論的な符号化法について,~~追加の要件を定義する必要があろう — 次に挙げるものなど: ◎ Protocols that include floating-point values, whether represented using basic floating-point values (Section 3.3) or using tags (or both), may need to define extra requirements on their deterministic encodings, such as:
- ~IEEE754【!~IEEE】`~float$値は,[ 正な 0, 負な 0 ]を別個な値として表現できるが、 応用は,これらを判別しないものと — すなわち、負な 0 を許容せず,すべての 0 値を正な正負符号で表現するものと — 裁定するかもしれない。 (当の応用は、 `~float$値の精度を[ `倍-精度~float$値で — あるいは,`単-精度~float$値でも — 表現する必要は,決して無い仕方 ]で制約するよう求めることもあろう。) ◎ Although IEEE floating-point values can represent both positive and negative zero as distinct values, the application might not distinguish these and might decide to represent all zero values with a positive sign, disallowing negative zero. (The application may also want to restrict the precision of floating-point values in such a way that there is never a need to represent 64-bit -- or even 32-bit -- floating-point values.)
-
ある~protocolが含む ある~fieldが[[ `~integer$と`~float$値は交換-可能である ]ものと宣言するような,特定の~data~model ]で`~float$値を表出し得る場合、 当の~protocolの決定論的な符号化法は, `~integer$(例: 1.0 )を[ 無符号`~integer$(例: `01^X ), `半-精度~float$(例: `f93c00^X ), `単-精度~float$(例: `fa3f800000^X ), `倍-精度~float$(例: `fb3ff0000000000000^X ) ]のうち どれに符号化するかを指定する必要がある。 これ用の規則の例は: ◎ If a protocol includes a field that can express floating-point values, with a specific data model that declares integer and floating-point values to be interchangeable, the protocol's deterministic encoding needs to specify whether, for example, the integer 1.0 is encoded as 0x01 (unsigned integer), 0xf93c00 (binary16), 0xfa3f800000 (binary32), or 0xfb3ff0000000000000 (binary64). Example rules for this are:
- 規則 (1) ⇒ 64 ~bitに収まる~integerに等しいものは、[ `~major型$ ~IN { `0$mj, `1$mj } による値 ]として符号化する。 他の値は、 当の値を正確aかつ([ `半-精度$, `単-精度$, `倍-精度$ ]いずれかにより) 最も短く表現するような,選好される`~float$表現として符号化する。 ◎ Encode integral values that fit in 64 bits as values from major types 0 and 1, and other values as the preferred (smallest of 16-, 32-, or 64-bit) floating-point representation that accurately represents the value,
- 規則 (2) ⇒ すべての値を — それが ある~integerに等しい場合でも — 当の値を正確aに表現するような,選好される`~float$表現として符号化する ◎ Encode all values as the preferred floating-point representation that accurately represents the value, even for integral values, or
- 規則 (3) ⇒ すべての値を`倍-精度~float$表現として符号化する。 ◎ Encode all values as 64-bit floating-point representations.
規則 (1) は、[ `~integer$値と`~float$値 ]の境界をどっちつかずにする。 規則 (3) は、 選好される直列化を利用しない。 なので、 多くの事例では,規則 (2) が良い選択肢になろう。 ◎ Rule 1 straddles the boundaries between integers and floating-point values, and Rule 3 does not use preferred serialization, so Rule 2 may be a good choice in many cases.
- ~NaNは許容される値であって[ `NaN payload^en 【当の~NaN内の “診断用の情報” を与える~bit列】 / `signaling NaN^en 【例外を生じさせる~NaN】 ]を~supportする意図は無い場合、 当の~protocolは, 単独の表現 — 概して `f97e00^X — に絞る必要がある。 そのような単純な選択肢はアリでない場合、 ~NaNを取扱うために特有な注意が必要になる。 ◎ If NaN is an allowed value, and there is no intent to support NaN payloads or signaling NaNs, the protocol needs to pick a single representation, typically 0xf97e00. If that simple choice is not possible, specific attention will be needed for NaN handling.
- ~subnormal~number ( 0 でない~numberのうち,[ 所与の~IEEE754~number形式においてアリな指数 ]が最低なものを伴うもの 【仮数が 1 以上になるよう正規化し得ないほど 0 に近い~number】) は、 一部の`~float$実装においては[ 0 化されて出力される/ 入力されたときは 0 として扱われる ]こともある。 ~protocolの決定論的な符号化法は、 そのような実装を特定的に収容するためとして,他の実装に対し[ ~subnormal~numberを交換から除外して,代わりに 0 を交換する ]~~責任を課すよう求めることもあろう。 ◎ Subnormal numbers (nonzero numbers with the lowest possible exponent of a given IEEE 754 number format) may be flushed to zero outputs or be treated as zero inputs in some floating-point implementations. A protocol's deterministic encoding may want to specifically accommodate such implementations while creating an onus on other implementations by excluding subnormal numbers from interchange, interchanging zero instead.
- 同じ~numberは、 [ 異なる`~decimal分数$/ 異なる`~bigfloat$/ [ 数量-値も表出し得るように定義された他の`~tag$ ]の下で,異なる形 ]により表現し得る。 [ これらの形(または基本的な`汎用~data~model$における各~形)のうち,どれが等価になるか ]を決定することは、 実装に依存して,常に実用的になるとは限らない。 応用~protocolのうち[ ~numberの表現~形式~用に,この種類の選択肢を呈示するもの ]は、[ 決定論的な符号化法~用の形式を どう選ぶか ]について,明示的に与える必要がある。 ◎ The same number can be represented by different decimal fractions, by different bigfloats, and by different forms under other tags that may be defined to express numeric values. Depending on the implementation, it may not always be practical to determine whether any of these forms (or forms in the basic generic data model) are equivalent. An application protocol that presents choices of this kind for the representation format of numbers needs to be explicit about how the formats for deterministic encoding are to be chosen.
4.2.3. ~map~keyの長さ優先な順序付け
`~map~key$が~sortされる順序は、[ `決定論的な符号化法の中核~要件$によるそれ ]と[ `RFC7049$r `§ 3.9@~RFCx/rfc7049#section-3.9$ により示唆されたもの (そこでは、 “正準的~CBOR”( `Canonical CBOR^en )と呼ばれる) ]とで異なる。 ~protocolは、 `RFC7049$r にて指定された順序と互換になる必要がある場合は, 代わりに この仕様の用語 `長さ優先な決定論的な符号化法の中核~要件@ ( `length-first core deterministic encoding requirements^en ) で指定できる: ◎ The core deterministic encoding requirements (Section 4.2.1) sort map keys in a different order from the one suggested by Section 3.9 of [RFC7049] (called "Canonical CBOR" there). Protocols that need to be compatible with the order specified in [RFC7049] can instead be specified in terms of this specification's "length-first core deterministic encoding requirements":
~CBOR符号化法は、[ `~map$内の`~key$たちは、 次に従って~sortされなければナラナイ ]ことを除いて[ `決定論的な符号化法の中核~要件$を満足する ]ならば, `長さ優先な決定論的な符号化法の中核~要件$を満足するとされる: ◎ A CBOR encoding satisfies the "length-first core deterministic encoding requirements" if it satisfies the core deterministic encoding requirements except that the keys in every map MUST be sorted such that:
- 2 つの`~key$の長さが異なる場合 ⇒ 長さが短い方が先に来るよう~sortする ◎ If two keys have different lengths, the shorter one sorts earlier;
- 2 つの`~key$の長さが同じ場合 ⇒ ~byteごとの辞書式~順序で~sortする ◎ If two keys have the same length, the one with the lower value in (bytewise) lexical order sorts earlier.
例えば, `長さ優先な決定論的な符号化法の中核~要件$の下では、 次に挙げる`~key$たちは,正しく~sortされている (括弧内は符号化した結果): ◎ For example, under the length-first core deterministic encoding requirements, the following keys are sorted correctly:
- 10 ( `0a^X ) ◎ 10, encoded as 0x0a.
- −1 ( `20^X ) ◎ -1, encoded as 0x20.
- `false$i ( `f4^X ) ◎ false, encoded as 0xf4.
- 100 ( `1864^X ) ◎ 100, encoded as 0x1864.
- "z" ( `617a^X ) ◎ "z", encoded as 0x617a.
- [−1] ( `8120^X ) ◎ [-1], encoded as 0x8120.
- "aa" ( `626161^X ) ◎ "aa", encoded as 0x626161.
- [100] ( `811864^X ) ◎ [100], encoded as 0x811864.
注記: `RFC7049$r は, 決定論的な符号化法に対する要件を成す形として用語 “正準的~CBOR” を利用していたが、 この文書は,この用語を避ける — “正準-化” は,決定論的な符号化法の特定の利用に限って結付けられることが多いので。 これらの用語は,本質的には交換-可能であるが、 この文書における一群の中核~要件は, “正準的~CBOR” とも呼ばれることもある一方で、 その長さ優先で順序付けられた~versionは, “旧-正準的~CBOR” と呼ばれることもある。 ◎ Although [RFC7049] used the term "Canonical CBOR" for its form of requirements on deterministic encoding, this document avoids this term because "canonicalization" is often associated with specific uses of deterministic encoding only. The terms are essentially interchangeable, however, and the set of core requirements in this document could also be called "Canonical CBOR", while the length-first-ordered version of that could be called "Old Canonical CBOR".
5. ~CBORに基づく~protocolの作成-法
~CBORなどの~data形式は、 形式~折衝が無い環境において利用されることが多い。 ~CBORに特有な設計~目標は、 ~schemaが[ 含まれる/あると見做される ]ことを必要としない — すなわち、 復号器は,所与の`~data~item$を他の知識が無い下で復号できるようにする — ことにある。 ◎ Data formats such as CBOR are often used in environments where there is no format negotiation. A specific design goal of CBOR is to not need any included or assumed schema: a decoder can take a CBOR item and decode it with no other knowledge.
もちろん,現実の実装においては、 符号化器と復号器は[ `~data~item$内に何があるべきかについて,見方を共有する ]ことになる。 合意される形式は、 例えば,次のようなものになるかもしれない: ◎ Of course, in real-world implementations, the encoder and the decoder will have a shared view of what should be in a CBOR data item. For example, an agreed-to format might be\
- “~itemは`~array$であり、 それを成す[ 1 個目の値は`~UTF-8~string$, 2 個目の値は`~integer$, 後続な各~値は`~float$ ]である。” ◎ "the item is an array whose first value is a UTF-8 string, second value is an integer, and subsequent values are zero or more floating-point numbers"\
- “~itemは`~byte~string$を`~key$とする`~map$であり、 特に,`~key$として `ab01^X を伴う`~entry$を包含する。” ◎ or "the item is a map that has byte strings for keys and contains a pair whose key is 0xab01".
~CBORに基づく~protocolは: ◎ ↓
- それ用の復号器が[ `妥当$でない~data, 他の`期待され$ない~data ]をどう取扱うかを指定しなければナラナイ。 ◎ CBOR-based protocols MUST specify how their decoders handle invalid and other unexpected data.\
- 任意な`妥当$な~dataに対し,それを`期待され$ないものとして扱うよう指定してもヨイ。 ◎ CBOR-based protocols MAY specify that they treat arbitrary valid data as unexpected.\
- それ用の符号化器は、 `妥当$でない~itemを生産してはナラナイ — すなわち、 当の~protocolは,`妥当$でない~itemを用立てるようには設計し得ない。 ◎ Encoders for CBOR-based protocols MUST produce only valid items, that is, the protocol cannot be designed to make use of invalid items.\
- それ用の[ 符号化器/復号器 ]は、[ それを利用している~protocolにより要求される値~型 ]に限り[ 符号化する/解する ]能力を有するものにもなり得る。 この[ 制約の欠如 ]は、[ 極めて拘束された環境において,~CBORを利用する ]ことを許容する。 ◎ An encoder can be capable of encoding as many or as few types of values as is required by the protocol in which it is used; a decoder can be capable of understanding as many or as few types of values as is required by the protocols in which it is used. This lack of restrictions allows CBOR to be used in extremely constrained environments.
この節の以降では、[ ~CBORに基づく~protocolを作成するときの考慮点 ]のうち一部を論じる。 それらは、 少数の例外†を除き,助言的でしかない — ~BCP 14 `RFC2119$r `RFC8174$r による文言は、 その “〜してもヨイ( `MAY^en )” としても解釈できる語句を除いて, 明示的に除外される。 † これらの例外は、[ 多様な[ 符号化器/復号器 ]を — 汎用なもの, 応用に特有なもの どちらも — 用立てる ]ようにしつつ,[ ~CBORに基づく~protocolの相互運用能を手助けする ]ことを目指す。 ◎ The rest of this section discusses some considerations in creating CBOR-based protocols. With few exceptions, it is advisory only and explicitly excludes any language from BCP 14 [RFC2119] [RFC8174] other than words that could be interpreted as "MAY" in the sense of BCP 14. The exceptions aim at facilitating interoperability of CBOR-based protocols while making use of a wide variety of both generic and application-specific encoders and decoders.
5.1. ~streamしている応用における~CBOR
`~streamして$いる応用においては、 `~data~stream$は,[ ~~連続するよう連結された,一連の`~data~item$ ]から構成され得る。 そのような環境においては,復号器は、[ すでに得られた~data~itemの終端より後にも,~dataが見出された場合 ]には,新たな~data~itemの復号を即時に始める。 ◎ In a streaming application, a data stream may be composed of a sequence of CBOR data items concatenated back-to-back. In such an environment, the decoder immediately begins decoding a new data item if data is found after the end of a previous data item.
[ ある~data~itemを成している すべての~byte ]が,即時には復号器に可用にならないこともある。 一部の復号器は、 追加的な~dataを[ 完全な~data~itemを応用に呈示できるようになる ]まで~bufferすることになる。 他の復号器は、 ~top-level~data~itemについての部分的な情報を応用に呈示し得る — すでに復号できた入子な~data~itemや, まだ完全には到着していない`~byte~string$の各部など。 そのような応用は、[ そこで応用に呈示される増分的な~data ]用に欲される保護が可用になるよう,それに見合った[ ~stream用の~securityの仕組み ]も備えなければナラナイ。 ◎ Not all of the bytes making up a data item may be immediately available to the decoder; some decoders will buffer additional data until a complete data item can be presented to the application. Other decoders can present partial information about a top-level data item to an application, such as the nested data items that could already be decoded, or even parts of a byte string that hasn't completely arrived yet. Such an application also MUST have a matching streaming security mechanism, where the desired protection is available for incremental data presented to the application.
`不定長$な符号化法を利用しないよう求める[ 応用/~protocol ]もあることに注意。 `不定長$な符号化法を利用することは、 符号化器に対し[ 長さを集計するために,すべての~dataを結集する必要をなくす ]ことを許容する一方で,復号器に対し[ 当の~itemの終端を待機している間,割振る~memory量を増やす ]ことを要求する。 これは、 ~~不都合な応用もあるかもしれない。 ◎ Note that some applications and protocols will not want to use indefinite-length encoding. Using indefinite-length encoding allows an encoder to not need to marshal all the data for counting, but it requires a decoder to allocate increasing amounts of memory while waiting for the end of the item. This might be fine for some applications but not others.
5.2. 汎用な符号化器と汎用な復号器
汎用な~CBOR復号器は、 すべての`整形式$な`~data~item$を復号でき, 結果の~data~itemを応用に呈示できる。 `C§ を見よ。 (`整形式$な~CBOR値をヒトに呈示するときには、 `8§ の診断用の記法を利用できる。) ◎ A generic CBOR decoder can decode all well-formed encoded CBOR data items and present the data items to an application. See Appendix C. (The diagnostic notation, Section 8, may be used to present well-formed CBOR values to humans.)
汎用な~CBOR符号化器は、 次を指定することを応用に許容する,応用~interfaceを供する ⇒ `整形式$な値は、 何であれ — 当の符号化器に未知な[ `単純~値$/`~tag$ ]を含めて — `~data~item$として符号化されることになる ◎ Generic CBOR encoders provide an application interface that allows the application to specify any well-formed value to be encoded as a CBOR data item, including simple values and tags unknown to the encoder.
~CBOR~dataは、 `整形式$であっても`妥当$になるとは限らない — ~CBORは、 そのような事例を最小化しようと試みるが。 例えば,符号化された`~text~string$ `62c0ae^X は、 妥当な~UTF-8を包含しないので, `妥当$な`~data~item$ではない ( `RFC3629$r は、 常に最短な形を利用することを要求するので)。 また,特定の`~tag$は、[ 何かにより違反され得る意味論上の拘束 ]を課すこともある — 一例として、 別の`~tag$を封入している`~bignum$により/ `~tag番号$ `0$tag を伴う`~tag$のうち,`~tag内容$が[ `~byte~string$であるもの/ `~text~string$であるが `date-time^P 生成規則 `RFC3339$r に合致しないもの ]により。 汎用な[ 符号化器/復号器 ]には、 `妥当$でない~dataの処理を可能化するために, 応用~interface用に不自然な選択肢をとらせる要件は無い。 汎用な[ 符号化器/復号器 ]には、[ `単純~値$/`~tag$ ](順不同)を回送することが`期待され$る — それらに特有な符号点が,当の[ 符号化器/復号器 ]が書かれた時点では登録-済みでなかったとしても( `5.4§ )。 ◎ Even though CBOR attempts to minimize these cases, not all well-formed CBOR data is valid: for example, the encoded text string 0x62c0ae does not contain valid UTF-8 (because [RFC3629] requires always using the shortest form) and so is not a valid CBOR item. Also, specific tags may make semantic constraints that may be violated, for instance, by a bignum tag enclosing another tag or by an instance of tag number 0 containing a byte string or containing a text string with contents that do not match the date-time production of [RFC3339]. There is no requirement that generic encoders and decoders make unnatural choices for their application interface to enable the processing of invalid data. Generic encoders and decoders are expected to forward simple values and tags even if their specific codepoints are not registered at the time the encoder/decoder is written (Section 5.4).
5.3. ~itemの妥当性
`整形式$であるが`妥当$でない`~data~item$【!`1.2§】内に符号化された~dataは、 ~CBOR~data~modelにおいて解釈するときに,問題になる。 ~CBORに基づく~protocolは、 何~層かにわたって — より低い層は[ 自身が回送する一部の~CBOR~dataの意味論 ]を処理しないように — 指定することもできる。 これら各~層は、 自身が処理しない~dataにおける妥当性~errorには,気付き得ない — そのような~dataは、 【より上の層へ】そのまま回送しなければナラナイ。 `妥当$でない`~data~item$の意味論を処理する最初の層は、 次に挙げるいずれかの選択肢に絞らなければなければナラナイ: ◎ A well-formed but invalid CBOR data item (Section 1.2) presents a problem with interpreting the data encoded in it in the CBOR data model. A CBOR-based protocol could be specified in several layers, in which the lower layers don't process the semantics of some of the CBOR data they forward. These layers can't notice any validity errors in data they don't process and MUST forward that data as-is. The first layer that does process the semantics of an invalid CBOR item MUST pick one of two choices:
- 問題になり得る~itemを~error~markerに置換して, その次の~itemの処理を継続する ◎ Replace the problematic item with an error marker and continue with the next item, or
- ~errorを発行して,処理をまるごと停止する。 ◎ Issue an error and stop processing altogether.
~CBORに基づく~protocolは、 各~種類の[ 自身が遭遇するかもしれない`妥当$でない~item ]に対し,[ その復号器は,上に挙げた~optionのうちどれを採る ]かを指定しなければナラナイ。 ◎ A CBOR-based protocol MUST specify which of these options its decoders take for each kind of invalid item they might encounter.
そのような問題は、[ ~CBORの基本的な妥当性~level, `~tag$の文脈(~tagの妥当性) ]どちらにおいても生じ得る。 ◎ Such problems might occur at the basic validity level of CBOR or in the context of tags (tag validity).
5.3.1. 基本的な妥当性
基本的な`汎用~data~model$において生じ得る妥当性~errorには、 次に挙げる 2 種類がある: ◎ Two kinds of validity errors can occur in the basic generic data model:
- `~map$内の重複な`~key$: ◎ Duplicate keys in a map:
- 汎用な復号器( `5.2§ )は、 ~nativeな~CBOR~data~modelを利用して, ~dataを応用から可用にする。 その~data~modelは、 ~multimapではなく,`~map$を含む (どちらも,`~key$から`値$への対応付けであるが、 ~mapを成す各`~key$は,当の~map内で一意になる一方、 ~multimapは,複数の`~entry$が同じ~keyを伴い得る)。 したがって,汎用な復号器は、 `~map$内の複数の`~entry$が重複な`~key$を伴う場合には,[ それらのうち,どれか一つだけを含むよう復号する ]こともあれば,処理をまるごと停止することもある。 他方、 `~streamして$いる復号器は,重複に気付き得ないことすらある。 `~map$内の`~key$に関する さらなる論点は、 `5.6§ を見よ。 ◎ Generic decoders (Section 5.2) make data available to applications using the native CBOR data model. That data model includes maps (key-value mappings with unique keys), not multimaps (key-value mappings where multiple entries can have the same key). Thus, a generic decoder that gets a CBOR map item that has duplicate keys will decode to a map with only one instance of that key, or it might stop processing altogether. On the other hand, a "streaming decoder" may not even be able to notice. See Section 5.6 for more discussion of keys in maps.
- 妥当でない`~UTF-8~string$ ◎ Invalid UTF-8 string:
- 復号器は、[ `~UTF-8~string$内の~byte列(`~major型$ `3$mj )が,実際に妥当な~UTF-8であること ]を[ 検証yして,適切に反応する ]よう求めることも求めないこともある。 ◎ A decoder might or might not want to verify that the sequence of bytes in a UTF-8 string (major type 3) is actually valid UTF-8 and react appropriately.
5.3.2. ~tagの妥当性
追加的な妥当性~errorとして,次に挙げる 2 種類が — 基本的な`汎用~data~model$に`~tag$を追加することにより — 導入される: ◎ Two additional kinds of validity errors are introduced by adding tags to the basic generic data model:
- `~tag内容$として受理不能な型: ◎ Inadmissible type for tag content:
- `~tag番号$は、[ `~tag内容$として利用される~data~itemの型 ]として何が想定されるかを指定する。 例えば,[ 無符号な/負な ]`~bignum$用の`~tag番号$は、 その`~tag内容$は`~byte~string$になるものと想定される。 当の`~tag内容$を ある~native表現 (この例では、 ~nativeな~big~integer) に復号する復号器には、 `~tag内容$の型を検査することが期待される。 復号器は、[ そのような~native表現を 自身の環境~内には可用にしない ]場合でも,[ それらの`~tag$のうち,自身に既知なもの ]に対し検査を遂行して適切に反応し得る。 ◎ Tag numbers (Section 3.4) specify what type of data item is supposed to be used as their tag content; for example, the tag numbers for unsigned or negative bignums are supposed to be put on byte strings. A decoder that decodes the tagged data item into a native representation (a native big integer in this example) is expected to check the type of the data item being tagged. Even decoders that don't have such native representations available in their environment may perform the check on those tags known to them and react appropriately.
- `~tag内容$として受理不能な値: ◎ Inadmissible value for tag content:
- ~data~itemの型が`~tag内容$として受理可能であっても、 特定の値は受理可能でないことはある — 例: 値 `yesterday^l は、 `~text~string$として適正であっても, `~tag番号$ `0$tag の`~tag内容$【日時~string】としては受容-可能でない。 復号器のうち[ 通常は,そのような`~tag$を等価な~platform型の中へ取り込むもの ]は、 この~tagを — 未知な`~tag番号$を伴う`~tag$を応用に呈示する仕方( `5.4§ )と類似に — 応用に呈示するかもしれない。 ◎ The type of data item may be admissible for a tag's content, but the specific value may not be; e.g., a value of "yesterday" is not acceptable for the content of tag 0, even though it properly is a text string. A decoder that normally ingests such tags into equivalent platform types might present this tag to the application in a similar way to how it would present a tag with an unknown tag number (Section 5.4).
5.4. 妥当性と発展
妥当性~検査ngを伴う復号器は、[ 妥当性~errorを伴う~data~itemを依拠-可能に検出する労 ]を費やすことになる。 例えば,そのような復号器は、[ これまでの各~下位節に挙げた いずれかの妥当性~error ]を伴う`~data~item$に対し[ ~errorを報告する(かつ,~dataを返さない)~API ]を備える必要がある。 ◎ A decoder with validity checking will expend the effort to reliably detect data items with validity errors. For example, such a decoder needs to have an API that reports an error (and does not return data) for a CBOR data item that contains any of the validity errors listed in the previous subsection.
[ `~CBOR~tag~registry^cite( `9.2§ )内に定義された,一群の`~tag$ ]および[ `~CBOR単純~値~registry^cite ( `9.1§ )内に定義された,一群の単純~値 ]は、 いつでも[ ある汎用な復号器により解される集合 ]を超えて成長し得る。 妥当性を検査する復号器は、 そのような自身が認識しない事例に遭遇したときには, 次に挙げる いずれかを行える: ◎ The set of tags defined in the "Concise Binary Object Representation (CBOR) Tags" registry (Section 9.2), as well as the set of simple values defined in the "Concise Binary Object Representation (CBOR) Simple Values" registry (Section 9.1), can grow at any time beyond the set understood by a generic decoder. A validity-checking decoder can do one of two things when it encounters such a case that it does not recognize:
- ~errorを報告する(~dataを返すことなく)。 この事例を~errorとして扱うことは、 硬直化の原因になり得るので,奨励されないことに注意。 この~error自体は、 妥当性~errorではない。 この種類の~errorは、[ これが復号器にとって既知な事例であったなら、 当の復号器は,妥当性~検査ngを遂行することになる ]場合に,当の復号器により提起される見込みが高い。 ◎ It can report an error (and not return data). Note that treating this case as an error can cause ossification and is thus not encouraged. This error is not a validity error, per se. This kind of error is more likely to be raised by a decoder that would be performing validity checking if this were a known case.
- 当の復号器を~callしている応用に向けて, 当の未知な~item(型, 値,および`~tag$用には復号した`~tag内容$)を発した上で、[ 当の復号器は、 当の[ `~tag番号$/`単純~値$ ]を認識しないこと ]を当の応用に指示する。 ◎ It can emit the unknown item (type, value, and, for tags, the decoded tagged data item) to the application calling the decoder, and then give the application an indication that the decoder did not recognize that tag number or simple value.
後者の~approachは、[ 妥当性~検査ngを~supportしない復号器においても適切になる ]ことに加え、 新たに登録された[ `単純~値$/`~tag$ ]に関して,前方-互換性を供する — ~callしている応用と符号化器を同時に更新する要件を課すことなく (このためには、 復号器の~APIは — ~callしている応用が,未知な~itemを当の~programに適切な方式で取扱えるよう — 未知な~itemを~markする能が必要になる。) ◎ The latter approach, which is also appropriate for decoders that do not support validity checking, provides forward compatibility with newly registered tags and simple values without the requirement to update the encoder at the same time as the calling application. (For this, the decoder's API needs the ability to mark unknown items so that the calling application can handle them in a manner appropriate for the program.)
妥当性~検査ngに必要な処理のうち 一部のもの(特に,`~map$用の重複~検出)は, 目に見える~costを伴い得るので、 妥当性~検査ngの~supportは, すべての~CBOR復号器に設置される要件ではない。 ◎ Since some of the processing needed for validity checking may have an appreciable cost (in particular with duplicate detection for maps), support of validity checking is not a requirement placed on all CBOR decoders.
一部の符号化器は、 それを利用する応用が,入力~dataを[ それを当の符号化器にかけた結果は、 `妥当$な~CBORになる ]ような仕方で供することに依拠する。 汎用な符号化器には、 妥当性を検査する~mode — そこでの符号化器は、[ 応用が,~~実際に~APIに適合tな~dataを供しているかどうか ]とは独立に[ 自身の出力を`妥当$な~CBORに依拠-可能に制限する ]ような~mode — も供するよう求まれることもあろう。 ◎ Some encoders will rely on their applications to provide input data in such a way that valid CBOR results from the encoder. A generic encoder may also want to provide a validity-checking mode where it reliably limits its output to valid CBOR, independent of whether or not its application is indeed providing API-conformant data.
5.5. ~number
~CBORに基づく~protocolは、[ 表現-可能な~numberの範囲と精度に対し課される制約が,言語~環境に応じて異なること ]を織り込むべきである。 例えば,基本的な~JS~number~systemは、[ すべての~numberを`~float$値として扱う ]ので[ 54 ~bit以上~要する`~integer$を復号した結果の精度 ]は~~検知されずに喪失し得る。 別の例として、 ~CBORは[ `~integer$表現~用の正負符号~bit ]を`~major型$内に保つので, ある種の長さの有符号`~integer$【!~number】は[ 代表的な~platformにおける同じ長さの有符号`~integer$の表現 ]より 1 ~bit多い (例: 8 個の~byteからなる~int64_t ~IN { −2`63^sup 〜 2`63^sup ~MINUS 1 } 用には[ 先頭~byte + 8 個の~byte ]からなる`~integer$ ~IN { −2`64^sup 〜 2`64^sup ~MINUS 1 } )。 ~numberを利用する~protocolは、[[ 復号器, 受信している応用 ]における,~numberに対する自明でない取扱い ]に何を期待するかを定義するべきである。 ◎ CBOR-based protocols should take into account that different language environments pose different restrictions on the range and precision of numbers that are representable. For example, the basic JavaScript number system treats all numbers as floating-point values, which may result in the silent loss of precision in decoding integers with more than 53 significant bits. Another example is that, since CBOR keeps the sign bit for its integer representation in the major type, it has one bit more for signed numbers of a certain length (e.g., -264..264-1 for 1+8-byte integers) than the typical platform signed integer representation of the same length (-263..263-1 for 8-byte int64_t). A protocol that uses numbers should define its expectations on the handling of nontrivial numbers in decoders and receiving applications.
~CBORに基づく~protocolのうち,`~float$を含むものは、[ `半-精度$, `単-精度$, `倍-精度$ ]のうち,どの形式を~supportするかを制約できる。 ある~protocolは、 `~integer$しか利用しない応用に対しては, `~float$値の利用を完全に除外するよう求めることもあろう。 ◎ A CBOR-based protocol that includes floating-point numbers can restrict which of the three formats (half-precision, single-precision, and double-precision) are to be supported. For an integer-only application, a protocol may want to completely exclude the use of floating-point values.
~CBORに基づく~protocolのうち~compactさを得るために設計されたものは、 当の応用~用には[ 必要yなものより長い特定の~integer符号化法 ]を除外するよう求めることもあろう — 64 ~bit`~integer$を実装する必要を節約するためなど。 これには、 その符号化器は[ 所与の値を表現できる`~integer$表現のうち,最も~compactなもの ]を利用することになる期待がある。 しかしながら,[ ~compactな応用のうち,決定論的な符号化法を要求しないもの ]は、 必要以上に長い符号化法 ( 0 を[ `000_11001^B, 後続する 2 個の~byte `00^X ]として符号化するなど) を利用する値を — 当の応用が所与の~sizeの`~integer$を復号できる限りにおいて — 受容するべきである。 類似な考慮点は、 `~float$値にも適用される — [ 選好される直列化, 必要以上に長いもの ]どちらも復号することが推奨される。 ◎ A CBOR-based protocol designed for compactness may want to exclude specific integer encodings that are longer than necessary for the application, such as to save the need to implement 64-bit integers. There is an expectation that encoders will use the most compact integer representation that can represent a given value. However, a compact application that does not require deterministic encoding should accept values that use a longer-than-needed encoding (such as encoding "0" as 0b000_11001 followed by two bytes of 0x00) as long as the application can decode an integer of the given size. Similar considerations apply to floating-point values; decoding both preferred serializations and longer-than-needed ones is recommended.
~CBORに基づく~protocolのうち,拘束された応用~用にあるもののうち, 特定の~number(指数が小さいかつ負でないものなど)を[ `~integer$, [ `~decimal分数$/`~bigfloat$ ]]いずれかとして表現する選択肢を供するものは、[ `~integer$表現が直に利用されるとする,実装~品質に対する期待 ]を表出するかもしれない。 ◎ CBOR-based protocols for constrained applications that provide a choice between representing a specific number as an integer and as a decimal fraction or bigfloat (such as when the exponent is small and nonnegative) might express a quality-of-implementation expectation that the integer representation is used directly.
5.6. ~map用~keyの指定-法
符号化の応用と復号の応用は、[ `~map$内に利用される`~key$の型 ]について合意する必要がある。 ある応用が,~JSONに基づく応用と相互に作業する必要がある場合、 変換は,`~key$の形を`~text~string$に限るよう制限することにより単純~化される。 他の場合、 他の~CBOR型から`~text~string$への対応付けが指定される必要があり, これは実装~errorに至らすことが多い。 応用においては、[ `~key$は資質において数量-であって, `~key$の数量-順序付けは当の応用にとって重要である ]所では,`~key$用に直に~numberを利用することが有用になる。 ◎ The encoding and decoding applications need to agree on what types of keys are going to be used in maps. In applications that need to interwork with JSON-based applications, conversion is simplified by limiting keys to text strings only; otherwise, there has to be a specified mapping from the other CBOR types to text strings, and this often leads to implementation errors. In applications where keys are numeric in nature, and numeric ordering of keys is important to the application, directly using the numbers for the keys is useful.
`~key$用に複数の型が利用される場合、[ 利用される特定の~programming環境において,これらの型はどう表現されることになるか ]について考慮を与えるべきである。 例えば,~JS `Map^c `ECMA262$r においては、 `~key$としての[ `~integer$ 1, `~float$ 1.0 ]を判別し得ない。 このことは、 当の~protocolは,[ ある`~map$内で,`~key$として`~integer$が利用される所 ]では[ `~integer$と等しくなり得る`~float$値を`~key$として利用すること ]を避ける必要があることを意味する。 ◎ If multiple types of keys are to be used, consideration should be given to how these types would be represented in the specific programming environments that are to be used. For example, in JavaScript Maps [ECMA262], a key of integer 1 cannot be distinguished from a key of floating-point 1.0. This means that, if integer keys are used, the protocol needs to avoid the use of floating-point keys the values of which happen to be integer numbers in the same map.
復号器のうち[[ ある`~data~item$の中に入子にされた各~data~item ]を復号したなら即時に送達するもの ](`~streamして$いる復号器)は、[ `~map$内の`~key$の一意性を見極めるために必要yな状態 ]を保たないことが多い。 類似に,符号化器のうち[ `~data~item$の符号化を[ それが入子にしている~data~itemすべてが可用になる前 ]に開始し得るもの ](`~streamして$いる符号化器)は、[ その~data~sourceが一意性を保守することに依拠する ]ことにより,~overhead【すなわち,~keyの一意性を見極める手間】を有意に抑制するよう求めることもあろう。 ◎ Decoders that deliver data items nested within a CBOR data item immediately on decoding them ("streaming decoders") often do not keep the state that is necessary to ascertain uniqueness of a key in a map. Similarly, an encoder that can start encoding data items before the enclosing data item is completely available ("streaming encoder") may want to reduce its overhead significantly by relying on its data source to maintain uniqueness.
~CBORに基づく~protocolは、[ 受信している応用が ある`~map$内に複数個の一致する`~key$を見つけたとき,何を行うか ]を定義しなければナラナイ。 当の~protocolにおける結果の規則は、 ~CBOR~data~modelを尊重しなければナラナイ — それは、[ `~map$内に一致する`~key$がある場合、 不正形な`~map$を指示するので,復号器は~errorで停止する必要がある ]とする規則を課すかもしれないことを除いて, 一致する`~key$を伴う`~entry$たちに対し特定の取扱いを制定し得ない。 ある`~map$が重複な`~key$を伴う`~entry$を呈する場合、 汎用な復号器は, それを次に挙げるいずれかにより処理するかもしれない: ◎ A CBOR-based protocol MUST define what to do when a receiving application sees multiple identical keys in a map. The resulting rule in the protocol MUST respect the CBOR data model: it cannot prescribe a specific handling of the entries with the identical keys, except that it might have a rule that having identical keys in a map indicates a malformed map and that the decoder has to stop with an error. When processing maps that exhibit entries with duplicate keys, a generic decoder might do one of the following:
- 重複な`~key$を伴う`~map$を受容しない (すなわち,`~map$用の妥当性を施行する — `5.4§ も見よ)。 これらの汎用な復号器は、 普遍的に有用になる。 それでも、 応用によっては,自身の規則に基づいて自前の重複~検査ngを遂行する必要はあろう (一例として、 当の応用が,特定の`~map$に対しては[ `~map~key$における`~integer$値と`~float$値を同一視する ]場合)。 ◎ Not accept maps with duplicate keys (that is, enforce validity for maps, see also Section 5.4). These generic decoders are universally useful. An application may still need to perform its own duplicate checking based on application rules (for instance, if the application equates integers and floating-point values in map key positions for specific maps).
- 当の`~map$を成す すべての`~entry$を — 重複な`~key$を伴っていようが — 当の応用に渡す。 この場合、 当の応用には — その規則が`汎用~data~model$の規則と一致する場合でも — 重複な`~key$を取扱う(それについて検査する)ことが要求される。 ◎ Pass all map entries to the application, including ones with duplicate keys. This requires that the application handle (check against) duplicate keys, even if the application rules are identical to the generic data model rules.
- 重複な`~key$を伴う`~entry$のうち一部に限り,当の応用に渡す — 例:同じ`~key$を伴う`~entry$のうち,最後(あるいは最初)の`~entry$に限り外へ送達する。 応用は、 そのような汎用な復号器を特定の`~key$に対し走らす回ごとに異なる結果を取得し得る — どの値が返されるかは、 汎用な復号器の実装に応じて,および当の`~map$内の`~key$の実際の順序に基づいて異なる。 特に,応用は、 それらすべての`~entry$を見れるとは限らないので, それらの`~key$の一意性を自前では検証し得ない — 応用は、 `~key$の一意性を検証する必要がある場合には, そのような汎用な復号器を利用できないこともあろう。 これらの汎用な復号器を利用し得るのは、 当の[ ~data~sourceと転送 ]が,【どちらも】常に`妥当$な`~map$を供する状況に限られ、 当の[ ~data~sourceと転送 ]【いずれか】が攻撃され得る場合にはアリでない。 ◎ Lose some entries with duplicate keys, e.g., deliver only the final (or first) entry out of the entries with the same key. With such a generic decoder, applications may get different results for a specific key on different runs, and with different generic decoders, which value is returned is based on generic decoder implementation and the actual order of keys in the map. In particular, applications cannot validate key uniqueness on their own as they do not necessarily see all entries; they may not be able to use such a generic decoder if they need to validate key uniqueness. These generic decoders can only be used in situations where the data source and transfer always provide valid maps; this is not possible if the data source and transfer can be attacked.
汎用な復号器は、[ これら 3 種の~approachのうち どれを実装するか ]を文書化する必要がある。 ◎ Generic decoders need to document which of these three approaches they implement.
`~map$用の~CBOR~data~modelは、[ `~map$表現における`~entry$の順序 ]に何らかの意味論をあてがうことを許容しない。 したがって,~CBORに基づく~protocolは、[ ある`~map$内で`~entry$たちの順序が変更されたとき,意味論が変化する ]ものと指定してはナラナイ — 一部の順序 (例えば、決定論的な符号化法の要件( `4.2§ )を満たさなくなる所など) は許容しないものと指定することを除いて。 (~map順序付けによる副次的な効果 — その時機, ~cache用法, ~side-channelになり得る他のものなど — は、 意味論の一部を成すとは見なされないが,[ ある~protocolが,自前で決定論的な符号化~形式を要求する ]ための十分な理由を成し得る。) ◎ The CBOR data model for maps does not allow ascribing semantics to the order of the key/value pairs in the map representation. Thus, a CBOR-based protocol MUST NOT specify that changing the key/value pair order in a map changes the semantics, except to specify that some orders are disallowed, for example, where they would not meet the requirements of a deterministic encoding (Section 4.2). (Any secondary effects of map ordering such as on timing, cache usage, and other potential side channels are not considered part of the semantics but may be enough reason on their own for a protocol to require a deterministic encoding format.)
拘束された機器~用の応用は、 `~map$に頻繁に利用される`~key$の個数が少ない場合には, `~key$として小さな`~integer$を利用することを考慮するべきである。 一例として、 24 個以下の`~key$は,無符号`~integer$として — 48 個以下の`~key$は,負な`~integer$も利用して — 1 個の~byte内に符号化でき、 さほど頻繁に生じない`~key$には,より長い符号化を伴う`~integer$を利用できる。 ◎ Applications for constrained devices should consider using small integers as keys if they have maps with a small number of frequently used keys; for instance, a set of 24 or fewer keys can be encoded in a single byte as unsigned integers, up to 48 if negative integers are also used. Less frequently occurring keys can then use integers with longer encodings.
5.6.1. ~keyの等価性
`~data~item$に適用される特定の~data~modelは、 `~map$内に生じている`~key$どうしが[ 重複, 別物 ]どちらなのか決定するために利用される。 ◎ The specific data model that applies to a CBOR data item is used to determine whether keys occurring in maps are duplicates or distinct.
`汎用~data~model$の~levelでは、[ `~integer$値, `~float$値 ]は,数量的に等価であっても互いに別物である — それらは、 【!various big numbers (Tags 2 to 5)】 `~bignum$( `~tag番号$ ~IN { `2$tag, `3$tag } )や`~decimal分数$( `~tag番号$ ~IN { `4$tag, `5$tag } )からも得られるので。 類似に, `~text~string$と`~byte~string$は、 同じ~byte列から構成されていても別物になる。 [ ~tag付きな値と~tag付きでない値 ]は別物であり、 ~tag付きな値どうしは, `~tag番号$が異なるならば別物である。 ◎ At the generic data model level, numerically equivalent integer and floating-point values are distinct from each other, as they are from the various big numbers (Tags 2 to 5). Similarly, text strings are distinct from byte strings, even if composed of the same bytes. A tagged value is distinct from an untagged value or from a value tagged with a different tag number.
これらの各~groupの中では: ◎ Within each of these groups,\
- 数量-値どうしは、 数量的に等しく(特定的に, −0.0 と 0.0 は等しい)ない限り,別物になる。 ◎ numeric values are distinct unless they are numerically equal (specifically, -0.0 is equal to 0.0); for the purpose of map key equivalence,\
- 各種 ~NaN値どうしは、 `~map~key$の等価性の目的においては,[ 両~仮数部の右側を 64 ~bit になるまで 0 で拡張した後 ]に仮数部が同じになる場合には等価になる。 ◎ NaN values are equivalent if they have the same significand after zero-extending both significands at the right to 64 bits.
- [ `~byte~string$どうし/`~text~string$どうし ]は、 ~byteごとに比較され,[ 同じ個数の~byteからなる, かつ 同じ位置にある~byteどうしが等しい ]ならば等しいとされる。 ◎ Both byte strings and text strings are compared byte by byte,\
- `~array$どうしは、 要素ごとに比較され,[ 同じ個数の要素からなる, かつ 同じ位置にある要素どうしが等しい ]ならば等しいとされる。 ◎ arrays are compared element by element, and are equal if they have the same number of bytes/elements and the same values at the same positions.\
- `~map$どうしは、 順序を問わず,それらの`~entry$たちが同じ集合を成すならば等しいとされる — `~entry$どうしは、[ `~key$, `値$ ]どちらも互いに等しいならば等しいとされる。 ◎ Two maps are equal if they have the same set of pairs regardless of their order; pairs are equal if both the key and value are equal.
- `~tag$どうしは、[ `~tag番号$, `~tag内容$ ]どちらも互いに等しいならば等しいとされる。 (特定の~tag用の処理を供する汎用な復号器は、 一部の[ 意味論的に等価な値たち ]を判別-可能でない場合もあることに注意 — 例: `~tag番号$[ `2$tag / `3$tag ]の`~tag内容$において頭部に 0 が生じる場合)。 ◎ Tagged values are equal if both the tag number and the tag content are equal. (Note that a generic decoder that provides processing for a specific tag may not be able to distinguish some semantically equivalent values, e.g., if leading zeroes occur in the content of tag 2 or tag 3 (Section 3.4.3).)\
- `単純~値$は、 単純に値が等しいならば等しいとされる。 ◎ Simple values are equal if they simply have the same value.\
`汎用~data~model$において等しくなるものは、 他に無い — `単純~値$ 2 と`~integer$ 2 は等価ではなく, `~array$と`~map$が等価になることは決してない。 ◎ Nothing else is equal in the generic data model; a simple value 2 is not equivalent to an integer 2, and an array is never equivalent to a map.
`2.2§ にて論じたとおり, 特定の~data~modelには、 `~map~key$を比較する目的において,[ `汎用~data~model$においては別物な値 ]を等価に~~扱うものもある。 したがって,そのような~data~modelに基づく応用は、[ 汎用な復号器から復号されて送達された`~map$に対し, 重複な`~map~key$を検査する必要があり得る ]ことに注意 (代替として、 当の復号器は,この~serviceを遂行するための~APIを応用に供することもできる)。 特定の~data~modelは、 `~map~key$用の値のうち[ `汎用~data~model$の~levelでは、 この目的において等しいもの ]どうしを判別-可能でない。 ◎ As discussed in Section 2.2, specific data models can make values equivalent for the purpose of comparing map keys that are distinct in the generic data model. Note that this implies that a generic decoder may deliver a decoded map to an application that needs to be checked for duplicate map keys by that application (alternatively, the decoder may provide a programming interface to perform this service for the application). Specific data models are not able to distinguish values for map keys that are equal for this purpose at the generic data model level.
5.7. `undefined^i 値
~CBORに基づく一部の~protocolにおいては、 符号化器により`単純~値$ `undefined$i が利用されるかもしれない — [ 符号化に問題を伴う~data~item用の代用- ]として[ それを封入している~data~itemを成す他の部分に害が及ばないよう符号化する ]ことを許容するために。 ◎ In some CBOR-based protocols, the simple value (Section 3.3) of undefined might be used by an encoder as a substitute for a data item with an encoding problem, in order to allow the rest of the enclosing data items to be encoded without harm.
6. ~CBORと~JSONの間の~dataの変換-法
この節は、 ~CBORと~JSONの間の変換-法について,規範的でない助言を与える。 変換器の実装は、 ここに与える助言に自身が求めるものがあれば,何であれ利用してもヨイ。 ◎ This section gives non-normative advice about converting between CBOR and JSON. Implementations of converters MAY use whichever advice here they want.
~JSON~textは,(符号化された~byteたちではなく)文字たちが成す連列である一方で、 `~data~item$は,(文字たちではなく)~byteたちが成す連列であることに~~留意すること。 ◎ It is worth noting that a JSON text is a sequence of characters, not an encoded sequence of bytes, while a CBOR data item consists of bytes, not characters.
6.1. ~CBORから~JSONへの変換-法
~JSONは、 ~CBORにおける ほとんどの型に対し,その相似物を直に備える。 しかしながら,一部の型はそうでない — ~CBORから~JSONへの変換器を実装している者は、 それらの事例において何を行うか考慮する必要がある。 以下に挙げる規範的でない助言は、 そのような型を 1 個の代用-値 — ~JSON `null^c など — に変換することにより,これらを処する。 ◎ Most of the types in CBOR have direct analogs in JSON. However, some do not, and someone implementing a CBOR-to-JSON converter has to consider what to do in those cases. The following non-normative advice deals with these by converting them to a single substitute value, such as a JSON null.
- `~integer$(`~major型$ ~IN { `0$mj, `1$mj } )は、 ~JSON~numberになる。 ◎ An integer (major type 0 or 1) becomes a JSON number.
- `~byte~string$(`~major型$ `2$mj )のうち[[ ある提案された符号化法を指定する`~tag$ ]内に埋込まれたもの ]でないものは、 ~base64url内に補充~文字を伴わずに符号化され, ~JSON~stringになる ◎ A byte string (major type 2) that is not embedded in a tag that specifies a proposed encoding is encoded in base64url without padding and becomes a JSON string.
-
`~UTF-8~string$(`~major型$ `3$mj )は、 ~JSON~stringになる。 ◎ A UTF-8 string (major type 3) becomes a JSON string.\
~JSONは、 次に挙げる文字に対し,~escape法を要求することに注意 ( `RFC8259$r `§ 7@~RFCx/rfc8259#section-7$ ) ⇒# `0022^U `"^smb( `QUOTATION MARK^cn /二重-引用符), `005C^U `\^smb( `REVERSE SOLIDUS^cn ), `0000^U 〜 `001F^U (~C0制御~文字) ◎終 他の文字は、 ~JSON~UTF-8~stringの中へそのまま複製される。 ◎ Note that JSON requires escaping certain characters ([RFC8259], Section 7): quotation mark (U+0022), reverse solidus (U+005C), and the "C0 control characters" (U+0000 through U+001F). All other characters are copied unchanged into the JSON UTF-8 string.
- `~array$(`~major型$ `4$mj )は、 ~JSON~arrayになる。 ◎ An array (major type 4) becomes a JSON array.
-
`~map$(`~major型$ `5$mj )は、 ~JSON~objectになる。 ◎ A map (major type 5) becomes a JSON object.\
これが直にアリになるのは、 すべての`~key$が`~UTF-8~string$である場合に限られる。 変換器は、 他の`~key$も`~UTF-8~string$に変換するかもしれない (`~integer$を[ その~decimal表現を包含している~string ]に変換するなどにより) — しかしながら,そうすることは、 ~key衝突の危険性も導入する。 これはまた、[ `~UTF-8~string$に対する`~tag$が下に提案されるとおり無視される場合 ]には[ 当の`~tag$どうしは異なるが~stringどうしは同じである場合 ]に~key衝突の原因になることにも注意。 ◎ This is possible directly only if all keys are UTF-8 strings. A converter might also convert other keys into UTF-8 strings (such as by converting integers into strings containing their decimal representation); however, doing so introduces a danger of key collision. Note also that, if tags on UTF-8 strings are ignored as proposed below, this will cause a key collision if the tags are different but the strings are the same.
-
[ `単純~値$/`~float$値 ](`~major型$ `7$mj )は: ◎ ↓
- `false$i (`追加l情報$ `20^ai )は、 ~JSON `false^c になる。 ◎ False (major type 7, additional information 20) becomes a JSON false.
- `true$i (`追加l情報$ `21^ai )は、 ~JSON `true^c になる。 ◎ True (major type 7, additional information 21) becomes a JSON true.
- `null$i (`追加l情報$ `22^ai )は、 ~JSON `null^c になる。 ◎ Null (major type 7, additional information 22) becomes a JSON null.
-
`~float$値 ( `追加l情報$ ~IN { `25^ai, `26^ai, `27^ai } )は、 当の値に応じて: ◎ A floating-point value (major type 7, additional information 25 through 27) becomes\
- 有限である場合、 ~JSON~numberになる (すなわち,~JSON~numberで表現できる) ◎ a JSON number if it is finite (that is, it can be represented in a JSON number);\
- 非-有限である場合 (~NaN / 正な~Infinity/負な~Infinity)、 代用-値により表現される。 ◎ if the value is non-finite (NaN, or positive or negative Infinity), it is represented by the substitute value.
-
その他の`単純~値$ (`追加l情報$はまだ論じられていない他の値) は、 代用-値により表現される。
◎ Any other simple value (major type 7, any additional information value not yet discussed) is represented by the substitute value.
【 [ `単純~値$ `undefined$i / 非-有限な`~float$値 ]に対応するものは、 ~JSには在るが,~JSONには無いことに注意。 】
-
各種`~tag$( `~major型$ `6$mj )は: ◎ ↓
- `~bignum$ ( `~tag番号$ ~IN { `2$tag, `3$tag } )は、[ その`~tag内容$を成す`~byte~string$を補充~文字を伴わない~base64urlに符号化する ]ことにより表現され,~JSON~stringになる。 `~tag番号$ `3$tag (負な`~bignum$)用には, `007E^U `~^smb(~ASCII `tilde^en )が~base-符号化された値の前に挿入される。 (~numberの代わりに~binary~blobへ変換することで、 ~JSON復号器における数量-~overflowは防止されると見込まれる。) ◎ A bignum (major type 6, tag number 2 or 3) is represented by encoding its byte string in base64url without padding and becomes a JSON string. For tag number 3 (negative bignum), a "~" (ASCII tilde) is inserted before the base-encoded value. (The conversion to a binary blob instead of a number is to prevent a likely numeric overflow for the JSON decoder.)
- 符号化法~hintを伴う`~byte~string$ ( `~tag番号$ ~IN { `21$tag, `22$tag, `23$tag } ) は、 当の~hintにより述べられるとおりに符号化され, ~JSON~stringになる。【`3.4.5.2§】 ◎ A byte string with an encoding hint (major type 6, tag number 21 through 23) is encoded as described by the hint and becomes a JSON string.
- 他のすべての`~tag$ (その他の`~tag番号$) 用には、 当の`~tag内容$が~JSON値として表現され,`~tag番号$は無視される。 ◎ For all other tags (major type 6, any other tag number), the tag content is represented as a JSON value; the tag number is ignored.
- `不定長$な~itemは、 変換する前に`確定長$にされる。 ◎ Indefinite-length items are made definite before conversion.
~CBORから~JSONへの変換器は、[ 相互運用能を最大化する ]ため, および[ ~JSON出力を予測-可能な結果で処理できる~~確証を高める ]ために, ~JSON~profile ~I-JSON `RFC7493$r を保つよう求めることもあろう。 これには、 例えば,次に対する含意がある ⇒# 依拠-可能に表現できる`~integer$の範囲/ 旧い~JSON実装が~supportし得る~top-level~item ◎ A CBOR-to-JSON converter may want to keep to the JSON profile I-JSON [RFC7493], to maximize interoperability and increase confidence that the JSON output can be processed with predictable results. For example, this has implications on the range of integers that can be represented reliably, as well as on the top-level items that may be supported by older JSON implementations.
6.2. ~JSONから~CBORへの変換-法
すべての~JSON値は、 復号されたなら, 1 個以上の~CBOR値に直に対応付けられる。 ~CBORを生成するときと同じく,~number表現に関して裁定を下す必要がある。 示唆される変換は: ◎ All JSON values, once decoded, directly map into one or more CBOR values. As with any kind of CBOR generation, decisions have to be made with respect to number representation. In a suggested conversion:
-
小数部を伴わない~JSON~number(~integer~number)は、[ `~integer$ (`~major型$ ~IN { `0$mj, `1$mj } ) あるいは,場合によっては`~bignum$ ( `~major型$ `6$mj, `~tag番号$ ~IN { `2$tag, `3$tag } ) ]として,最短な形を選んで表現される — `~integer$のうち,実装~定義な~~上限より長いものは、 代わりに,`~float$値として表現され得る。 `~integer$として表現される既定の範囲は、 { −2`53^sup ~PLUS 1 〜 2`53^sup ~MINUS 1 } である (これは、 ~JSONを復号するときによく利用される,[ `倍-精度~float$表現における正確な~integer ]用の範囲 `RFC7493$r を全部的に活かす)。 [ ~CBORに基づく~protocol/ 汎用な変換器の実装 ]は、 次のどちらを選ぶこともある: ◎ JSON numbers without fractional parts (integer numbers) are represented as integers (major types 0 and 1, possibly major type 6, tag number 2 and 3), choosing the shortest form; integers longer than an implementation-defined threshold may instead be represented as floating-point values. The default range that is represented as integer is -253+1..253-1 (fully exploiting the range for exact integers in the binary64 representation often used for decoding JSON [RFC7493]). A CBOR-based protocol, or a generic converter implementation, may choose\
- { −2`32^sup 〜 2`32^sup ~MINUS 1 } および { −2`64^sup 〜 2`64^sup ~MINUS 1 } (~CBORにおいて[ ~uint32_t / ~uint64_t ]で可用な~integer範囲を全部的に利用する) ◎ -232..232-1 or -264..264-1 (fully using the integer ranges available in CBOR with uint32_t or uint64_t, respectively)\
- 【!or even】 { −2`31^sup 〜 2`31^sup ~MINUS 1 } および { −2`63^sup 〜 2`63^sup ~MINUS 1 } ([ 2 の補数による有符号`~integer$ ]用に普及している範囲を利用する) ◎ or even -231..231-1 or -263..263-1 (using popular ranges for two's complement signed integers).\
(当の~JSONが,ある~JS実装から生成されたものである場合、 その精度は,すでに最大 53 ~bitまでに制限される。) ◎ (If the JSON was generated from a JavaScript implementation, its precision is already limited to 53 bits maximum.)
- 小数部を伴う~numberは、 `~float$値として表現される — [ `倍-精度~float$により供される精度 ]に基づく,~decimalから~binaryへの変換を遂行することにより。 [ ~JSON~numberの `the mathematical value^en ]は、[ `IEEE754$r § 4.3.1 における `roundTiesToEven^en 手続- ]を利用して,`倍-精度~float$へ変換される。 この変換~結果を~CBOR内に符号化するときに選好される直列化は、 それを正確に表現している最短な`~float$表現を利用する — 一例として, 1.5 は、 `半-精度~float$値で表現される (最小な形を効率的に見出す能力が無い実装もあるが)。 この変換は、既定の`倍-精度~float$の精度を利用する代わりに,[ 表現される値の精度に影響する,実装~定義な精度 ]に制限され得る。 ~CBOR側において~decimal表現を利用するのは、 ~protocolにおいて,そう指定された場合に限るべきである。 ◎ Numbers with fractional parts are represented as floating-point values, performing the decimal-to-binary conversion based on the precision provided by IEEE 754 binary64. The mathematical value of the JSON number is converted to binary64 using the roundTiesToEven procedure in Section 4.3.1 of [IEEE754]. Then, when encoding in CBOR, the preferred serialization uses the shortest floating-point representation exactly representing this conversion result; for instance, 1.5 is represented in a 16-bit floating-point value (not all implementations will be capable of efficiently finding the minimum form, though). Instead of using the default binary64 precision, there may be an implementation-defined limit to the precision of the conversion that will affect the precision of the represented values. Decimal representation should only be used on the CBOR side if that is specified in a protocol.
~CBORは、 一般に[ ~JSONより~compactな符号化法 ]を供するよう設計された。 思い浮かぶであろう実装~策の一つは、 単独の~buffer内で, その場で,~JSONから~CBORへの符号化を遂行することである。 この策は、 いくつかの病的な事例を注意深く考慮する必要がある — ~stringのうち[ ~escapeは ごく少数に限られ, 255 ~byteより長く(または ずっと長く)表現されるもの ]のうち一部は、 ~CBOR内で`~UTF-8~string$として符号化するとき展開され得るなど 【この事例の どこが “病的” とされるのかよくわからない】。 類似に,~binary`~float$表現のうち少数のものは、 ~JSONにおける何らかの短い~decimal表現(例: 1.1, 1e9 )からの展開をもたらすかもしれない。 これを~~正しく行うのは難しいこともあり、 それによる脆弱性は,攻撃者により悪用されよう。 ◎ CBOR has been designed to generally provide a more compact encoding than JSON. One implementation strategy that might come to mind is to perform a JSON-to-CBOR encoding in place in a single buffer. This strategy would need to carefully consider a number of pathological cases, such as that some strings represented with no or very few escapes and longer (or much longer) than 255 bytes may expand when encoded as UTF-8 strings in CBOR. Similarly, a few of the binary floating-point representations might cause expansion from some short decimal representations (1.1, 1e9) in JSON. This may be hard to get right, and any ensuing vulnerabilities may be exploited by an attacker.
7. 将来における~CBORの発展
成功裡な~protocolは、 時間~越しに発展する — 新たな案が現れる/ 実装~platformが改善される/ 関係する~protocolが開発され,発展する/ 応用や~protocolからの新たな要件が追加される, など。 したがって、 ~protocolの発展を手助けすることは, ~protocolの開発においても重要な設計~上の考慮になる。 ◎ Successful protocols evolve over time. New ideas appear, implementation platforms improve, related protocols are developed and evolve, and new requirements from applications and protocols are added. Facilitating protocol evolution is therefore an important design consideration for any protocol development.
~CBORは、 それを利用する~protocol用に,その発展を手助けする有用な仕組みをいくつか供する。 このための最善な実施は、 特に~JSONに基づく~protocolの~JSON形式の開発から周知である。 したがって,そのような最善な実施は、 この仕様の視野から外れる。 ◎ For protocols that will use CBOR, CBOR provides some useful mechanisms to facilitate their evolution. Best practices for this are well known, particularly from JSON format development of JSON-based protocols. Therefore, such best practices are outside the scope of this specification.
しかしながら,~CBOR自身を手助けすることは、 この仕様の視野に入る。 ~CBORは、[ ~CBORに基づく~protocolの開発~用に安定的な基礎を供する ]かつ[ 発展-可能になる ]よう設計されている。 成功裡な~protocolは,数十年にわたって生き続けることもあるので、 ~CBORは,数十年にわたる利用と発展~用に設計される必要がある。 この節は、 ~CBORの発展~用に,いくつかの指導を供する。 それは、 この文書の他の各部より主観的にならざるを得ない。 それはまた、 不完全にならざるを得ない — ~protocol開発~用の教本の中へ転換されてしまいそうだが。 ◎ However, facilitating the evolution of CBOR itself is very well within its scope. CBOR is designed to both provide a stable basis for development of CBOR-based protocols and to be able to evolve. Since a successful protocol may live for decades, CBOR needs to be designed for decades of use and evolution. This section provides some guidance for the evolution of CBOR. It is necessarily more subjective than other parts of this document. It is also necessarily incomplete, lest it turn into a textbook on protocol development.
7.1. 拡張~地点
~protocol設計においては、 発展~用の機会は,拡張~地点の形で含まれることが多い。 例えば,ある符号点~空間は、 初めから全部的に割振られてはおらず, 当の~protocolは[ 初期~時には割振られてはいなかった符号点を,初めから利用する実装 ]を追認できるように設計されることもあろう。 ◎ In a protocol design, opportunities for evolution are often included in the form of extension points. For example, there may be a codepoint space that is not fully allocated from the outset, and the protocol is designed to tolerate and embrace implementations that start using more codepoints than initially allocated.
符号点~空間の~sizingは、 困難なこともある — その範囲を予測するのは難しいこともあるので。 ~protocol設計は、[ ~protocolに意図される存続期間の中で、 当の符号点~空間が簡単に埋め尽くされない ]よう,十分~大きくとるよう試みるべきである。 ◎ Sizing the codepoint space may be difficult because the range required may be hard to predict. Protocol designs should attempt to make the codepoint space large enough so that it can slowly be filled over the intended lifetime of the protocol.
~CBORには、 主要な拡張~地点として,次に挙げる 3 種がある: ◎ CBOR has three major extension points:
- `単純~値$用の空間(`~major型$ `7$mj 内の値) ◎ the "simple" space (values in major type 7):
- 小さな~numberに限って割振られた, 24 個の効率的な(および 224 個の少しだけ効率的でない)値。 その値の構造は,~~実際に単純なので、 実装は,受信した単純~data~itemが未知であっても容易に処理できよう。 [ `9.1§ における~IANA~registry ]が[ この符号点~空間の拡張能に取組むための適切な仕方 ]になる。 ◎ Of the 24 efficient (and 224 slightly less efficient) values, only a small number have been allocated. Implementations receiving an unknown simple data item may easily be able to process it as such, given that the structure of the value is indeed simple. The IANA registry in Section 9.1 is the appropriate way to address the extensibility of this codepoint space.
- `~tag$用の空間(`~major型$ `6$mj 内の値) ◎ the "tag" space (values in major type 6):
- 符号点~空間の総量は膨大であり、 割振られた符号点は僅かしかない。 しかしながら,[ これらの符号点~すべてが等しく効率的 ]ではない: 最初の 24 個は、 1 個の~byte(先頭~byteのみ)しか消費しない — うち半分は,すでに割振られている。 その次の 232 個の値は、 2 個の~byte(先頭~byte + 1 ~byte)しか消費しない — うち およそ 4 分の 1 は,すでに割振られている。 これらの下位-空間は、 あと何十年かは残り続けるよう,何らかの精選が必要である。 未知な`~tag番号$を受信している実装は、[ 封入された`~tag内容$だけを処理する ]か[ 当の`~tag$を[ その`~tag内容$を包装している未知な`~tag番号$ ]として処理する ]かを選べる — 後者が好ましいが。 [ `9.2§ における~IANA~registry ]が[ この符号点~空間の拡張能に取組むための適切な仕方 ]になる。 ◎ The total codepoint space is abundant; only a tiny part of it has been allocated. However, not all of these codepoints are equally efficient: the first 24 only consume a single ("1+0") byte, and half of them have already been allocated. The next 232 values only consume two ("1+1") bytes, with nearly a quarter already allocated. These subspaces need some curation to last for a few more decades. Implementations receiving an unknown tag number can choose to process just the enclosed tag content or, preferably, to process the tag as an unknown tag number wrapping the tag content. The IANA registry in Section 9.2 is the appropriate way to address the extensibility of this codepoint space.
- `追加l情報$用の空間 ◎ the "additional information" space:
- 追加l情報として未知な値を受信している実装には,復号を継続する仕方は無いので、 この空間~内に符号点を割振ることは,[ 拡張~地点を行使するだけに過ぎないもの ]を超える主要な段になる。 また、 残された符号点は,ごく少数しかない。 `7.2§ も見よ。 ◎ An implementation receiving an unknown additional information value has no way to continue decoding, so allocating codepoints in this space is a major step beyond just exercising an extension point. There are also very few codepoints left. See also Section 7.2.
7.2. 追加l情報~用の空間の精選-法
ヒトはときには、 小さな “隙間” を知覚したとき,そこを埋めて白黒つけたがる。 `追加l情報$用の符号点~空間に残された値の隙間は、 その~~存在自体が新たな案を引き寄せるものになると予期される。 ◎ The human mind is sometimes drawn to filling in little perceived gaps to make something neat. We expect the remaining gaps in the codepoint space for the additional information values to be an attractor for new ideas, just because they are there.
~CBORの現~versionは、 追加l情報~用の符号点~空間を~IANA~registryにより管理しない — この空間の割振りを行い得るのは、 この仕様を更新することに限られる。 ◎ The present specification does not manage the additional information codepoint space by an IANA registry. Instead, allocations out of this space can only be done by updating this specification.
`追加l情報$値 %n ~IN { `24^ai, `25^ai, `26^ai, `27^ai } の場合、 追加的な~dataの~sizeは 2%n ~MINUS 24 ~byteになる。 したがって、 `追加l情報$値[ `28^ai / `29^ai ]も,~CBOR~protocolに それらを追加する必要が発生する事例では[ 128 ~bit / 256 ~bit ]~size用の候補と見るべきである。 一般的な割振り用に可用な`追加l情報$値は `30^ai のみであり、 特段に良い理由が無い限り,[ ~CBORの現~versionの更新を通してアテガう前 ]に割振るべきではない。 ◎ For an additional information value of n >= 24, the size of the additional data typically is 2n-24 bytes. Therefore, additional information values 28 and 29 should be viewed as candidates for 128-bit and 256-bit quantities, in case a need arises to add them to the protocol. Additional information value 30 is then the only additional information value available for general allocation, and there should be a very good reason for allocating it before assigning it through an update of the present specification.
8. 診断用の記法
~CBORは、 ~binary交換~形式である。 文書化と~debug法を手助けするため — 特に,~debug時に協力している実体どうしの通信を手助けするため — この節は、 ヒトが可読な単純な診断用の記法を定義する。 【すなわち、~CBOR~data~itemをヒトが可読な~textに変換するための規則を定義する。】 実際の交換は、 すべて,常に~binary形式~内に起こる。 ◎ CBOR is a binary interchange format. To facilitate documentation and debugging, and in particular to facilitate communication between entities cooperating in debugging, this section defines a simple human-readable diagnostic notation. All actual interchange always happens in the binary format.
これは、 真に診断用の形式であり, 構文解析されることは意味されないことに注意。 したがって,この文書においては、 (~ABNFのような)正式な定義は与えられない。 (`~data~item$を環境設定~file内に表現するために, ~textに基づく形式を探している実装者は、 ~YAML `YAML$r を考慮するよう求めることもあろう。) ◎ Note that this truly is a diagnostic format; it is not meant to be parsed. Therefore, no formal definition (as in ABNF) is given in this document. (Implementers looking for a text-based format for representing CBOR data items in configuration files may also want to consider YAML [YAML].)
診断用の記法は、 `RFC8259$r に定義される~JSONに緩く基づくが, 必要な所では それを拡張する。 ◎ The diagnostic notation is loosely based on JSON as it is defined in RFC 8259, extending it where needed.
-
この記法は、 次に挙げるもの用に,~JSON構文を借用する ⇒# ~number(`~integer$, `~float$), `true$i ( `true^dg ), `false$i ( `false^dg ), `null$i ( `null^dg ), `~UTF-8~string$, `~array$, `~map$
(`~map$は、 ~JSONにおいては~objectと呼ばれる — ここでの診断用の記法は、 `~key$が占める位置に どの~data~itemも許容するよう,~JSONを拡張する)。
◎ The notation borrows the JSON syntax for numbers (integer and floating-point), True (>true<), False (>false<), Null (>null<), UTF-8 strings, arrays, and maps (maps are called objects in JSON; the diagnostic notation extends JSON here by allowing any data item in the key position).\ - `undefined$i は、 ~JSと同じく `undefined^dg と書かれる。 ◎ Undefined is written >undefined< as in JavaScript.\
- 非-有限な`~float$ — ~Infinity, −~Infinity, ~NaN — は、 そのまま[ `Infinity^dg, `-Infinity^dg, `NaN^dg ]として書かれる (これらは、 ~JSONにおいては許容されないが,~JSおいて書かれ得る仕方でもある)。 ◎ The non-finite floating-point numbers Infinity, -Infinity, and NaN are written exactly as in this sentence (this is also a way they can be written in JavaScript, although JSON does not allow them).\
-
`~tag$は、 `~tag番号$用の~integer~numberに[ 丸括弧で括られた`~tag内容$ ]が後続するものとして書かれる。 ◎ A tag is written as an integer number for the tag number, followed by the tag content in parentheses;\
一例として、 ~RFC 3339 (~ISO 8601)に指定される形式による日付は, 次の (A) あるいは (A) に等価な相対~時刻 (B) として記すこともできる ⇒# (A) `0("2013-03-21T20:04:00Z")^dg / (B) `1(1363896240)^dg ◎ for instance, a date in the format specified by RFC 3339 (ISO 8601) could be notated as: • 0("2013-03-21T20:04:00Z") or the equivalent relative time as the following: • 1(1363896240)
-
`~byte~string$は、 各種~base-符号化法のうちいずれかで記される — それらは、 補充~文字を伴わず, 一重-引用符で括られ, 次が接頭される ⇒# ~base16用には `h^dg / ~base32用には `b32^dg / ~base32hex用には `h32^dg / ~base64用には `b64^dg / ~base64url用には `b64^dg ◎ Byte strings are notated in one of the base encodings, without padding, enclosed in single quotes, prefixed by >h< for base16, >b32< for base32, >h32< for base32hex, >b64< for base64 or base64url\
(実際の符号化法は重合しないので、 これらの~stringは【どの~base-符号化法によるかは】一義的であり続ける)。 例えば,`~byte~string$ `12345678^X は、 次に挙げるどれで書くこともできる ⇒# `h'12345678'^dg / `b32'CI2FM6A'^dg / `b64'EjRWeA'^dg ◎ (the actual encodings do not overlap, so the string remains unambiguous). For example, the byte string 0x12345678 could be written h'12345678', b32'CI2FM6A', or b64'EjRWeA'.
- `単純~値$のうち,何も【意味論が】アテガわれていないものは、 `simple()^dg として — 丸括弧~内に その値を与える~integerを伴って — 与えられる。 例えば `simple(42)^dg は、[ `~major型$ `7$mj, 値 42 ]を指示する。 ◎ Unassigned simple values are given as "simple()" with the appropriate integer in the parentheses. For example, "simple(42)" indicates major type 7, value 42.
ここに定義される診断用の記法に有用な拡張のいくつかは、 `RFC8610$r `§ 拡張された診断用の記法( EDN )@~RFCx/rfc8610#appendix-G$ にて供される。 類似に,この記法は、 別々な文書において, `NaN payload^en 用の文書化を供するために拡張され得る — それについては、この文書は受持たない。 ◎ A number of useful extensions to the diagnostic notation defined here are provided in Appendix G of [RFC8610], "Extended Diagnostic Notation" (EDN). Similarly, this notation could be extended in a separate document to provide documentation for NaN payloads, which are not covered in this document.
8.1. 符号化法~指示子
ときには、[ いくつかある代替な表現のうち どれが実際に利用されたか ]を[ 診断用の記法により指示する ]ことが有用になることもある — 例えば, 診断用の復号器により `1.5^dg と書かれた ある~data~itemは、[ `半-精度$/`単-精度$/`倍-精度$ ]のうち どの`~float$として符号化されたものか~~判別できない。 ◎ Sometimes it is useful to indicate in the diagnostic notation which of several alternative representations were actually used; for example, a data item written >1.5< by a diagnostic decoder might have been encoded as a half-, single-, or double-precision float.
規約として、[[ 英数字, ~underscore ]のみからなり,最初の文字は~underscoreである文字~並び ] — 例: `_^dg / `_3^dg — は,符号化法の指示子を成す — この情報に関心がない者は、 それらを無視できる。 符号化法~指示子は、 常に省略可能である。 ◎ The convention for encoding indicators is that anything starting with an underscore and all following characters that are alphanumeric or underscore is an encoding indicator, and can be ignored by anyone not interested in this information. For example, _ or _3. Encoding indicators are always optional.
[ ~data~itemが`不定長$な形式で表現されたこと ]を指示するためとして、[ `~map$の左~波括弧/`~array$の左~角括弧 ]の後に 1 個の~underscoreを書ける。 例えば, `[_ 1, 2s]^dg は、[ `不定長$な表現が,~data~item [1, 2] を表現するために利用された ]ことを指示する。 ◎ A single underscore can be written after the opening brace of a map or the opening bracket of an array to indicate that the data item was represented in indefinite-length format. For example, [_ 1, 2] contains an indicator that an indefinite-length representation was used to represent the data item [1, 2].
[ ~underscoreのうち,数字 %n が後続するもの ]は、[ 先行している~item (あるいは、[ `~array$/`~map$ ]用には,先行している[ 角括弧/波括弧 ]で開始している~item) は、 `追加l情報$の値 ( 24 ~PLUS %n ) を伴って符号化されたこと ]を指示する。 例えば, `1.5_1^dg は`半-精度~float$である一方、 `1.5_3^dg は`倍-精度~float$として符号化されたものである。 この符号化法~指示子は、 `A§ においては示されない。 (したがって、 符号化法~指示子 `_^dg は全部的な形 `_7^dg の略語であり【なぜ?】,利用されないことに注意。) ◎ An underscore followed by a decimal digit n indicates that the preceding item (or, for arrays and maps, the item starting with the preceding bracket or brace) was encoded with an additional information value of 24+n. For example, 1.5_1 is a half-precision floating-point number, while 1.5_3 is encoded as double precision. This encoding indicator is not shown in Appendix A. (Note that the encoding indicator "_" is thus an abbreviation of the full form "_7", which is not used.)
`不定長$な[ `~byte~string$/`~text~string$ ]を成す~chunk構造の詳細は、[ `(_ h'0123', h'4567')^dg / `(_ "foo", "bar")^dg ]の形で記せる。 しかしながら,`不定長$な~stringが 0 個の~chunkからなる場合、 `(_ )^dg は[ `~byte~string$( `5fff^X )/`~text~string$( `7fff^X ) ]どちらが意味されるのか多義的になるので, この形は利用されない — 代わりに,[ ~chunkが無い事例~用に限るものとして予約される基本的な形 ][ `''_^dg / `""_^dg ]を利用できる。 これは、[ 空な(許可されるが,本当に有用ではない)~chunkたち のみからなる符号化 ]用の短い形ではない — そのような符号化は、 当の~chunk構造を保全するよう,[ `(_ '')^dg / `(_ "")^dg ], 等々として記される必要がある。 ◎ The detailed chunk structure of byte and text strings of indefinite length can be notated in the form (_ h'0123', h'4567') and (_ "foo", "bar"). However, for an indefinite-length string with no chunks inside, (_ ) would be ambiguous as to whether a byte string (0x5fff) or a text string (0x7fff) is meant and is therefore not used. The basic forms ''_ and ""_ can be used instead and are reserved for the case of no chunks only -- not as short forms for the (permitted, but not really useful) encodings with only empty chunks, which need to be notated as (_ ''), (_ ""), etc., to preserve the chunk structure.
9. ~IANA考慮点
~IANAは、 新たな~CBOR値~用として 2 つの~registryを作成した。 これらの~registryは,別々であり、 他の~registryの傘下にはないことに加え, `RFC8126$r 内の規則に従う。 ~IANAはまた、[ 新たな~MIME型【 `9.3§ 】, それに結付けられる~CoAP内容~形式~entry【 `9.4§ 】, 有構造~構文~接尾辞【 `9.5§ 】 ]もアテガった。 ◎ IANA has created two registries for new CBOR values. The registries are separate, that is, not under an umbrella registry, and follow the rules in [RFC8126]. IANA has also assigned a new media type, an associated CoAP Content-Format entry, and a structured syntax suffix.
9.1. ~CBOR単純~値~registry
~IANAは、 `IANA.cbor-simple-values$r にて, `~CBOR単純~値~registry^cite を作成した。 その初期~値は、 `表t 4@#fpnoconttbl2$ に示される。 ◎ IANA has created the "Concise Binary Object Representation (CBOR) Simple Values" registry at [IANA.cbor-simple-values]. The initial values are shown in Table 4.
範囲 { 0 〜 19 } 内の新たな~entryは、 `標準~化を通して$ `RFC8126$r アテガわれる。 ~IANAが[ ~~連続的な~block(もし在れば【?】)用に より低い【?】~numberを予約する ]ために[ ~number 16 から開始する値 ]を割振ることが示唆される。 ◎ New entries in the range 0 to 19 are assigned by Standards Action [RFC8126]. It is suggested that IANA allocate values starting with the number 16 in order to reserve the lower numbers for contiguous blocks (if any).
範囲 { 32 〜 255 } 内の新たな~entryは、 `仕様が要求され$る下でアテガわれる。 【 `RFC8126$r 】。 ◎ New entries in the range 32 to 255 are assigned by Specification Required.
9.3. ~MIME型~registry
[ 単独の`符号化された~data~item$ ]用の~MIME型 `RFC6838$r は、 ~MIME型~registry `IANA.media-types$r にて定義されるとおり, `application/cbor^c である: ◎ The Internet media type [RFC6838] ("MIME type") for a single encoded CBOR data item is "application/cbor" as defined in the "Media Types" registry [IANA.media-types]:
- 型~名 ⇒ `application^c ◎ Type name: • application
- 下位-型~名 ⇒ `cbor^c ◎ Subtype name: • cbor
- 要求される~parameter ⇒ 可用でない ◎ Required parameters: • n/a
- 省略可能な~parameter ⇒ 可用でない ◎ Optional parameters: • n/a
- 符号化法の考慮点 ⇒ ~binary ◎ Encoding considerations: • Binary
- ~securityの考慮点 ⇒ ~RFC 8949 (この仕様) `10§ を見よ。 ◎ Security considerations: • See Section 10 of RFC 8949.
- 相互運用能の考慮点 ⇒ 可用でない ◎ Interoperability considerations: • n/a
- 公表された仕様 ⇒ ~RFC 8949 ◎ Published specification: • RFC 8949
- この~MIME型を利用する応用 ⇒ 多数 ◎ Applications that use this media type: • Many
-
追加的な情報 ◎ Additional information:
- `Magic number(s)^en ⇒ 可用でない ◎ Magic number(s): • n/a
- ~file拡張子 ⇒ `.cbor^c ◎ File extension(s): • .cbor
- `Macintosh file type code(s)^en ⇒ 可用でない ◎ Macintosh file type code(s): • n/a
- さらなる情報の連絡先を成す `Person & email address^en ⇒ ~IETF~CBOR~WG (cbor@ietf.org) / ~IETF `Applications and Real-Time Area^en (art@ietf.org) ◎ Person & email address to contact for further information • IETF CBOR Working Group (cbor@ietf.org) or IETF Applications and Real-Time Area (art@ietf.org)
- 意図される用法 ⇒ 共通( `COMMON^en ) ◎ Intended usage: • COMMON
- 用法に対する制約 ⇒ なし ◎ Restrictions on usage: • none
- 著作者 ⇒ ~IETF~CBOR~WG( cbor@ietf.org ) ◎ Author: • IETF CBOR Working Group (cbor@ietf.org)
- 変更~制御者 ⇒ ~IESG( iesg@ietf.org ) ◎ Change controller: • The IESG (iesg@ietf.org)
9.4. ~CoAP内容~形式~registry
~CBOR用の~CoAP内容~形式 ( `Constrained Application Protocol^en(拘束された応用~protocol)用の `Content-Format^en ) は、 `~CoRE~parameter~registry^cite ( `Constrained RESTful Environments Parameters^en ) `IANA.core-parameters$r の中の `“~CoAP内容~形式” 下位-~registry@~IANA-a/core-parameters#content-formats$ ]内に登録された: ◎ The CoAP Content-Format for CBOR has been registered in the "CoAP Content-Formats" subregistry within the "Constrained RESTful Environments (CoRE) Parameters" registry [IANA.core-parameters]:
- ~MIME型 ⇒ `application/cbor^c ◎ Media Type: • application/cbor
- 符号化法 ⇒ —【記載なし】 ◎ Encoding: • -
- ~ID ⇒ 60 ◎ ID: • 60
- 参照 ⇒ ~RFC 8949 ◎ Reference: • RFC 8949
9.5. 有構造~構文~接尾辞~registry
[ 単独の`符号化された~data~item$に基づく~MIME型 ]用の有構造~構文~接尾辞 `RFC6838$r は、 `+cbor^c であり,~IANAが 有構造~構文~接尾辞( `Structured Syntax Suffixes^en )~registry `IANA.structured-suffix$r 内に登録した: ◎ The structured syntax suffix [RFC6838] for media types based on a single encoded CBOR data item is +cbor, which IANA has registered in the "Structured Syntax Suffixes" registry [IANA.structured-suffix]:
- 名前 ⇒ ~CBOR( `Concise Binary Object Representation^en ) ◎ Name: • Concise Binary Object Representation (CBOR)
- `+^c 接尾辞 ⇒ `+cbor^c ◎ +suffix: • +cbor
- 参照 ⇒ ~RFC 8949 ◎ References: • RFC 8949
- 符号化法の考慮点 ⇒ ~CBORは~binary形式である。 ◎ Encoding Considerations: • CBOR is a binary format.
- 相互運用能の考慮点 ⇒ 可用でない ◎ Interoperability Considerations: • n/a
-
素片~識別子の考慮点: ◎ Fragment Identifier Considerations:
- `+cbor^c 用に指定される素片~識別子の[ 構文と意味論 ]は、 "`application/cbor^c" 用に指定されたものと同じになるベキである。 ( ~RFC 8949 の公表~当時は、 "`application/cbor^c" 用に定義された素片~識別~構文は無かった。) ◎ The syntax and semantics of fragment identifiers specified for +cbor SHOULD be as specified for "application/cbor". (At publication of RFC 8949, there is no fragment identification syntax defined for "application/cbor".)
- 特定の "`xxx/yyy+cbor^c" 用の素片~識別子~用の[ 構文と意味論 ]は、[ 次に該当する事例では `+cbor^c / 他の事例では "`xxx/yyy+cbor^c" ]用の規則に指定されたとおりに処理するベキである ⇒ [ `+cbor^c にて定義される ]かつ[ 当の素片~識別子は `+cbor^c 規則に従って解決される ] ◎ The syntax and semantics for fragment identifiers for a specific "xxx/yyy+cbor" SHOULD be processed as follows: • For cases defined in +cbor, where the fragment identifier resolves per the +cbor rules, then process as specified in +cbor. • For cases defined in +cbor, where the fragment identifier does not resolve per the +cbor rules, then process as specified in "xxx/yyy+cbor". • For cases not defined in +cbor, then process as specified in "xxx/yyy+cbor".
- ~securityの考慮点 ⇒ ~RFC 8949 の `10§ を見よ。 ◎ Security Considerations: • See Section 10 of RFC 8949.
- 連絡先 ⇒# ~IETF~CBOR~WG( cbor@ietf.org )/ ~IETF `Applications and Real-Time Area^en( art@ietf.org ) ◎ Contact: • IETF CBOR Working Group (cbor@ietf.org) or IETF Applications and Real-Time Area (art@ietf.org)
- 著作者/変更~制御者 ⇒ ~IETF ◎ Author/Change Controller: • IETF
10. ~securityの考慮点
~networkに面している応用は、 流入してくる~data用の処理~logic内に脆弱性を呈し得る。 複階的な構文解析器は、そのような脆弱性の~sourceになる見込みが高いことが周知である — [ ある【~network】~nodeを,~remoteから~crashする能 ], さらには[ ~node上で任意な~codeを,~remoteから実行する ]など。 ~CBORは、[ アリな所では[ 符号化-可能な値の範囲を成す すべてに意味を与える ]ことにより,構文解析器の複階性を抑制する ]ことにより,[ そのような脆弱性を導入する機会を狭める ]よう試みる。 ◎ A network-facing application can exhibit vulnerabilities in its processing logic for incoming data. Complex parsers are well known as a likely source of such vulnerabilities, such as the ability to remotely crash a node, or even remotely execute arbitrary code on it. CBOR attempts to narrow the opportunities for introducing such vulnerabilities by reducing parser complexity, by giving the entire range of encodable values a meaning where possible.
~CBOR復号器は、[ 未検証な入力を処理するときの最初の段 ]として利用されることが多いので, あらゆる型の敵対的な入力 — `~data~item$を復号している~system[ を[ 破損する/~overrunする ]/ の制御を達成する ]よう設計され得る入力 — に対し全部的に準備する必要がある。 ~CBOR復号器は、[ すべての入力は敵対的であり得る ]と見做す必要がある — ある~firewallにより検査されようが, ~TLSなどの~secureな~channel越しに来ようが, 暗号化されようが, 署名されていようが, 信用-済みと~~推定された他の何らかの~sourceから来ようが。 ◎ Because CBOR decoders are often used as a first step in processing unvalidated input, they need to be fully prepared for all types of hostile input that may be designed to corrupt, overrun, or achieve control of the system decoding the CBOR data item. A CBOR decoder needs to assume that all input may be hostile even if it has been checked by a firewall, has come over a secure channel such as TLS, is encrypted or signed, or has come from some other source that is presumed trusted.
`4.1§は、[ 選好されない直列化を利用する~CBOR符号化器 ]からの入力に対し[ 拘束された~CBOR復号器を利用するとき ]の[ 相互運用能における制限 ]を成す例を与える。 ある~data~itemが[ そのような拘束された復号器, 全部的な復号器 ]両者により消費されるとき、 それは[ 内容を[ 注入-/操作- ]できる攻撃者により悪用され得る ]~securityの課題に至り得る。 ◎ Section 4.1 gives examples of limitations in interoperability when using a constrained CBOR decoder with input from a CBOR encoder that uses a non-preferred serialization. When a single data item is consumed both by such a constrained decoder and a full decoder, it can lead to security issues that can be exploited by an attacker who can inject or manipulate content.
この文書~全体を通して論じたとおり、[ 一部の状況下においては “等価である” が,他においては “等価でない” ]と見なされ得る多くの値がある。 一つだけ例を挙げると、 ~number “1” 用の数量-値は,[ `~integer$, `~bignum$ ]どちらでも表出され得る。 ~CBOR入力を解釈している~systemは、 ~number “1” 用の形として, 両方とも受容するかもしれないし,片方だけ(または両方とも)却下するかもしれない。 そのような[ 受容/却下 ]には、 解釈された入力を利用している~programに対し,~securityの含意があり得る。 ◎ As discussed throughout this document, there are many values that can be considered "equivalent" in some circumstances and "not equivalent" in others. As just one example, the numeric value for the number "one" might be expressed as an integer or a bignum. A system interpreting CBOR input might accept either form for the number "one", or might reject one (or both) forms. Such acceptance or rejection can have security implications in the program that is using the interpreted input.
敵対的な入力は、[ ~bufferを~overrunする, ~integer算術を[ ~overflow/~underflow ]させるその他,復号を妨害する原因になるよう構築され得る。 `~data~item$の[ 長さ/~size ]は、 意図的に極めて大きいか, 短か過ぎるものにされるかもしれない。 資源~枯渇~攻撃は、[ ~~巨大な~data~item(~string, `~array$, `~map$, 精度が任意な~number)を割振るよう,復号器を誘い込む/ 深く入子にされた~itemを設定しておくことにより,~stackの深さを枯渇させる ]よう試みるかもしれない。 復号器は、 適切な資源~管理により,これらの攻撃を軽減する必要がある。 (~sizeが~~巨大な~itemは、 ~integer~overflowの脆弱性を悪用しようと試みるものかもしれない。) ◎ Hostile input may be constructed to overrun buffers, to overflow or underflow integer arithmetic, or to cause other decoding disruption. CBOR data items might have lengths or sizes that are intentionally extremely large or too short. Resource exhaustion attacks might attempt to lure a decoder into allocating very big data items (strings, arrays, maps, or even arbitrary precision numbers) or exhaust the stack depth by setting up deeply nested items. Decoders need to have appropriate resource management to mitigate these attacks. (Items for which very large sizes are given can also attempt to exploit integer overflow vulnerabilities.)
~CBOR復号器が受容するのは、 定義により,`整形式$な~CBORに限られる — これは、 その堅牢性を成す最初の段である。 入力が`整形式$な~CBORでない場合、 整形式性の欠如が検出された地点で処理を終わらすことになる。 アリな場合は、[ この地点までに復号された~dataは、 当の~CBOR復号器を利用している応用には何ら影響iしない ]べきである。 ◎ A CBOR decoder, by definition, only accepts well-formed CBOR; this is the first step to its robustness. Input that is not well-formed CBOR causes no further processing from the point where the lack of well-formedness was detected. If possible, any data decoded up to this point should have no impact on the application using the CBOR decoder.
整形式性を見極めることに加えて、 ~CBOR復号器は,~CBOR~dataに対し妥当性~検査も遂行するかもしれない。 代替として、 復号器は,そのような検査を当の復号器を利用している応用に委ねることもできる。 どちらを選ぶかは、 当の復号器において明瞭に文書化される必要がある。 応用は、[ ~CBOR~levelにおける妥当性 ]のみならず,[ ~CBORに直列化された入力が応用~protocolに倣っていること ]も見極める必要もある。 ◎ In addition to ascertaining well-formedness, a CBOR decoder might also perform validity checks on the CBOR data. Alternatively, it can leave those checks to the application using the decoder. This choice needs to be clearly documented in the decoder. Beyond the validity at the CBOR level, an application also needs to ascertain that the input is in alignment with the application protocol that is serialized in CBOR.
入力に対する検査~自体も,資源を消費し得る。 これは、 通例的には,入力の~sizeに線形である — すなわち、[ 攻撃者が費やす資源 ]は[ 防御者が入力~検証に費やす資源 ]に比例するようになる必要がある。 しかしながら,攻撃者は、[ 自身が生産するより,~target復号器が処理する方が長くかかる ]ように入力を細工-可能かもしれない。 精度が任意な~number用の処理は、 線形な労を超過し得る。 また,[ ~memory内で`~map$の表現を築くために, 復号器により利用される一部の~hash~table実装 ]は、 何らかの軽減 — ある秘匿な`~key$ ( `SIPHASH_LNCS$r § 7, および `SIPHASH_OPEN$r も見よ) など — が使役されない限り, 2 乗に比例する労を費やすよう攻撃され得る。 そのような線形を超える労は、[ 入力~検証器,あるいは その前 ]にて資源を枯渇させるよう,攻撃者により悪用され得る — したがって、 ~CBOR復号器~実装においては,それらを避ける必要がある。 [ `~tag番号$定義, その実装 ]は、 この種類の~security考慮点を追加し得ることに注意 — これは、[ `~tag番号$定義の~security考慮点 ]にて さらに論じられるべきである。 ◎ The input check itself may consume resources. This is usually linear in the size of the input, which means that an attacker has to spend resources that are commensurate to the resources spent by the defender on input validation. However, an attacker might be able to craft inputs that will take longer for a target decoder to process than for the attacker to produce. Processing for arbitrary-precision numbers may exceed linear effort. Also, some hash-table implementations that are used by decoders to build in-memory representations of maps can be attacked to spend quadratic effort, unless a secret key (see Section 7 of [SIPHASH_LNCS], also [SIPHASH_OPEN]) or some other mitigation is employed. Such superlinear efforts can be exploited by an attacker to exhaust resources at or before the input validator; they therefore need to be avoided in a CBOR decoder implementation. Note that tag number definitions and their implementations can add security considerations of this kind; this should then be discussed in the security considerations of the tag number definition.
~CBOR符号化器は、 入力を~networkから直に受信しない — したがって,~CBOR復号器と同じ仕方で直に攻撃-可能ではない。 しかしながら,~CBOR符号化器は、 実装~内の別の~levelから入力をとる~APIを備えることが多く, その~APIを通して攻撃され得る。 その~APIの設計と実装は、[ その~call元~の挙動は[ 敵対的な入力/~code化における誤ち ]に基づき得る ]ものと見做すべきである。 それは、[ ~buffer~overrun, ~integer算術の~overflowや~underflow ]その他,そのような[ 符号化器を妨害することを目指す~error ]用に入力を検査するべきである。 ◎ CBOR encoders do not receive input directly from the network and are thus not directly attackable in the same way as CBOR decoders. However, CBOR encoders often have an API that takes input from another level in the implementation and can be attacked through that API. The design and implementation of that API should assume the behavior of its caller may be based on hostile input or on coding mistakes. It should check inputs for buffer overruns, overflow and underflow of integer arithmetic, and other such errors that are aimed to disrupt the encoder.
~protocolは、[ 複数の解釈があり得る所では,単独の解釈に依拠-可能に抑制される ]ような仕方で定義されるべきである。 例えば,攻撃者は、[ `妥当$でない入力 — `~map$内の重複な`~key$など — を用立てる ]ことも,[ ~numberの処理において精度が異なることを悪用する ]こともできる — ある応用の裁定に利用される解釈が,別の応用のそれとは異なるようにするために。 一貫した解釈を手助けするため、[ 符号化器/復号器 ]実装は,演算の妥当性を検査する~modeを供するべきである ( `5.4§ )。 しかしながら,汎用な復号器は、[ ある応用が入力~dataに対し課す すべての要件 ]について知り得ないことに注意 — したがって、 応用は,[ 自前の入力~検査ngを遂行すること ]から免れることはない。 また,定義-済みな`~tag番号$たちが成す集合は発展するので、 応用は,[ 自身が利用する汎用な復号器による妥当性~検査ngにおいては,まだ~supportされない`~tag番号$ ]を使役することもある。 したがって、 汎用な復号器は,自身が[ どの`~tag番号$を~supportするか,それに対し いかなる妥当性~検査ngを供するか ]を文書化する必要がある — 基本的な~CBOR用のそれ(~UTF-8の検査ng, 重複な`~map~key$の検査ng)のみならず。 ◎ Protocols should be defined in such a way that potential multiple interpretations are reliably reduced to a single interpretation. For example, an attacker could make use of invalid input such as duplicate keys in maps, or exploit different precision in processing numbers to make one application base its decisions on a different interpretation than the one that will be used by a second application. To facilitate consistent interpretation, encoder and decoder implementations should provide a validity-checking mode of operation (Section 5.4). Note, however, that a generic decoder cannot know about all requirements that an application poses on its input data; it is therefore not relieving the application from performing its own input checking. Also, since the set of defined tag numbers evolves, the application may employ a tag number that is not yet supported for validity checking by the generic decoder it uses. Generic decoders therefore need to document which tag numbers they support and what validity checking they provide for those tag numbers as well as for basic CBOR (UTF-8 checking, duplicate map key checking).
`3.4.3§ は、[ 所与の~numberを符号化するときの選択肢として[ 基本的な`~integer$に代えて,選好されない`~bignum$表現を利用すること ]には,応用~意味論があるものとは意図されない ]が[ ~CBOR~dataを受信している ある応用が, 基本的な`汎用~data~model$において復号器を利用している場合には、 そのような意味論があり得る ]ことを注記する。 この~~不一致は、 この 2 つの意味論が相違する場合に,~securityの課題の原因になる。 したがって,~CBORを利用している応用は、 ~CBOR~dataの各~利用に対し,自身が利用している~data~modelを指定する必要がある。 ◎ Section 3.4.3 notes that using the non-preferred choice of a bignum representation instead of a basic integer for encoding a number is not intended to have application semantics, but it can have such semantics if an application receiving CBOR data is using a decoder in the basic generic data model. This disparity causes a security issue if the two sets of semantics differ. Thus, applications using CBOR need to specify the data model that they are using for each use of CBOR data.
~CBOR~dataを他の形式へ変換することは共通的にある。 多くの事例では、 ~CBORは,他の形式より表現力が高い型を備える — このことは、 特に,共通的な~JSONへの変換に該当する。 型~情報の喪失は、[ 表現力に劣る~dataを処理している~system ]において,~securityの課題の原因になり得る。 ◎ It is common to convert CBOR data to other formats. In many cases, CBOR has more expressive types than other formats; this is particularly true for the common conversion to JSON. The loss of type information can cause security issues for the systems that are processing the less-expressive data.
`6.2§ は、 場合によっては共通的な用法~局面を成す[ ~CBORと~JSONの間での変換-法 ]を述べる — それは、 攻撃者が[ その変換を当の応用が遂行していること ]を知る場合に,攻撃を許容するものにもなる。 ◎ Section 6.2 describes a possibly common usage scenario of converting between CBOR and JSON that could allow an attack if the attacker knows that the application is performing the conversion.
次における~securityの考慮点も,~CBORに関連する ⇒ `RFC4648$r による[ ~base16/~base64 ]の利用, `RFC3629$r による~UTF-8の利用 ◎ Security considerations for the use of base16 and base64 from [RFC4648], and the use of UTF-8 from [RFC3629], are relevant to CBOR as well.
A. 符号化された~CBOR~data~itemの例
この節の `表t 6@#table_examples$ は、 2 列目に[ ~CBORに符号化された値 ]を~hexadecimalで, 1 列目に それ用の診断用の記法を供する。 診断用の記法における~string[ "`\u00fc^dg" は, 1 個の~Unicode文字 `00FC^U `LATIN SMALL LETTER U WITH DIAERESIS^cn `ü^smb / "`\u6c34^dg" は, 1 個の~Unicode文字 `6C34^U `CJK UNIFIED IDEOGRAPH-6C34^cn `水^smb / "`\ud800\udd51^dg" は, 1 個の~Unicode文字 `10151^U (`GREEK ACROPHONIC ATTIC FIFTY STATERS^cn `𐅑^smb ]からなる`~UTF-8~string$を表すことに注意。 (これらの文字は、 ~ASCIIのみによる指定が要求されない場合には,[ 診断用の記法においては、 ~nativeな~UTF-8 【すなわち、 "`ü^dg" 等々,~Unicode文字 そのまま】 でも表現できる ]ことに注意)。 `~bignum$用に供される診断用の記法においては、 それらに意図される数量-値は~decimal~number(例: 18446744073709551616 )として示される — ~tag付き`~byte~string$(例: `2(h'010000000000000000'^c )ではなく。 ◎ The following table provides some CBOR-encoded values in hexadecimal (right column), together with diagnostic notation for these values (left column). Note that the string "\u00fc" is one form of diagnostic notation for a UTF-8 string containing the single Unicode character U+00FC (LATIN SMALL LETTER U WITH DIAERESIS, "ü"). Similarly, "\u6c34" is a UTF-8 string in diagnostic notation with a single character U+6C34 (CJK UNIFIED IDEOGRAPH-6C34, "水"), often representing "water", and "\ud800\udd51" is a UTF-8 string in diagnostic notation with a single character U+10151 (GREEK ACROPHONIC ATTIC FIFTY STATERS, "𐅑"). (Note that all these single-character strings could also be represented in native UTF-8 in diagnostic notation, just not if an ASCII-only specification is required.) In the diagnostic notation provided for bignums, their intended numeric value is shown as a decimal number (such as 18446744073709551616) instead of a tagged byte string (such as 2(h'010000000000000000')).
診断用の記法 ◎ Diagnostic | 符号化した結果 ◎ Encoded |
---|---|
`0^dg | `00^X |
`1^dg | `01^X |
`10^dg | `0a^X |
`23^dg | `17^X |
`24^dg | `1818^X |
`25^dg | `1819^X |
`100^dg | `1864^X |
`1000^dg | `1903e8^X |
`1000000^dg | `1a000f4240^X |
`1000000000000^dg | `1b000000e8d4a51000^X |
`18446744073709551615^dg | `1bffffffffffffffff^X |
`18446744073709551616^dg | `c249010000000000000000^X |
`-18446744073709551616^dg | `3bffffffffffffffff^X |
`-18446744073709551617^dg | `c349010000000000000000^X |
`-1^dg | `20^X |
`-10^dg | `29^X |
`-100^dg | `3863^X |
`-1000^dg | `3903e7^X |
`0.0^dg | `f90000^X |
`-0.0^dg | `f98000^X |
`1.0^dg | `f93c00^X |
`1.1^dg | `fb3ff199999999999a^X |
`1.5^dg | `f93e00^X |
`65504.0^dg | `f97bff^X |
`100000.0^dg | `fa47c35000^X |
`3.4028234663852886e+38^dg | `fa7f7fffff^X |
`1.0e+300^dg | `fb7e37e43c8800759c^X |
`5.960464477539063e-8^dg | `f90001^X |
`0.00006103515625^dg | `f90400^X |
`-4.0^dg | `f9c400^X |
`-4.1^dg | `fbc010666666666666^X |
`Infinity^dg | `f97c00^X |
`NaN^dg | `f97e00^X |
`-Infinity^dg | `f9fc00^X |
`Infinity^dg | `fa7f800000^X |
`NaN^dg | `fa7fc00000^X |
`-Infinity^dg | `faff800000^X |
`Infinity^dg | `fb7ff0000000000000^X |
`NaN^dg | `fb7ff8000000000000^X |
`-Infinity^dg | `fbfff0000000000000^X |
`false^dg | `f4^X |
`true^dg | `f5^X |
`null^dg | `f6^X |
`undefined^dg | `f7^X |
`simple(16)^dg | `f0^X |
`simple(255)^dg | `f8ff^X |
`0("2013-03-21T20:04:00Z")^dg | `c074323031332d30332d32315432303a 30343a30305a^X |
`1(1363896240)^dg | `c11a514b67b0^X |
`1(1363896240.5)^dg | `c1fb41d452d9ec200000^X |
`23(h'01020304')^dg | `d74401020304^X |
`24(h'6449455446')^dg | `d818456449455446^X |
`32("http://www.example.com")^dg | `d82076687474703a2f2f7777772e6578 616d706c652e636f6d^X |
`h''^dg | `40^X |
`h'01020304'^dg | `4401020304^X |
`""^dg | `60^X |
`"a"^dg | `6161^X |
`"IETF"^dg | `6449455446^X |
`"\"\\"^dg | `62225c^X |
`"\u00fc"^dg | `62c3bc^X |
`"\u6c34"^dg | `63e6b0b4^X |
`"\ud800\udd51"^dg | `64f0908591^X |
`[]^dg | `80^X |
`[1, 2, 3]^dg | `83010203^X |
`[1, [2, 3], [4, 5]]^dg | `8301820203820405^X |
`[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]^dg | `98190102030405060708090a0b0c0d0e 0f101112131415161718181819^X |
`{}^dg | `a0^X |
`{1: 2, 3: 4}^dg | `a201020304^X |
`{"a": 1, "b": [2, 3]}^dg | `a26161016162820203^X |
`["a", {"b": "c"}]^dg | `826161a161626163^X |
`{"a": "A", "b": "B", "c": "C", "d": "D", "e": "E"}^dg | `a5616161416162614261636143616461 4461656145^X |
`(_ h'0102', h'030405')^dg | `5f42010243030405ff^X |
`(_ "strea", "ming")^dg | `7f657374726561646d696e67ff^X |
`[_ ]^dg | `9fff^X |
`[_ 1, [2, 3], [_ 4, 5]]^dg | `9f018202039f0405ffff^X |
`[_ 1, [2, 3], [4, 5]]^dg | `9f01820203820405ff^X |
`[1, [2, 3], [_ 4, 5]]^dg | `83018202039f0405ff^X |
`[1, [_ 2, 3], [4, 5]]^dg | `83019f0203ff820405^X |
`[_ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]^dg | `9f0102030405060708090a0b0c0d0e0f 101112131415161718181819ff^X |
`{_ "a": 1, "b": [_ 2, 3]}^dg | `bf61610161629f0203ffff^X |
`["a", {_ "b": "c"}]^dg | `826161bf61626163ff^X |
`{_ "Fun": true, "Amt": -2}^dg | `bf6346756ef563416d7421ff^X |
B. 先頭~byte用の分岐表
~~簡潔にするため、 この分岐表には, 将来の拡張~用に予約される`先頭~byte$ 【すなわち、`追加l情報$ ~IN { `28^ai, `29^ai, `30^ai } /一部の`~major型$における`追加l情報$ `31^ai 】 は示されない。 また、[ 任意選択な特能~用に利用され得るもの ]として選定された`先頭~byte$【?】に限り示す。 (すべての無符号`~integer$は、~network~byte順序とする。) ◎ For brevity, this jump table does not show initial bytes that are reserved for future extension. It also only shows a selection of the initial bytes that can be used for optional features. (All unsigned integers are in network byte order.)
`先頭~byte$ | 意味論 | 構造 |
---|---|---|
`00^X 〜 `17^X | 無符号`~integer$ | 先頭~byteのみ( %n ~IN { `00^X 〜 `17^X } ) |
`18^X | 無符号`~integer$ | 1 ~byteからなる ~uint8_t が後続する |
`19^X | 無符号`~integer$ | 2 ~byteからなる ~uint16_t が後続する |
`1a^X | 無符号`~integer$ | 4 ~byteからなる ~uint32_t が後続する |
`1b^X | 無符号`~integer$ | 8 ~byteからなる ~uint64_t が後続する |
`20^X 〜 `37^X | 負な`~integer$ | 先頭~byteのみ( −1 ~MINUS %n が値を与える) |
`38^X | 負な`~integer$ | %n 用に 1 ~byteからなる ~uint8_t が後続する |
`39^X | 負な`~integer$ | %n 用に 2 ~byteからなる ~uint16_t が後続する |
`3a^X | 負な`~integer$ | %n 用に 4 ~byteからなる ~uint32_t が後続する |
`3b^X | 負な`~integer$ | %n 用に 8 ~byteからなる ~uint64_t が後続する |
`40^X 〜 `57^X | `~byte~string$ | %n 個の~byteが後続する ( %n ~IN { `00^X 〜 `17^X } ) |
`58^X | `~byte~string$ | %n 用に 1 ~byteからなる ~uint8_t, さらに %n 個の~byteが後続する |
`59^X | `~byte~string$ | %n 用に 2 ~byteからなる ~uint16_t, さらに %n 個の~byteが後続する |
`5a^X | `~byte~string$ | %n 用に 4 ~byteからなる ~uint32_t, さらに %n 個の~byteが後続する |
`5b^X | `~byte~string$ | %n 用に 8 ~byteからなる ~uint64_t, さらに %n 個の~byteが後続する |
`5f^X | `~byte~string$ | 0 個以上の`~byte~string$が後続する/ `~break$ により終了される |
`60^X 〜 `77^X | `~UTF-8~string$ | %n 個の~byteが後続する ( %n ~IN { `00^X 〜 `17^X } ) |
`78^X | `~UTF-8~string$ | %n 用に 1 ~byteからなる ~uint8_t, さらに %n 個の~byteが後続する |
`79^X | `~UTF-8~string$ | %n 用に 2 ~byteからなる ~uint16_t, さらに %n 個の~byteが後続する |
`7a^X | `~UTF-8~string$ | %n 用に 4 ~byteからなる ~uint32_t, さらに %n 個の~byteが後続する |
`7b^X | `~UTF-8~string$ | %n 用に 8 ~byteからなる ~uint64_t, さらに %n 個の~byteが後続する |
`7f^X | `~UTF-8~string$ | 0 個以上の`~UTF-8~string$が後続する/ `~break$ により終了される |
`80^X 〜 `97^X | `~array$ | %n 個の~data~itemが後続する ( %n ~IN { `00^X 〜 `17^X } ) |
`98^X | `~array$ | %n 用に 1 ~byteからなる ~uint8_t, さらに %n 個の~data~itemが後続する |
`99^X | `~array$ | %n 用に 2 ~byteからなる ~uint16_t, さらに %n 個の~data~itemが後続する |
`9a^X | `~array$ | %n 用に 4 ~byteからなる ~uint32_t, さらに %n 個の~data~itemが後続する |
`9b^X | `~array$ | %n 用に 8 ~byteからなる ~uint64_t, さらに %n 個の~data~itemが後続する |
`9f^X | `~array$ | 0 個以上の~data~itemが後続する/ `~break$ により終了される |
`a0^X 〜 `b7^X | `~map$ | %n ( ~IN { `00^X 〜 `17^X } )個の`~entry$が後続する (各`~entry$は、~~連続する 2 個の`~data~item$からなる) |
`b8^X | `~map$ | %n 用に 1 ~byteからなる ~uint8_t, さらに %n 個の`~entry$が後続する |
`b9^X | `~map$ | %n 用に 2 ~byteからなる ~uint16_t, さらに %n 個の`~entry$が後続する |
`ba^X | `~map$ | %n 用に 4 ~byteからなる ~uint32_t, さらに %n 個の`~entry$が後続する |
`bb^X | `~map$ | %n 用に 8 ~byteからなる ~uint64_t, さらに %n 個の`~entry$が後続する |
`bf^X | `~map$ | 0 個以上の`~entry$後続する/ `~break$ により終了される |
`c0^X | `~tag$(~textに基づく日時 | ~data~itemが後続する — `3.4.1§を見よ |
`c1^X | `~tag$(~epochに基づく日時 | ~data~itemが後続する — `3.4.2§を見よ |
`c2^X | `~tag$(無符号`~bignum$) | `~byte~string$を成す 1 個の~data~itemが後続する — `3.4.3§ を見よ |
`c3^X | `~tag$(負な`~bignum$) | `~byte~string$を成す 1 個の~data~itemが後続する — `3.4.3§ を見よ |
`c4^X | `~tag$(`~decimal分数$) | `~array$を成す 1 個の~data~itemが後続する — `3.4.4§ を見よ |
`c5^X | `~tag$(`~bigfloat$) | `~array$を成す 1 個の~data~itemが後続する — `3.4.4§ を見よ |
`c6^X 〜 `d4^X | `~tag$(他の~tag) | 1 個の~data~itemが後続する |
`d5^X 〜 `d7^X | `~tag$(期待される変換) | 1 個の~data~itemが後続する — `3.4.5.2§ を見よ |
`d8^X 〜 `db^X | `~tag$(他の~tag) | `~tag番号$を成す[ 1/2/4/8 ]個の~byte, さらに 1 個の~data~itemが後続する |
`e0^X 〜 `f3^X | `単純~値$ | 先頭~byteのみ |
`f4^X | `単純~値$ `false$i | 先頭~byteのみ |
`f5^X | `単純~値$ `true$i | 先頭~byteのみ |
`f6^X | `単純~値$ `null$i | 先頭~byteのみ |
`f7^X | `単純~値$ `undefined$i | 先頭~byteのみ |
`f8^X | `単純~値$ | 1 個の~byte が後続する |
`f9^X | `半-精度~float$ | 2 ~byteからなる`~float$ |
`fa^X | `単-精度~float$ | 4 ~byteからなる`~float$ |
`fb^X | `倍-精度~float$ | 8 ~byteからなる`~float$ |
`ff^X | `~break$ |
C. 疑似-~code
`~data~item$の整形式性は、 下の`疑似-~code 1@#pseudo$ により,検査できる。 入力~dataが`整形式$になるのは、[ この疑似-~codeが “失敗-” しない 【すなわち `fail()^c を~callしない】 ]かつ[ この疑似-~codeを実行した後,当の入力~内に残された~byte列は無い (`~streamして$いる応用~内を除く) ]とき, そのときに限られる。 ◎ The well-formedness of a CBOR item can be checked by the pseudocode in Figure 1. The data is well-formed if and only if: • the pseudocode does not "fail"; • after execution of the pseudocode, no bytes are left in the input (except in streaming applications).
この疑似-~codeにおいては: ◎ The pseudocode has the following prerequisites:
- `take()^c 関数は、 所与の %n に対し, 入力~dataから %n 個の~byteを読取って`~byte~string$として返す。 %n 個の~byteは可用でない場合、 この関数は失敗する。 ◎ take(n) reads n bytes from the input data and returns them as a byte string. If n bytes are no longer available, take(n) fails.
- `uint()^c 関数は、 所与の`~byte~string$を~network~byte順序で解釈することにより,無符号`~integer$に変換する。 ◎ uint() converts a byte string into an unsigned integer by interpreting the byte string in network byte order.
- 各種~算術は、 ~C言語と同じに働く。 ◎ Arithmetic works as in C.
- すべての変数は、 必要に足る範囲の無符号`~integer$である。 ◎ All variables are unsigned integers of sufficient range.
`well_formed()^c 関数は、 当の~itemは`整形式$とするとき,[ `確定長$な~itemに対しては その`~major型$/ `不定長$な~itemに対しては 99 ]を返すことに注意 ( `~break$ に対しては, %breakable ~EQ ~T の場合に限り −1 を返す)。 これは、[ `不定長$な~stringは、 ~chunkとして`確定長$な~stringしか包含しない ]ことを見極めるため, `well_formed_indefinite()^c 内で利用される。 ◎ Note that well_formed returns the major type for well-formed definite-length items, but 99 for an indefinite-length item (or -1 for a "break" stop code, only if breakable is set). This is used in well_formed_indefinite to ascertain that indefinite-length strings only contain definite-length strings as chunks.
完全な~CBOR復号器における残りの複階性は、[ 復号された~dataを適切な形で応用に呈示すること ]についてであることに注意。 ◎ Note that the remaining complexity of a complete CBOR decoder is about presenting data that has been decoded to the application in an appropriate form.
`~major型$ ~IN { `0$mj, `1$mj } は、
~C言語においては,[
正な~integer/負な~integer
]に対する `if-then-else^en を実際に行うことなく,[
有符号な~integerから符号化できる仕方
]で設計される
(下の`疑似-~code 2@#branchless$ )。
これは、[
`~major型$ `1$mj 用の形式変換 ( −1 ~MINUS %n ) は、
~C言語の無符号~算術においては,
~%n
(~bitごとの補数)と同じになる事実
]を利用する。
すなわち、
所与の~integer【!~number】 %n に対し,
%s は %n を[
その~bit長さ ~MINUS 1
](例: 64 ~bit~integerなら 63 )だけ算術~shiftした結果
]とするとき,
%n は %s^%n
として表出できる
— %s は %n が[
負ならば −1 【全~bitが 1 】/
負でないならば 0 【全~bitが 0 】
]になり,
%s^%n
は[
~%n
/ %n
]になるので。
◎
Major types 0 and 1 are designed in such a way that they can be encoded in C from a signed integer without actually doing an if-then-else for positive/negative (Figure 2). This uses the fact that (-1-n), the transformation for major type 1, is the same as ~n (bitwise complement) in C unsigned arithmetic; ~n can then be expressed as (-1)^n for the negative case, while 0^n leaves n unchanged for nonnegative. The sign of a number can be converted to -1 for negative and 0 for nonnegative (0 or positive) by arithmetic-shifting the number by one bit less than the bit length of the number (for example, by 63 for 64-bit numbers).
この~code片にて利用される, ~C言語の~profileについての一部の特有な前提は、 `1.2§ を見よ。 ◎ See Section 1.2 for some specific assumptions about the profile of the C language used in these pieces of code.
D. 半-精度
`半-精度~float$が~IEEE754に追加されたのは, 2008年 `IEEE754$r なので、 今日の~programming~platformにおける その~supportは,まだ制限されていることが多い。 そのような~supportが無くても、 少なくとも[ 半-精度~floatを復号するための~support ]を含めることは,ごく容易である。 ~C言語における`半-精度~float$用の小さな復号器の例は、 下の`疑似-~code 3@#decode-half-c$ に示される。 ~Python用の類似な~programは、 下の`疑似-~code 4@#decode-half-py$ にある — この~codeは、 2 ~byteからなる値(無符号 `short^c 型)は,すでに — ~network~byte順序で,`~integer$として — ( `C§ の疑似-~codeにより行われるように)復号-済みと見做す。 ◎ As half-precision floating-point numbers were only added to IEEE 754 in 2008 [IEEE754], today's programming platforms often still only have limited support for them. It is very easy to include at least decoding support for them even without such support. An example of a small decoder for half-precision floating-point numbers in the C language is shown in Figure 3. A similar program for Python is in Figure 4; this code assumes that the 2-byte value has already been decoded as an (unsigned short) integer in network byte order (as would be done by the pseudocode in Appendix C).
E. 他の~binary形式と~CBORの設計~目標群との比較
~binary形式には, ~computer自身と同じ長い歴史があり、 ~CBOR用の提案は,その歴史に追従する。 個々の形式の目標群は、 形式に応じて異なる。 ほとんどの事例では、 当の形式の目標群は,決して言明されない — ときには、 当の形式が最初に利用された文脈により含意されることもあるが。 一部の形式は、 普遍的に利用-可能になるものと意味される — あらゆる[ ~protocol/応用 ]の必要性を満たす~binary形式が無いことは、 歴史から立証されたが。 ◎ The proposal for CBOR follows a history of binary formats that is as long as the history of computers themselves. Different formats have had different objectives. In most cases, the objectives of the format were never stated, although they can sometimes be implied by the context where the format was first used. Some formats were meant to be universally usable, although history has proven that no binary format meets the needs of all protocols and applications.
~CBORは、 ある集合を成す目標群から開始して, それらだけを満たすよう試みる — そのことに因り,他の多くの形式と相違する。 この節は、 これら数多の形式のうち少数について,~CBORの目標群と比較する — 読者が,特定0の[ ~protocol/応用 ]用に何らかの形式を利用するよう求める場合に、[ ~CBOR, 他の形式 ]どちらにするか裁定する助けになるよう。 ◎ CBOR differs from many of these formats due to it starting with a set of objectives and attempting to meet just those. This section compares a few of the dozens of formats with CBOR's objectives in order to help the reader decide if they want to use CBOR or a different format for a particular protocol or application.
ここでの論点は、 他の形式に対する批判は意味されないことに注意。 知られる限り、 ~CBORより前に,~CBORの目標群を — それらにアテガわれた優先度の下で — 受持つものと意味された形式は無い。 `1.1§ に挙げた目標群の概要を再掲すると: ◎ Note that the discussion here is not meant to be a criticism of any format: to the best of our knowledge, no format before CBOR was meant to cover CBOR's objectives in the priority we have assigned them. A brief recap of the objectives from Section 1.1 is:
- 各種~Internet標準に最も共通な~data形式の一義的な符号化法 ◎ unambiguous encoding of most common data formats from Internet standards
- [ 符号化器/復号器 ]用の~codeの~compactさ ◎ code compactness for encoder or decoder
- ~schema記述を必要としない ◎ no schema description needed
- 適度に~compactな直列化 ◎ reasonably compact serialization
- [ 拘束された/拘束されない ]応用への適用能 ◎ applicability to constrained and unconstrained applications
- 良い~JSON変換 ◎ good JSON conversion
- 拡張能 ◎ extensibility
~CBORと他の形式における設計~目標群に関する論点は、 `RFC8618$r [ `§ 5@~RFCx/rfc8618#section-5$, `§ C@~RFCx/rfc8618#appendix-C$ ]にて供される。 ◎ A discussion of CBOR and other formats with respect to a different set of design objectives is provided in Section 5 and Appendix C of [RFC8618].
E.1. ~ASN1の ~DER, ~BER, ~PER
`ASN.1$r には、 何種もの直列化がある。 ~IETFにおいては、 ~DERと~BERが最も共通的にある。 直列化された出力は, 多くの~itemに対しては特に~compactではなく、 数量-~itemを復号するために必要な~codeは, 拘束された機器~上では複階的になり得る。 ◎ [ASN.1] has many serializations. In the IETF, DER and BER are the most common. The serialized output is not particularly compact for many items, and the code needed to decode numeric items can be complex on a constrained device.
いくつかある[ ~PER( `Packed Encoding Rules^en )の変種 ]のうち 1 つを採用した~IETF~protocolは、 (あったとしても)少数しかない。 その理由は,いくつも挙げられようが、 共通的に言明される理由は,[ ~PERは、[ ~data~itemの構造を表面的に構文解析するためでしかない場合でも,~schemaを用立てる ]ので,有意な~tool~supportを要求している ]ことにある。 利用-中にある~ASN1~schema言語には,いくつか異なる~versionがあり、 それもまた,~PERの採用の妨げになっている。 ◎ Few (if any) IETF protocols have adopted one of the several variants of Packed Encoding Rules (PER). There could be many reasons for this, but one that is commonly stated is that PER makes use of the schema even for parsing the surface structure of the data item, requiring significant tool support. There are different versions of the ASN.1 schema language in use, which has also hampered adoption.
E.2. ~MessagePack
`MessagePack$r は、[ 簡潔な, 広く実装された~binary直列化~形式 ]として数えられ, 多くの特質において,~CBORに類似する — さほど定例ではないが。 その~data~modelは,~JSON~dataを表現するために利用できるが、 ~MessagePackは, 多くの~remote手続-~call(~RPC)応用において, および ~dataを長期的に格納するためにも利用されている。 ◎ [MessagePack] is a concise, widely implemented counted binary serialization format, similar in many properties to CBOR, although somewhat less regular. While the data model can be used to represent JSON data, MessagePack has also been used in many remote procedure call (RPC) applications and for long-term storage of data.
~MessagePackは、 最初に公表された 2011年頃 以来,本質的に安定的である — それは、 まだ移行期を経ていない。 ~MessagePackの発展は、[ 既存の格納-済み~dataとの完全な後方-互換性を保守する ]とする絶対要件により遅滞される一方で,[ 拡張~用に依然として可用な~byte~code ]は少数に限られる。 ~MessagePackは、 何年もの間,利用者~communityから[ 符号化法において,~binary~stringと~text~stringを分離する ]よう要請が繰返された — それは,近過去に拡張~提案に至ったが、 ~MessagePackの “生な” ~dataの用法は,[ ~binary~data用, ~text~data用 ]の間で多義的なまま残されることになる。 ~MessagePack用の拡張の仕組みは、 不明瞭であり続ける。 ◎ MessagePack has been essentially stable since it was first published around 2011; it has not yet had a transition. The evolution of MessagePack is impeded by an imperative to maintain complete backwards compatibility with existing stored data, while only few bytecodes are still available for extension. Repeated requests over the years from the MessagePack user community to separate out binary and text strings in the encoding recently have led to an extension proposal that would leave MessagePack's "raw" data ambiguous between its usages for binary and text data. The extension mechanism for MessagePack remains unclear.
E.3. ~BSON
`BSON$r は、 ~MongoDB~databaseにおいて, ~JSONの様な~map(~JSON~object)を格納するために開発された~data形式である。 その主要な際立った特能は,その場で更新する能力であり、 そのことが~compactな表現を~~妨げる。 ~BSONは、 `~map~key$を除いて,ある `counted^en【?】 表現を利用する — すなわち、 `null-byte^en で終了される。 ~BSONは,伝送路において~JSONの様な~objを表現するために利用できるが、 その仕様は,~database応用の要件に支配され, いくぶん格式ばったものになった。 ~BSON拡張がどう実装されるかの位置付けは不明瞭であり続ける。 ◎ [BSON] is a data format that was developed for the storage of JSON-like maps (JSON objects) in the MongoDB database. Its major distinguishing feature is the capability for in-place update, which prevents a compact representation. BSON uses a counted representation except for map keys, which are null-byte terminated. While BSON can be used for the representation of JSON-like objects on the wire, its specification is dominated by the requirements of the database application and has become somewhat baroque. The status of how BSON extensions will be implemented remains unclear.
E.4. ~MSDTP: ~RFC 713
~MSDTP — `Message Services Data Transmission^en(~message~service~data伝送) — は、 ごく早期の~compactな~message形式の例であり, 1976年に書かれた `RFC0713$r にて述べられる。 ここに それを含めたのは、 広く利用されたことがあるからではなく,その歴史的な価値による。 ◎ Message Services Data Transmission (MSDTP) is a very early example of a compact message format; it is described in [RFC0713], written in 1976. It is included here for its historical value, not because it was ever widely used.
E.5. 伝送路~上の簡潔さ
~CBORの設計~目標群のうち[ 符号化器/復号器 ]用~codeの~compactさは[ 伝送路~上の簡潔さ ]よりも優先度が高いが、 多くの者は,伝送路~上の~sizeに注力する。 `表t 8@#concise$ に, 単純な入子な`~array$ `[1, [2, 3]]^dg を符号化する例をいくつか示す — そこでは、 一部の[ `不定長$な符号化を成す形 ]は, `[_ 1, [2, 3]]^dg (外縁`~array$は`不定長$)に符号化することにより~supportされることも示される。 ◎ While CBOR's design objective of code compactness for encoders and decoders is a higher priority than its objective of conciseness on the wire, many people focus on the wire size. Table 8 shows some encoding examples for the simple nested array [1, [2, 3]]; where some form of indefinite-length encoding is supported by the encoding, [_ 1, [2, 3]] (indefinite length on the outer array) is also shown.
形式 | `[1, [2, 3]]^dg | `[_ 1, [2, 3]]^dg |
---|---|---|
RFC 713 | `c2 05 81 c2 02 82 83^hex | |
ASN.1 BER | `30 0b 02 01 01 30 06 02 01 02 02 01 03^hex | `30 80 02 01 01 30 06 02 01 02 02 01 03 00 00^hex |
MessagePack | `92 01 92 02 03^hex | |
BSON | `22 00 00 00 10 30 00 01 00 00 00 04 31 00 13 00 00 00 10 30 00 02 00 00 00 10 31 00 03 00 00 00 00 00^hex | |
CBOR | `82 01 82 02 03^hex | `9f 01 82 02 03 ff^hex |
F. 整形式性~error, その例
`~data~item$の復号-時に生じ得る整形式性~errorには、 基本的な種類として,次に挙げる 3 つがある: ◎ There are three basic kinds of well-formedness errors that can occur in decoding a CBOR data item:
- 種類 1: ~dataが多過ぎる ◎ Too much data:
- 入力~byte列には,消費されなかったものが残されている。 これは、 当の応用が[ 入力~byte列は、 正確に 1 個の~data~itemに~spanする ]ものと見做す場合に限り,~errorになる。 当の応用が — ~CBOR連列 `RFC8742$r にて行われるのと同じく — [ ~CBOR符号化法の自己を区切る資質 ]を利用して[ ~data~itemの後に追加的な~dataを許可する ]する所では、 当の~CBOR復号器は,例えば単純に[ 入力を成すどの部分が消費されなかったか ]を指示できる。 ◎ There are input bytes left that were not consumed. This is only an error if the application assumed that the input bytes would span exactly one data item. Where the application uses the self-delimiting nature of CBOR encoding to permit additional data after the data item, as is done in CBOR sequences [RFC8742], for example, the CBOR decoder can simply indicate which part of the input has not been consumed.
- 種類 2: ~dataが少な過ぎる ◎ Too little data:
- `~data~item$が完全になるためには、 可用な入力~dataの終端に さらに~byte列を追加する必要がある。 これは、 入力が切落とされたことを指示することもあり, また[ ~randomな~dataを~CBORとして復号しようと試行したとき ]に共通的な~errorでもある。 しかしながら、 応用によっては,実際には~errorとされないこともある — 当の応用は、 すべての~dataが得られたかどうか定かでないこともあり, 追加的な入力~byte列が得されるまで待機し得るので 【すなわち,`~streamして$いる場合】。 そのような応用には、[ 追加的な~dataがどれだけ現れ得るか ]に上限を課すものもある — そこでは、 当の復号器は[ `符号化された~data~item$は、 この上限までに完了し得ないこと ]を指示-可能になることもある。 ◎ The input data available would need additional bytes added at their end for a complete CBOR data item. This may indicate the input is truncated; it is also a common error when trying to decode random data as CBOR. For some applications, however, this may not actually be an error, as the application may not be certain it has all the data yet and can obtain or wait for additional input bytes. Some of these applications may have an upper limit for how much additional data can appear; here the decoder may be able to indicate that the encoded CBOR data item cannot be completed within this limit.
- 種類 3: 構文~error ◎ Syntax error:
- 入力~dataは、 ~CBOR符号化法の要件に整合でない — これは、 ~dataを終端に追加しようが(終端から除去しようが)救済し得ない。 ◎ The input data are not consistent with the requirements of the CBOR encoding, and this cannot be remedied by adding (or removing) data at the end.
これらは、 `C§ においては: ◎ In Appendix C,\
- ~dataが多過ぎる~errorは、 最初の段落( “残された~byte列は無い” を要求している)にて取組まれる。 ◎ errors of the first kind are addressed in the first paragraph and bullet list (requiring "no bytes are left"),\
- ~dataが少な過ぎる~errorは、 `take()^c 関数 (条項~listの 2 項目 “ %n 個の~byteは可用でない場合、失敗する” ) にて取組まれる。 ◎ and errors of the second kind are addressed in the second paragraph/bullet list (failing "if n bytes are no longer available").\
-
構文~errorは、 疑似-~codeにおいて,次に挙げる順序で — `fail()^c を~callする各所により — 識別される: ◎ Errors of the third kind are identified in the pseudocode by specific instances of calling fail(), in order:
- `追加l情報$に予約-済みな値( `28^ai, `29^ai, `30^ai )が利用された ◎ a reserved value is used for additional information (28, 29, 30)
- [ `~major型$ 7, `追加l情報$ `24^ai ]において、 値が 32 未満(不正) ◎ major type 7, additional information 24, value < 32 (incorrect)
- 下位-構造を成す[ `~byte~string$/`~text~string$ ]【~chunk】が,`不定長$(不正) (包含してよいのは、 同じ`~major型$の`確定長$な~stringに限られる) ◎ incorrect substructure of indefinite-length byte string or text string (may only contain definite-length strings of the same major type)
- `~break$ 【!`~major型$ `7$mj, `追加l情報$ `31^ai】が[ `~map$内の値が占める位置/次に該当する位置 ]に生じた ⇒ `不定長$な[ `~map$/`~array$ ]【!~item】内に直に含まれる位置 ]を除く[ `~break$ 以外の【!別の】封入された~data~item ]も生じ得る所 ◎ "break" stop code (major type 7, additional information 31) occurs in a value position of a map or except at a position directly in an indefinite-length item where also another enclosed data item could occur
- `~major型$ ~IN { `0$mj, `1$mj, `6$mj } において, `追加l情報$として `31^ai が利用された ◎ additional information 31 used with major type 0, 1, or 6
F.1. 整形式でない~CBOR~data~itemの例
この下位節は、 `整形式$でない`~data~item$の例を示す。 各~例は,~hexadecimalで示される~byte列であり、 複数の例からなる~listは,~commaで分離される。 ◎ This subsection shows a few examples for CBOR data items that are not well-formed. Each example is a sequence of bytes, each shown in hexadecimal; multiple examples in a list are separated by commas.
[ ~dataが多過ぎる整形式性~error ]用の例は、[ `整形式$な`~data~item$に~dataを追加する ]ことにより,容易に形成できる。 ◎ Examples for well-formedness error kind 1 (too much data) can easily be formed by adding data to a well-formed encoded CBOR data item.
類似に,[ ~dataが少な過ぎる整形式性~error ]用の例は、[ `整形式$な`~data~item$を切落とす ]ことにより形成できる。 ~test一式においては、 特定的に[ 多量な何かを追加しないと完全にならない,不完全な~data~item ]で~testすることが有益になり得る (一例として、 ~sizeが~~巨大な~stringの符号化を開始することにより)。 ◎ Similarly, examples for well-formedness error kind 2 (too little data) can be formed by truncating a well-formed encoded CBOR data item. In test suites, it may be beneficial to specifically test with incomplete data items that would require large amounts of addition to be completed (for instance by starting the encoding of a string of a very large size).
入力の尚早な終端は[ `~head$内/封入された~dataの中 ]で生じ得る — それは、 裸の~stringや封入された~data~itemのうち[ `counted^en【?】 なもの / `~break$ により終端されるべきであったもの ]であり得る。 ◎ A premature end of the input can occur in a head or within the enclosed data, which may be bare strings or enclosed data items that are either counted or should have been ended by a "break" stop code.
- `~head$内の入力の終端 ⇒# `18^hex, `19^hex, `1a^hex, `1b^hex, `19 01^hex, `1a 01 02^hex, `1b 01 02 03 04 05 06 07^hex, `38^hex, `58^hex, `78^hex, `98^hex, `9a 01 ff 00^hex, `b8^hex, `d8^hex, `f8^hex, `f9 00^hex, `fa 00 00^hex, `fb 00 00 00^hex ◎ End of input in a head: • 18, 19, 1a, 1b, 19 01, 1a 01 02, 1b 01 02 03 04 05 06 07, 38, 58, 78, 98, 9a 01 ff 00, b8, d8, f8, f9 00, fa 00 00, fb 00 00 00
- `確定長$な~stringを成す~dataが短か過ぎる ⇒# `41^hex, `61^hex, `5a ff ff ff ff 00^hex, `5b ff ff ff ff ff ff ff ff 01 02 03^hex, `7a ff ff ff ff 00^hex, `7b 7f ff ff ff ff ff ff ff 01 02 03^hex ◎ Definite-length strings with short data: • 41, 61, 5a ff ff ff ff 00, 5b ff ff ff ff ff ff ff ff 01 02 03, 7a ff ff ff ff 00, 7b 7f ff ff ff ff ff ff ff 01 02 03
- `確定長$な[ `~map$/`~array$ ]を成す~itemの個数が足らない ⇒# `81^hex, `81 81 81 81 81 81 81 81 81^hex, `82 00^hex, `a1^hex, `a2 01 02^hex, `a1 00^hex, `a2 00 00 00^hex ◎ Definite-length maps and arrays not closed with enough items: • 81, 81 81 81 81 81 81 81 81 81, 82 00, a1, a2 01 02, a1 00, a2 00 00 00
- `~tag$において,`~tag番号$に`~tag内容$が後続していない ⇒# `c0^hex ◎ Tag number not followed by tag content: • c0
- `不定長$な~stringが `~break$ により閉じられていない ⇒# `5f 41 00^hex, `7f 61 00^hex ◎ Indefinite-length strings not closed by a "break" stop code: • 5f 41 00, 7f 61 00
- `不定長$な[ `~map$/`~array$ ]が `~break$ により閉じられていない ⇒# `9f^hex, `9f 01 02^hex, `bf^hex, `bf 01 02 01 02^hex, `81 9f^hex, `9f 80 00^hex, `9f 9f 9f 9f 9f ff ff ff ff^hex, `9f 81 9f 81 9f 9f ff ff ff^hex ◎ Indefinite-length maps and arrays not closed by a "break" stop code: • 9f, 9f 01 02, bf, bf 01 02 01 02, 81 9f, 9f 80 00, 9f 9f 9f 9f 9f ff ff ff ff, 9f 81 9f 81 9f 9f ff ff ff
構文~error(種類 3 の整形式性~error)は、 さらに 5 種類に分かれる — その例を以下に示す。 ◎ A few examples for the five subkinds of well-formedness error kind 3 (syntax error) are shown below.
- (1) `追加l情報$が予約-済みな値をとるもの ⇒# `1c^hex, `1d^hex, `1e^hex, `3c^hex, `3d^hex, `3e^hex, `5c^hex, `5d^hex, `5e^hex, `7c^hex, `7d^hex, `7e^hex, `9c^hex, `9d^hex, `9e^hex, `bc^hex, `bd^hex, `be^hex, `dc^hex, `dd^hex, `de^hex, `fc^hex, `fd^hex, `fe^hex ◎ Subkind 1: ◎ Reserved additional information values: • 1c, 1d, 1e, 3c, 3d, 3e, 5c, 5d, 5e, 7c, 7d, 7e, 9c, 9d, 9e, bc, bd, be, dc, dd, de, fc, fd, fe,
- (2) `単純~値$を成す[ 予約-済みな 2 ~byteによる符号化 ] ⇒# `f8 00^hex, `f8 01^hex, `f8 18^hex, `f8 1f^hex ◎ Subkind 2: ◎ Reserved two-byte encodings of simple values: • f8 00, f8 01, f8 18, f8 1f
-
(3) `不定長$な~stringを成す~~不正な~chunk: ◎ Subkind 3:
- 正しい型を成していない~chunk ⇒# `5f 00 ff^hex, `5f 21 ff^hex, `5f 61 00 ff^hex, `5f 80 ff^hex, `5f a0 ff^hex, `5f c0 00 ff^hex, `5f e0 ff^hex, `7f 41 00 ff^hex ◎ Indefinite-length string chunks not of the correct type: • 5f 00 ff, 5f 21 ff, 5f 61 00 ff, 5f 80 ff, 5f a0 ff, 5f c0 00 ff, 5f e0 ff, 7f 41 00 ff
- `確定長$でない~chunk ⇒# `5f 5f 41 00 ff ff^hex, `7f 7f 61 00 ff ff^hex ◎ Indefinite-length string chunks not definite length: • 5f 5f 41 00 ff ff, 7f 7f 61 00 ff ff
-
(4) ~~不正な `~break$: ◎ Subkind 4:
- `不定長$な~itemの外側で生じている `~break$ ⇒# `ff^hex ◎ Break occurring on its own outside of an indefinite-length item: • ff
- `確定長$な[ `~array$/`~map$【!/`~tag$】 ]内に生じている `~break$ ⇒# `81 ff^hex, `82 00 ff^hex, `a1 ff^hex, `a1 ff 00^hex, `a1 00 ff^hex, `a2 00 00 ff^hex, `9f 81 ff^hex, `9f 82 9f 81 9f 9f ff ff ff ff^hex ◎ Break occurring in a definite-length array or map or a tag: • 81 ff, 82 00 ff, a1 ff, a1 ff 00, a1 00 ff, a2 00 00 ff, 9f 81 ff, 9f 82 9f 81 9f 9f ff ff ff ff
- `不定長$な`~map$を成す`~entry$の`値$が占める位置に生じている `~break$ (`~map$を成す~itemが奇数個) ⇒# `bf 00 ff^hex, `bf 00 00 00 ff^hex ◎ Break in an indefinite-length map that would lead to an odd number of items (break in a value position): • bf 00 ff, bf 00 00 00 ff
- (5) `~major型$ ~IN { `0$mj, `1$mj, `6$mj } のうち `追加l情報$ `31^ai を伴うもの ⇒# `1f^hex, `3f^hex, `df^hex ◎ Subkind 5: ◎ Major type 0, 1, 6 with additional information 31: • 1f, 3f, df
G. ~RFC 7049 からの変更点
序論にて論じたとおり,この文書は、 ~RFC 7049 を — それによる交換~形式との全部的な互換性は保ったまま — 正式に廃用にする。 この文書は、[ 編集上の改善を供する/ 詳細を追加した/ 正誤表を修正した ]。 この文書は、 ~CBOR形式の新たな~versionを作成するものではない。 ◎ As discussed in the introduction, this document formally obsoletes RFC 7049 while keeping full compatibility with the interchange format from RFC 7049. This document provides editorial improvements, added detail, and fixed errata. This document does not create a new version of the format.
G.1. 正誤表の処理と事務的な変更点
~RFC 7049 の正誤表の処理: ◎ ↓
- `Err3764$r, `Err3770$r ⇒ これらは、 2 つの符号化~例を懸念した — これらを検証yして正した ( `3.4.3§: "`29^hex" → "`49^hex", `5.5§: "`000_11101^B" → "`000_11001^B" )。 ◎ The two verified errata on RFC 7049, [Err3764] and [Err3770], concerned two encoding examples in the text that have been corrected (Section 3.4.3: "29" -> "49", Section 5.5: "0b000_11101" -> "0b000_11001").\
- `Err5917$r ⇒ ~RFC 7049 が包含していた[ `単純~値$に`整形式$でない数量-値 24 を利用していた例 ]を除去した。 ◎ Also, RFC 7049 contained an example using the numeric value 24 for a simple value [Err5917], which is not well-formed; this example has been removed.\
- `Err5763$r ⇒ これは、[ `~tag$の定義を成す言い回し内の誤り ]を指摘した ー それは、 `3.4§ を書き直す間に解決された。 ◎ Errata report 5763 [Err5763] pointed to an error in the wording of the definition of tags; this was resolved during a rewrite of Section 3.4.\
- `Err5434$r ⇒ これは、 `E§ における~UBJSON( `Universal Binary JSON^en, “普遍的な~binary~JSON” )の例は, もはや[ この正誤表~報告が提出された時点における,~UBJSONの~version ]に準拠しなくなったことを指摘した。 ~UBJSON仕様は, 2013年~当時から完全に変更されたことが判明したので、 この例は除去された。 ◎ Errata report 5434 [Err5434] pointed out that the Universal Binary JSON (UBJSON) example in Appendix E no longer complied with the version of UBJSON current at the time of the errata report submission. It turned out that the UBJSON specification had completely changed since 2013; this example therefore was removed.\
- `Err4409$r `Err4963$r `Err4964$r ⇒ これは、[ 正準的に符号化するために`~map~key$を~sortする規則は、 面倒である ]ことを訴えた — これらは、 正準的な符号化法の示唆について考慮し直して, 決定論的な符号化法の示唆(下に述べる)に置換することに至った。 ◎ Other errata reports [Err4409] [Err4963] [Err4964] complained that the map key sorting rules for canonical encoding were onerous; these led to a reconsideration of the canonical encoding suggestions and replacement by the deterministic encoding suggestions (described below).\
- `Err4294$r ⇒ これによる編集上の示唆も実装された ( `3.2.2§ の最後の例に対する~commentに “2 個目の値” を追加することにより, 対称性を改善した)。 ◎ An editorial suggestion in errata report 4294 [Err4294] was also implemented (improved symmetry by adding "Second value" to a comment to the last example in Section 3.2.2).
その他の事務的な変更点: ◎ Other clerical changes include:
- 新たな `xml2rfc^i 機能性 `RFC7991$r の利用。 ◎ the use of new xml2rfc functionality [RFC7991];
- 利用される記法についての説明をもっと加えた。 ◎ more explanation of the notation used;
-
次に挙げる参照の更新 — 例:
- `RFC4627^r を `RFC8259$r に更新した。
- `CNN-TERMS^r を `RFC7228$r に更新した。
- `ECMA262$r を第 5.1 版から第 11 版に更新した
- `IEEE754$r への参照を追加した。 要求される定義を取り込んだ。
- `C$r, `Cplusplus20$r への参照を追加した。
- `RFC8618$r への参照を追加した — それは、 `E§ 内の論点を更に~~説明する。
- 診断用の記法の論点( `8§ )において ⇒# `RFC8610$r にて定義される “拡張された診断用の記法( EDN )” について言及した/ `NaN payload^en の表現-法については,この文書は受持たないことを強調した/ ~chunkを伴わない`不定長$な~stringの表現-法について説明を追加した( `8.1§ ) ◎ in the discussion of diagnostic notation (Section 8), the "Extended Diagnostic Notation" (EDN) defined in [RFC8610] is now mentioned, the gap in representing NaN payloads is now highlighted, and an explanation of representing indefinite-length strings with no chunks has been added (Section 8.1);
- この付録を追加した。 ◎ the addition of this appendix.
G.2. ~IANA考慮点における変更点
~IANA考慮点は、 一般に,更新された (事務的な変更点の例:今や,仕様の著作者として~CBOR~WGを指している)。 規範的でない参照として,~IANA~registryへの参照を追加した。 ◎ The IANA considerations were generally updated (clerical changes, e.g., now pointing to the CBOR Working Group as the author of the specification). References to the respective IANA registries were added to the informative references.
`~CBOR~tag~registry^cite `IANA.cbor-tags$r における[ `~tag番号$ ~IN { `256^tag 〜 `32767^tag } (先頭~byte + 2 ~byteの下~半分) ]は、 今や`先着順に~serveされ$なくなり,`仕様が要求され$る下でアテガわれることになった。 ◎ In the "Concise Binary Object Representation (CBOR) Tags" registry [IANA.cbor-tags], tags in the space from 256 to 32767 (lower half of "1+2") are no longer assigned by First Come First Served; this range is now Specification Required.
G.3. 示唆, その他の規範的でない部分における変更点
この文書を改訂している間,~WGは、 正誤表~報告に取組むことを超えて,[ 多岐にわたる応用における,およそ 7 年間の~CBORとの経験 ]を引き出した。 これは、 いくつかの編集上の変更点 — ~~説明~用の表tを追加するなど — のみならず,[ 一部の側面を強勢して,他の側面を強勢しなくする ]に至った。 ◎ While revising the document, beyond the addressing of the errata reports, the working group drew upon nearly seven years of experience with CBOR in a diverse set of applications. This led to a number of editorial changes, including adding tables for illustration, but also emphasizing some aspects and de-emphasizing others.
有意な追加は `2§ である — それは、[ ~CBOR~data~model, その処理に孕まれる小さな多様性 ]について論じる。 それら多様性のための用語 (基本的な`汎用~data~model$, `拡張された汎用~data~model$, ~protocolに特有な~data~model) の序論は、 文書の他の各所の文言を より簡潔にすることを可能化することに加え,[ 実装の期待, ~CBOR形式の拡張能~特能 ]を明確化する助けになる。 ◎ A significant addition is Section 2, which discusses the CBOR data model and its small variations involved in the processing of CBOR. The introduction of terms for those variations (basic generic, extended generic, specific) enables more concise language in other places of the document and also helps to clarify expectations of implementations and of the extensibility features of the format.
~JSON~ecosystemから導出された形式としての~RFC 7049 には、 ~JSON~number~system — 当時の~JSから継承された~number~system — が波及した。 ~JSONは、[ `~integer$値, `~float$値 ]を互いに別物になるように供さない (加えて、 後者は,~JSON形式~内では~decimalになる)。 一方で,~CBORは、 ~numberの~binary表現を供する — そこでの[ `~integer$値と`~float$値 ]は相違する。 実装の経験と利用の経験から、[ この 2 つの~number~domainの分離は、 当の文書【~CBOR仕様】内に もっと明瞭に引き出されるべきである ]ことが示唆された — [ `~integer$は、 継目なく`~float$値に替えることもできる ]と示唆していた文言は除去された。 また、[ ~JSONから~CBORへ変換するときの,これらの型の取扱い ]用に,ある示唆(~I-JSON `RFC7493$r に基づくそれ)を追加して,[ 特有な丸めの仕組み ]の利用を推奨した。 ◎ As a format derived from the JSON ecosystem, RFC 7049 was influenced by the JSON number system that was in turn inherited from JavaScript at the time. JSON does not provide distinct integers and floating-point values (and the latter are decimal in the format). CBOR provides binary representations of numbers, which do differ between integers and floating-point values. Experience from implementation and use suggested that the separation between these two number domains should be more clearly drawn in the document; language that suggested an integer could seamlessly stand in for a floating-point value was removed. Also, a suggestion (based on I-JSON [RFC7493]) was added for handling these types when converting JSON to CBOR, and the use of a specific rounding mechanism has been recommended.
~CBORは、 その~data~modelにおける単独の値に対し, 複数の符号化~optionを供することが多い。 新たな `4§ は、 様々な種類の~data~item用に定義される用語 “選好される直列化” ( `4.1§ )を導入する。 その節は,さらに、 この各種用語を基礎に[ ~CBORに基づく~protocolが “決定論的な符号化法” ( `4.2§ )をどう定義できるか ]を論じる — それは、 ~RFC 7049 による用語[ “正準的”, “正準-化” ]を避ける。 `決定論的な符号化法の中核~要件$の示唆は、[ そのような~protocol定義な符号化~要件 ]用の汎用な~supportを可能化する。 この文書は、[ ~RFC 7049 にて示唆された,`~map$用の順序付け ]を単純な[ 符号化された`~key$に対する辞書式による順序付け ]に単純~化することにより,[ 決定論的な符号化法の実装 ]をもっと容易にする。 旧い示唆の記述は,今や、 用語 `長さ優先な決定論的な符号化法の中核~要件$により,代替として保たれる( `4.2.3§ )。 ◎ For a single value in the data model, CBOR often provides multiple encoding options. A new section (Section 4) introduces the term "preferred serialization" (Section 4.1) and defines it for various kinds of data items. On the basis of this terminology, the section then discusses how a CBOR-based protocol can define "deterministic encoding" (Section 4.2), which avoids terms "canonical" and "canonicalization" from RFC 7049. The suggestion of "Core Deterministic Encoding Requirements" (Section 4.2.1) enables generic support for such protocol-defined encoding requirements. This document further eases the implementation of deterministic encoding by simplifying the map ordering suggested in RFC 7049 to a simple lexicographic ordering of encoded keys. A description of the older suggestion is kept as an alternative, now termed "length-first map key ordering" (Section 4.2.3).
[ `整形式$な~data, `妥当$な~data ]用の各種用語は、 鋭敏にされ,より厳格に利用される — きちんと定義されていない代替な用語は ( “構文~error”, “復号-時の~error”, “厳密~mode” など)、 各~例の外側では避けるよう。 また,ある応用が自身への入力~dataに課す[ ~CBOR~levelの妥当性を超える第 3 ~levelの要件 ]は,今や 【“期待される” という句として】明示的に称される。 [ `整形式$(処理-可能), `妥当$(妥当性を検査する汎用な復号器により検査-済み), `期待され$る入力(応用により検査-済み) ]は、 これら各~受容-能が成す階層を形成するものとして扱われる。 ◎ The terminology for well-formed and valid data was sharpened and more stringently used, avoiding less well-defined alternative terms such as "syntax error", "decoding error", and "strict mode" outside of examples. Also, a third level of requirements that an application has on its input data beyond CBOR-level validity is now explicitly called out. Well-formed (processable at all), valid (checked by a validity-checking generic decoder), and expected input (as checked by the application) are treated as a hierarchy of layers of acceptability.
~textと疑似-~codeにおける[ `整形式$でない`単純~値$の取扱い ]を明確化した。 整形式性~errorを論じるため, および それらの例を供するため, `F§ を追加した。 疑似-~codeを より~port可能になるよう更新した — 加えて、 ~port能に関する いくつかの考慮点を追加した。 ◎ The handling of non-well-formed simple values was clarified in text and pseudocode. Appendix F was added to discuss well-formedness errors and provide examples for them. The pseudocode was updated to be more portable, and some portability considerations were added.
妥当性の論点を次の 2 つに関して鋭敏にした: ◎ The discussion of validity has been sharpened in two areas.\
- `~map$の妥当性(重複な`~key$の取扱い)を明確化して, ある種の実装~選択肢が どこに適用されるかについて説明した。 ◎ Map validity (handling of duplicate keys) was clarified, and the domain of applicability of certain implementation choices explained.\
- ~tagに関する各種用語を[ `~tag$, `~tag番号$, `~tag内容$ ]に~~整理した一方で、 `~tag$の妥当性に関する論点を追加して,`~tag内容$に対する制約を — 一般に, および特定的に`~tag番号$【!~tag】 `1$tag 用に — 明確化した。 ◎ Also, while streamlining the terminology for tags, tag numbers, and tag content, discussion was added on tag validity, and the restrictions were clarified on tag content, in general and specifically for tag 1.
[ 直列化~順序に依存する意味論を伴う`~tag$ ]の定義-法についての実装~注記 (および,将来の~tag定義~用の注記)を追加した。 ( `3.4§ ) ◎ An implementation note (and note for future tag definitions) was added to Section 3.4 about defining tags with semantics that depend on serialization order.
`~tag番号$ `35^tag は、 この文書により定義されない — ~RFC 7049 における定義に基づく登録は、 その場にあり続ける。 ◎ Tag 35 is not defined by this document; the registration based on the definition in RFC 7049 remains in place.
各種用語として[ `引数$, `~head$ ]を導入して,更なる論を単純~化した。 ( `3§ ) ◎ Terminology was introduced in Section 3 for "argument" and "head", simplifying further discussion.
~securityの考慮点( `10§ )は、 ほとんどが書き直され,有意に拡げられた — この文書は、 他の複数~箇所において,今や[ 復号器は、 単純に,整形式性~errorを容認し得ない ]ことを明示的に~~述べた。 ◎ The security considerations (Section 10) were mostly rewritten and significantly expanded; in multiple other places, the document is now more explicit that a decoder cannot simply condone well-formedness errors.
謝辞
~CBORは、 ~MessagePackにより着想された。 ~MessagePackは `Sadayuki Furuhashi^en ( “frsyuki” )氏により開発され,推し進められた。 ~MessagePackへの この参照は、 もっぱら帰属を示すためである — ~CBORは、 ~MessagePackの[ ある~version/それを置換するもの ]として意図されてはいない — その[ 設計~目標, 要件 ]は、 ~CBORとは異なるので。 ◎ CBOR was inspired by MessagePack. MessagePack was developed and promoted by Sadayuki Furuhashi ("frsyuki"). This reference to MessagePack is solely for attribution; CBOR is not intended as a version of, or replacement for, MessagePack, as it has different design goals and requirements.
元の~MessagePack仕様を超える機能性の必要は、 2012年頃には,多くの人々に明白になった。 ~BinaryPackは、 ~MessagePackの小さな派生であり, `Eric Zhang^en 氏により `binaryjs^i ~project用に開発された。 類似するが異なる拡張が, `Tim Caswell^en 氏により彼の[ `msgpack-js^i, `msgpack-js-browser^i ]~project用に為された。 多くの人々が,[ ~text~string表現を~byte~string表現から分離するために,~MessagePackを拡張する ]ことについての論に貢献した。 ◎ The need for functionality beyond the original MessagePack specification became obvious to many people at about the same time around the year 2012. BinaryPack is a minor derivation of MessagePack that was developed by Eric Zhang for the binaryjs project. A similar, but different, extension was made by Tim Caswell for his msgpack-js and msgpack-js-browser projects. Many people have contributed to the discussion about extending MessagePack to separate text string representation from byte string representation.
~CBORにおける`追加l情報$の符号化法は、[ `Klaus Hartke^en 氏が~CoAP用に設計した,長さ情報の符号化法 ]により着想された。 ◎ The encoding of the additional information in CBOR was inspired by the encoding of length information designed by Klaus Hartke for CoAP.
この文書は、 多くの人々 — 特に次に挙げる方々 — により為された示唆も組入れた: ◎ This document also incorporates suggestions made by many people, notably\
`Benjamin Kaduk^en 氏は、 ~IESG `processing^en の間に,多方面な考査を供された。 ◎ Benjamin Kaduk provided an extensive review during IESG processing.
`Éric Vyncke, Erik Kline, Robert Wilton, Roman Danyliw^en 各氏は、 更なる~IESG~commentを供された。 — それは、 `Eve Schooler^en 氏による~IoT `directorate^en 考査に含まれる。 ◎ Éric Vyncke, Erik Kline, Robert Wilton, and Roman Danyliw provided further IESG comments, which included an IoT directorate review by Eve Schooler.