@webref/xref 1.1.1 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +77 -0
- package/ed/dfns/ecmascript.json +2 -2
- package/ed/dfns/encoding.json +20 -0
- package/ed/dfns/picture-in-picture.json +58 -18
- package/ed/dfns/shacl12-rules.json +181 -86
- package/ed/dfns/webdriver-bidi.json +148 -17
- package/ed/dfns/webmcp.json +164 -3
- package/ed/headings/ecmascript.json +1 -1
- package/ed/headings/encoding.json +1 -1
- package/ed/headings/picture-in-picture.json +5 -5
- package/ed/headings/rfc2397.json +33 -9
- package/ed/headings/rfc4120.json +164 -134
- package/ed/headings/rfc6386.json +128 -104
- package/ed/headings/rfc6454.json +62 -38
- package/ed/headings/rfc6455.json +120 -90
- package/ed/headings/rfc6797.json +104 -80
- package/ed/headings/rfc7034.json +52 -28
- package/ed/headings/rfc7239.json +55 -31
- package/ed/headings/rfc7469.json +63 -39
- package/ed/headings/rfc7578.json +54 -30
- package/ed/headings/rfc7932.json +70 -40
- package/ed/headings/rfc8610.json +100 -63
- package/ed/headings/rfc8878.json +97 -88
- package/ed/headings/rfc9163.json +62 -59
- package/ed/headings/rfc9649.json +82 -79
- package/ed/headings/rfc9659.json +33 -30
- package/ed/headings/selectors-5.json +8 -1
- package/ed/headings/shacl12-rules.json +127 -77
- package/ed/headings/webdriver-bidi.json +10 -3
- package/ed/headings/webmcp.json +14 -0
- package/ed/headings/webusb.json +1 -1
- package/ed/headings/webvtt1.json +2 -2
- package/index.js +56 -8
- package/package.json +1 -1
- package/specs.json +28890 -0
- package/tr/dfns/shacl12-rules.json +181 -86
- package/tr/dfns/webdriver-bidi.json +148 -17
- package/tr/dfns/webvtt1.json +82 -95
- package/tr/headings/shacl12-rules.json +127 -77
- package/tr/headings/webdriver-bidi.json +10 -3
- package/tr/headings/webvtt1.json +3 -9
package/ed/headings/rfc8610.json
CHANGED
|
@@ -1,435 +1,472 @@
|
|
|
1
1
|
{
|
|
2
2
|
"spec": {
|
|
3
|
-
"title": "RFC 8610: Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures",
|
|
4
|
-
"url": "https://www.rfc-editor.org/
|
|
3
|
+
"title": "RFC 8610: Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures | RFC Editor",
|
|
4
|
+
"url": "https://www.rfc-editor.org/info/rfc8610/"
|
|
5
5
|
},
|
|
6
6
|
"headings": [
|
|
7
7
|
{
|
|
8
8
|
"id": "section-1",
|
|
9
|
-
"href": "https://www.rfc-editor.org/
|
|
9
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-1",
|
|
10
10
|
"title": "Introduction",
|
|
11
11
|
"level": 1,
|
|
12
12
|
"number": "1"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"id": "section-1.1",
|
|
16
|
-
"href": "https://www.rfc-editor.org/
|
|
16
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-1.1",
|
|
17
17
|
"title": "Requirements Notation",
|
|
18
18
|
"level": 2,
|
|
19
19
|
"number": "1.1"
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
"id": "section-1.2",
|
|
23
|
-
"href": "https://www.rfc-editor.org/
|
|
23
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-1.2",
|
|
24
24
|
"title": "Terminology",
|
|
25
25
|
"level": 2,
|
|
26
26
|
"number": "1.2"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"id": "section-2",
|
|
30
|
-
"href": "https://www.rfc-editor.org/
|
|
30
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-2",
|
|
31
31
|
"title": "The Style of Data Structure Specification",
|
|
32
32
|
"level": 1,
|
|
33
33
|
"number": "2"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"id": "section-2.1",
|
|
37
|
-
"href": "https://www.rfc-editor.org/
|
|
37
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-2.1",
|
|
38
38
|
"title": "Groups and Composition in CDDL",
|
|
39
39
|
"level": 2,
|
|
40
40
|
"number": "2.1"
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
"id": "section-2.1.1",
|
|
44
|
-
"href": "https://www.rfc-editor.org/
|
|
44
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-2.1.1",
|
|
45
45
|
"title": "Usage",
|
|
46
46
|
"level": 3,
|
|
47
47
|
"number": "2.1.1"
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
50
|
"id": "section-2.1.2",
|
|
51
|
-
"href": "https://www.rfc-editor.org/
|
|
51
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-2.1.2",
|
|
52
52
|
"title": "Syntax",
|
|
53
53
|
"level": 3,
|
|
54
54
|
"number": "2.1.2"
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
57
|
"id": "section-2.2",
|
|
58
|
-
"href": "https://www.rfc-editor.org/
|
|
58
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-2.2",
|
|
59
59
|
"title": "Types",
|
|
60
60
|
"level": 2,
|
|
61
61
|
"number": "2.2"
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
64
|
"id": "section-2.2.1",
|
|
65
|
-
"href": "https://www.rfc-editor.org/
|
|
65
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-2.2.1",
|
|
66
66
|
"title": "Values",
|
|
67
67
|
"level": 3,
|
|
68
68
|
"number": "2.2.1"
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
71
|
"id": "section-2.2.2",
|
|
72
|
-
"href": "https://www.rfc-editor.org/
|
|
72
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-2.2.2",
|
|
73
73
|
"title": "Choices",
|
|
74
74
|
"level": 3,
|
|
75
75
|
"number": "2.2.2"
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
"id": "section-2.2.2.1",
|
|
79
|
-
"href": "https://www.rfc-editor.org/
|
|
79
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-2.2.2.1",
|
|
80
80
|
"title": "Ranges",
|
|
81
81
|
"level": 4,
|
|
82
82
|
"number": "2.2.2.1"
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
"id": "section-2.2.2.2",
|
|
86
|
-
"href": "https://www.rfc-editor.org/
|
|
86
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-2.2.2.2",
|
|
87
87
|
"title": "Turning a Group into a Choice",
|
|
88
88
|
"level": 4,
|
|
89
89
|
"number": "2.2.2.2"
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
92
|
"id": "section-2.2.3",
|
|
93
|
-
"href": "https://www.rfc-editor.org/
|
|
93
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-2.2.3",
|
|
94
94
|
"title": "Representation Types",
|
|
95
95
|
"level": 3,
|
|
96
96
|
"number": "2.2.3"
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"id": "section-2.2.4",
|
|
100
|
-
"href": "https://www.rfc-editor.org/
|
|
100
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-2.2.4",
|
|
101
101
|
"title": "Root Type",
|
|
102
102
|
"level": 3,
|
|
103
103
|
"number": "2.2.4"
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
106
|
"id": "section-3",
|
|
107
|
-
"href": "https://www.rfc-editor.org/
|
|
107
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-3",
|
|
108
108
|
"title": "Syntax",
|
|
109
109
|
"level": 1,
|
|
110
110
|
"number": "3"
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
"id": "section-3.1",
|
|
114
|
-
"href": "https://www.rfc-editor.org/
|
|
114
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-3.1",
|
|
115
115
|
"title": "General Conventions",
|
|
116
116
|
"level": 2,
|
|
117
117
|
"number": "3.1"
|
|
118
118
|
},
|
|
119
119
|
{
|
|
120
120
|
"id": "section-3.2",
|
|
121
|
-
"href": "https://www.rfc-editor.org/
|
|
121
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-3.2",
|
|
122
122
|
"title": "Occurrence",
|
|
123
123
|
"level": 2,
|
|
124
124
|
"number": "3.2"
|
|
125
125
|
},
|
|
126
126
|
{
|
|
127
127
|
"id": "section-3.3",
|
|
128
|
-
"href": "https://www.rfc-editor.org/
|
|
128
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-3.3",
|
|
129
129
|
"title": "Predefined Names for Types",
|
|
130
130
|
"level": 2,
|
|
131
131
|
"number": "3.3"
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
134
|
"id": "section-3.4",
|
|
135
|
-
"href": "https://www.rfc-editor.org/
|
|
135
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-3.4",
|
|
136
136
|
"title": "Arrays",
|
|
137
137
|
"level": 2,
|
|
138
138
|
"number": "3.4"
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
"id": "section-3.5",
|
|
142
|
-
"href": "https://www.rfc-editor.org/
|
|
142
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-3.5",
|
|
143
143
|
"title": "Maps",
|
|
144
144
|
"level": 2,
|
|
145
145
|
"number": "3.5"
|
|
146
146
|
},
|
|
147
147
|
{
|
|
148
148
|
"id": "section-3.5.1",
|
|
149
|
-
"href": "https://www.rfc-editor.org/
|
|
149
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-3.5.1",
|
|
150
150
|
"title": "Structs",
|
|
151
151
|
"level": 3,
|
|
152
152
|
"number": "3.5.1"
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
"id": "section-3.5.2",
|
|
156
|
-
"href": "https://www.rfc-editor.org/
|
|
156
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-3.5.2",
|
|
157
157
|
"title": "Tables",
|
|
158
158
|
"level": 3,
|
|
159
159
|
"number": "3.5.2"
|
|
160
160
|
},
|
|
161
161
|
{
|
|
162
162
|
"id": "section-3.5.3",
|
|
163
|
-
"href": "https://www.rfc-editor.org/
|
|
163
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-3.5.3",
|
|
164
164
|
"title": "Non-deterministic Order",
|
|
165
165
|
"level": 3,
|
|
166
166
|
"number": "3.5.3"
|
|
167
167
|
},
|
|
168
168
|
{
|
|
169
169
|
"id": "section-3.5.4",
|
|
170
|
-
"href": "https://www.rfc-editor.org/
|
|
170
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-3.5.4",
|
|
171
171
|
"title": "Cuts in Maps",
|
|
172
172
|
"level": 3,
|
|
173
173
|
"number": "3.5.4"
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
176
|
"id": "section-3.6",
|
|
177
|
-
"href": "https://www.rfc-editor.org/
|
|
177
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-3.6",
|
|
178
178
|
"title": "Tags",
|
|
179
179
|
"level": 2,
|
|
180
180
|
"number": "3.6"
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"id": "section-3.7",
|
|
184
|
-
"href": "https://www.rfc-editor.org/
|
|
184
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-3.7",
|
|
185
185
|
"title": "Unwrapping",
|
|
186
186
|
"level": 2,
|
|
187
187
|
"number": "3.7"
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
190
|
"id": "section-3.8",
|
|
191
|
-
"href": "https://www.rfc-editor.org/
|
|
191
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-3.8",
|
|
192
192
|
"title": "Controls",
|
|
193
193
|
"level": 2,
|
|
194
194
|
"number": "3.8"
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
"id": "section-3.8.1",
|
|
198
|
-
"href": "https://www.rfc-editor.org/
|
|
198
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-3.8.1",
|
|
199
199
|
"title": "Control Operator .size",
|
|
200
200
|
"level": 3,
|
|
201
201
|
"number": "3.8.1"
|
|
202
202
|
},
|
|
203
203
|
{
|
|
204
204
|
"id": "section-3.8.2",
|
|
205
|
-
"href": "https://www.rfc-editor.org/
|
|
205
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-3.8.2",
|
|
206
206
|
"title": "Control Operator .bits",
|
|
207
207
|
"level": 3,
|
|
208
208
|
"number": "3.8.2"
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
211
|
"id": "section-3.8.3",
|
|
212
|
-
"href": "https://www.rfc-editor.org/
|
|
212
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-3.8.3",
|
|
213
213
|
"title": "Control Operator .regexp",
|
|
214
214
|
"level": 3,
|
|
215
215
|
"number": "3.8.3"
|
|
216
216
|
},
|
|
217
217
|
{
|
|
218
218
|
"id": "section-3.8.3.1",
|
|
219
|
-
"href": "https://www.rfc-editor.org/
|
|
219
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-3.8.3.1",
|
|
220
220
|
"title": "Usage Considerations",
|
|
221
221
|
"level": 4,
|
|
222
222
|
"number": "3.8.3.1"
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
225
|
"id": "section-3.8.3.2",
|
|
226
|
-
"href": "https://www.rfc-editor.org/
|
|
226
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-3.8.3.2",
|
|
227
227
|
"title": "Discussion",
|
|
228
228
|
"level": 4,
|
|
229
229
|
"number": "3.8.3.2"
|
|
230
230
|
},
|
|
231
231
|
{
|
|
232
232
|
"id": "section-3.8.4",
|
|
233
|
-
"href": "https://www.rfc-editor.org/
|
|
233
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-3.8.4",
|
|
234
234
|
"title": "Control Operators .cbor and .cborseq",
|
|
235
235
|
"level": 3,
|
|
236
236
|
"number": "3.8.4"
|
|
237
237
|
},
|
|
238
238
|
{
|
|
239
239
|
"id": "section-3.8.5",
|
|
240
|
-
"href": "https://www.rfc-editor.org/
|
|
240
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-3.8.5",
|
|
241
241
|
"title": "Control Operators .within and .and",
|
|
242
242
|
"level": 3,
|
|
243
243
|
"number": "3.8.5"
|
|
244
244
|
},
|
|
245
245
|
{
|
|
246
246
|
"id": "section-3.8.6",
|
|
247
|
-
"href": "https://www.rfc-editor.org/
|
|
247
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-3.8.6",
|
|
248
248
|
"title": "Control Operators .lt, .le, .gt, .ge, .eq, .ne, and .default",
|
|
249
249
|
"level": 3,
|
|
250
250
|
"number": "3.8.6"
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
253
|
"id": "section-3.9",
|
|
254
|
-
"href": "https://www.rfc-editor.org/
|
|
254
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-3.9",
|
|
255
255
|
"title": "Socket/Plug",
|
|
256
256
|
"level": 2,
|
|
257
257
|
"number": "3.9"
|
|
258
258
|
},
|
|
259
259
|
{
|
|
260
260
|
"id": "section-3.10",
|
|
261
|
-
"href": "https://www.rfc-editor.org/
|
|
261
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-3.10",
|
|
262
262
|
"title": "Generics",
|
|
263
263
|
"level": 2,
|
|
264
264
|
"number": "3.10"
|
|
265
265
|
},
|
|
266
266
|
{
|
|
267
267
|
"id": "section-3.11",
|
|
268
|
-
"href": "https://www.rfc-editor.org/
|
|
268
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-3.11",
|
|
269
269
|
"title": "Operator Precedence",
|
|
270
270
|
"level": 2,
|
|
271
271
|
"number": "3.11"
|
|
272
272
|
},
|
|
273
273
|
{
|
|
274
274
|
"id": "section-4",
|
|
275
|
-
"href": "https://www.rfc-editor.org/
|
|
275
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-4",
|
|
276
276
|
"title": "Making Use of CDDL",
|
|
277
277
|
"level": 1,
|
|
278
278
|
"number": "4"
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
"id": "section-4.1",
|
|
282
|
-
"href": "https://www.rfc-editor.org/
|
|
282
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-4.1",
|
|
283
283
|
"title": "As a Guide for a Human User",
|
|
284
284
|
"level": 2,
|
|
285
285
|
"number": "4.1"
|
|
286
286
|
},
|
|
287
287
|
{
|
|
288
288
|
"id": "section-4.2",
|
|
289
|
-
"href": "https://www.rfc-editor.org/
|
|
289
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-4.2",
|
|
290
290
|
"title": "For Automated Checking of CBOR Data Structures",
|
|
291
291
|
"level": 2,
|
|
292
292
|
"number": "4.2"
|
|
293
293
|
},
|
|
294
294
|
{
|
|
295
295
|
"id": "section-4.3",
|
|
296
|
-
"href": "https://www.rfc-editor.org/
|
|
296
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-4.3",
|
|
297
297
|
"title": "For Data Analysis Tools",
|
|
298
298
|
"level": 2,
|
|
299
299
|
"number": "4.3"
|
|
300
300
|
},
|
|
301
301
|
{
|
|
302
302
|
"id": "section-5",
|
|
303
|
-
"href": "https://www.rfc-editor.org/
|
|
303
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-5",
|
|
304
304
|
"title": "Security Considerations",
|
|
305
305
|
"level": 1,
|
|
306
306
|
"number": "5"
|
|
307
307
|
},
|
|
308
308
|
{
|
|
309
309
|
"id": "section-6",
|
|
310
|
-
"href": "https://www.rfc-editor.org/
|
|
310
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-6",
|
|
311
311
|
"title": "IANA Considerations",
|
|
312
312
|
"level": 1,
|
|
313
313
|
"number": "6"
|
|
314
314
|
},
|
|
315
315
|
{
|
|
316
316
|
"id": "section-6.1",
|
|
317
|
-
"href": "https://www.rfc-editor.org/
|
|
317
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-6.1",
|
|
318
318
|
"title": "CDDL Control Operators Registry",
|
|
319
319
|
"level": 2,
|
|
320
320
|
"number": "6.1"
|
|
321
321
|
},
|
|
322
322
|
{
|
|
323
323
|
"id": "section-7",
|
|
324
|
-
"href": "https://www.rfc-editor.org/
|
|
324
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-7",
|
|
325
325
|
"title": "References",
|
|
326
326
|
"level": 1,
|
|
327
327
|
"number": "7"
|
|
328
328
|
},
|
|
329
329
|
{
|
|
330
330
|
"id": "section-7.1",
|
|
331
|
-
"href": "https://www.rfc-editor.org/
|
|
331
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-7.1",
|
|
332
332
|
"title": "Normative References",
|
|
333
333
|
"level": 2,
|
|
334
334
|
"number": "7.1"
|
|
335
335
|
},
|
|
336
336
|
{
|
|
337
337
|
"id": "section-7.2",
|
|
338
|
-
"href": "https://www.rfc-editor.org/
|
|
338
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#section-7.2",
|
|
339
339
|
"title": "Informative References",
|
|
340
340
|
"level": 2,
|
|
341
341
|
"number": "7.2"
|
|
342
342
|
},
|
|
343
343
|
{
|
|
344
344
|
"id": "appendix-A",
|
|
345
|
-
"href": "https://www.rfc-editor.org/
|
|
345
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#appendix-A",
|
|
346
346
|
"title": "Parsing Expression Grammars (PEGs)",
|
|
347
347
|
"level": 1,
|
|
348
348
|
"number": "A"
|
|
349
349
|
},
|
|
350
350
|
{
|
|
351
351
|
"id": "appendix-B",
|
|
352
|
-
"href": "https://www.rfc-editor.org/
|
|
352
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#appendix-B",
|
|
353
353
|
"title": "ABNF Grammar",
|
|
354
354
|
"level": 1,
|
|
355
355
|
"number": "B"
|
|
356
356
|
},
|
|
357
357
|
{
|
|
358
358
|
"id": "appendix-C",
|
|
359
|
-
"href": "https://www.rfc-editor.org/
|
|
359
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#appendix-C",
|
|
360
360
|
"title": "Matching Rules",
|
|
361
361
|
"level": 1,
|
|
362
362
|
"number": "C"
|
|
363
363
|
},
|
|
364
|
+
{
|
|
365
|
+
"id": "appendix-D",
|
|
366
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#appendix-D",
|
|
367
|
+
"title": "Standard Prelude",
|
|
368
|
+
"level": 1,
|
|
369
|
+
"number": "D"
|
|
370
|
+
},
|
|
364
371
|
{
|
|
365
372
|
"id": "appendix-E",
|
|
366
|
-
"href": "https://www.rfc-editor.org/
|
|
373
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#appendix-E",
|
|
367
374
|
"title": "Use with JSON",
|
|
368
375
|
"level": 1,
|
|
369
376
|
"number": "E"
|
|
370
377
|
},
|
|
371
378
|
{
|
|
372
379
|
"id": "appendix-F",
|
|
373
|
-
"href": "https://www.rfc-editor.org/
|
|
380
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#appendix-F",
|
|
374
381
|
"title": "A CDDL Tool",
|
|
375
382
|
"level": 1,
|
|
376
383
|
"number": "F"
|
|
377
384
|
},
|
|
378
385
|
{
|
|
379
386
|
"id": "appendix-G",
|
|
380
|
-
"href": "https://www.rfc-editor.org/
|
|
387
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#appendix-G",
|
|
381
388
|
"title": "Extended Diagnostic Notation",
|
|
382
389
|
"level": 1,
|
|
383
390
|
"number": "G"
|
|
384
391
|
},
|
|
385
392
|
{
|
|
386
393
|
"id": "appendix-G.1",
|
|
387
|
-
"href": "https://www.rfc-editor.org/
|
|
394
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#appendix-G.1",
|
|
388
395
|
"title": "Whitespace in Byte String Notation",
|
|
389
396
|
"level": 2,
|
|
390
397
|
"number": "G.1"
|
|
391
398
|
},
|
|
392
399
|
{
|
|
393
400
|
"id": "appendix-G.2",
|
|
394
|
-
"href": "https://www.rfc-editor.org/
|
|
401
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#appendix-G.2",
|
|
395
402
|
"title": "Text in Byte String Notation",
|
|
396
403
|
"level": 2,
|
|
397
404
|
"number": "G.2"
|
|
398
405
|
},
|
|
399
406
|
{
|
|
400
407
|
"id": "appendix-G.3",
|
|
401
|
-
"href": "https://www.rfc-editor.org/
|
|
408
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#appendix-G.3",
|
|
402
409
|
"title": "Embedded CBOR and CBOR Sequences in Byte Strings",
|
|
403
410
|
"level": 2,
|
|
404
411
|
"number": "G.3"
|
|
405
412
|
},
|
|
406
413
|
{
|
|
407
414
|
"id": "appendix-G.4",
|
|
408
|
-
"href": "https://www.rfc-editor.org/
|
|
415
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#appendix-G.4",
|
|
409
416
|
"title": "Concatenated Strings",
|
|
410
417
|
"level": 2,
|
|
411
418
|
"number": "G.4"
|
|
412
419
|
},
|
|
413
420
|
{
|
|
414
421
|
"id": "appendix-G.5",
|
|
415
|
-
"href": "https://www.rfc-editor.org/
|
|
422
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#appendix-G.5",
|
|
416
423
|
"title": "Hexadecimal, Octal, and Binary Numbers",
|
|
417
424
|
"level": 2,
|
|
418
425
|
"number": "G.5"
|
|
419
426
|
},
|
|
420
427
|
{
|
|
421
428
|
"id": "appendix-G.6",
|
|
422
|
-
"href": "https://www.rfc-editor.org/
|
|
429
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#appendix-G.6",
|
|
423
430
|
"title": "Comments",
|
|
424
431
|
"level": 2,
|
|
425
432
|
"number": "G.6"
|
|
426
433
|
},
|
|
427
434
|
{
|
|
428
435
|
"id": "appendix-H",
|
|
429
|
-
"href": "https://www.rfc-editor.org/
|
|
436
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#appendix-H",
|
|
430
437
|
"title": "Examples",
|
|
431
438
|
"level": 1,
|
|
432
439
|
"number": "H"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"id": "in-this-section",
|
|
443
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#in-this-section",
|
|
444
|
+
"level": 2,
|
|
445
|
+
"title": "In this section"
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"id": "concise-data-definition-language-cddl-a-notational-convention-to-express-concise-binary-object-representation-cbor-and-json-data-structures",
|
|
449
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#concise-data-definition-language-cddl-a-notational-convention-to-express-concise-binary-object-representation-cbor-and-json-data-structures",
|
|
450
|
+
"level": 1,
|
|
451
|
+
"title": "RFC 8610: Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures"
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"id": "this-rfc-was-updated",
|
|
455
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#this-rfc-was-updated",
|
|
456
|
+
"level": 2,
|
|
457
|
+
"title": "This RFC was updated"
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"id": "useful-links",
|
|
461
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#useful-links",
|
|
462
|
+
"level": 2,
|
|
463
|
+
"title": "Useful links"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"id": "contact-us",
|
|
467
|
+
"href": "https://www.rfc-editor.org/info/rfc8610/#contact-us",
|
|
468
|
+
"level": 2,
|
|
469
|
+
"title": "Contact Us"
|
|
433
470
|
}
|
|
434
471
|
]
|
|
435
472
|
}
|