@webref/xref 1.1.1 → 1.2.1

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.
Files changed (82) hide show
  1. package/README.md +77 -0
  2. package/ed/dfns/attribution.json +17 -17
  3. package/ed/dfns/connection-allowlists.json +780 -0
  4. package/ed/dfns/did-resolution.json +17 -17
  5. package/ed/dfns/ecmascript.json +2 -2
  6. package/ed/dfns/encoding.json +20 -0
  7. package/ed/dfns/picture-in-picture.json +58 -18
  8. package/ed/dfns/pointerevents4.json +27 -0
  9. package/ed/dfns/rfc8610.json +6 -5
  10. package/ed/dfns/sanitizer-api.json +20 -0
  11. package/ed/dfns/shacl12-rules.json +181 -86
  12. package/ed/dfns/speech-api.json +22 -0
  13. package/ed/dfns/vc-recognized-entities.json +6 -6
  14. package/ed/dfns/web-smart-card.json +1065 -1151
  15. package/ed/dfns/webdriver-bidi.json +1748 -679
  16. package/ed/dfns/webmcp.json +164 -3
  17. package/ed/dfns/webnn.json +20 -0
  18. package/ed/dfns/webrtc-encoded-transform.json +28 -28
  19. package/ed/dfns/webrtc-ice.json +2 -2
  20. package/ed/headings/attribution.json +21 -0
  21. package/ed/headings/connection-allowlists.json +228 -0
  22. package/ed/headings/did-resolution.json +161 -92
  23. package/ed/headings/dom.json +1 -1
  24. package/ed/headings/ecmascript.json +1 -1
  25. package/ed/headings/encoding.json +1 -1
  26. package/ed/headings/picture-in-picture.json +5 -5
  27. package/ed/headings/rfc2397.json +33 -9
  28. package/ed/headings/rfc4120.json +164 -134
  29. package/ed/headings/rfc6386.json +128 -104
  30. package/ed/headings/rfc6454.json +62 -38
  31. package/ed/headings/rfc6455.json +120 -90
  32. package/ed/headings/rfc6797.json +104 -80
  33. package/ed/headings/rfc7034.json +52 -28
  34. package/ed/headings/rfc7239.json +55 -31
  35. package/ed/headings/rfc7469.json +63 -39
  36. package/ed/headings/rfc7578.json +54 -30
  37. package/ed/headings/rfc7932.json +70 -40
  38. package/ed/headings/rfc8610.json +93 -63
  39. package/ed/headings/rfc8878.json +97 -88
  40. package/ed/headings/rfc9163.json +62 -59
  41. package/ed/headings/rfc9649.json +82 -79
  42. package/ed/headings/rfc9659.json +33 -30
  43. package/ed/headings/secure-payment-confirmation.json +1 -1
  44. package/ed/headings/selectors-5.json +8 -1
  45. package/ed/headings/service-workers.json +1 -1
  46. package/ed/headings/shacl12-rules.json +125 -85
  47. package/ed/headings/soft-navigations.json +1 -1
  48. package/ed/headings/storage-access.json +2 -2
  49. package/ed/headings/vc-data-model-2.1.json +72 -72
  50. package/ed/headings/vc-jose-cose.json +70 -70
  51. package/ed/headings/vc-recognized-entities.json +62 -32
  52. package/ed/headings/web-smart-card.json +106 -217
  53. package/ed/headings/webdriver-bidi.json +25 -4
  54. package/ed/headings/webidl.json +1 -1
  55. package/ed/headings/webmcp.json +14 -0
  56. package/ed/headings/webnn.json +1 -1
  57. package/ed/headings/webrtc-encoded-transform.json +1 -1
  58. package/ed/headings/webusb.json +1 -1
  59. package/ed/headings/webvtt1.json +2 -2
  60. package/index.js +56 -8
  61. package/package.json +1 -1
  62. package/specs.json +28925 -0
  63. package/tr/dfns/attribution.json +17 -17
  64. package/tr/dfns/did-resolution.json +17 -17
  65. package/tr/dfns/picture-in-picture.json +58 -18
  66. package/tr/dfns/pointerevents4.json +27 -0
  67. package/tr/dfns/shacl12-rules.json +181 -86
  68. package/tr/dfns/webdriver-bidi.json +1748 -679
  69. package/tr/dfns/webnn.json +20 -0
  70. package/tr/dfns/webrtc-encoded-transform.json +28 -28
  71. package/tr/dfns/webvtt1.json +82 -95
  72. package/tr/headings/attribution.json +21 -0
  73. package/tr/headings/did-resolution.json +161 -92
  74. package/tr/headings/picture-in-picture.json +5 -5
  75. package/tr/headings/secure-payment-confirmation.json +1 -1
  76. package/tr/headings/service-workers.json +1 -1
  77. package/tr/headings/shacl12-rules.json +125 -85
  78. package/tr/headings/webauthn-3.json +9 -2
  79. package/tr/headings/webdriver-bidi.json +25 -4
  80. package/tr/headings/webnn.json +1 -1
  81. package/tr/headings/webrtc-encoded-transform.json +1 -1
  82. package/tr/headings/webvtt1.json +3 -9
@@ -1,435 +1,465 @@
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/rfc/rfc8610"
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/rfc/rfc8610#section-1",
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/rfc/rfc8610#section-1.1",
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/rfc/rfc8610#section-1.2",
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/rfc/rfc8610#section-2",
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/rfc/rfc8610#section-2.1",
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/rfc/rfc8610#section-2.1.1",
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/rfc/rfc8610#section-2.1.2",
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/rfc/rfc8610#section-2.2",
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/rfc/rfc8610#section-2.2.1",
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/rfc/rfc8610#section-2.2.2",
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/rfc/rfc8610#section-2.2.2.1",
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/rfc/rfc8610#section-2.2.2.2",
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/rfc/rfc8610#section-2.2.3",
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/rfc/rfc8610#section-2.2.4",
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/rfc/rfc8610#section-3",
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/rfc/rfc8610#section-3.1",
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/rfc/rfc8610#section-3.2",
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/rfc/rfc8610#section-3.3",
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/rfc/rfc8610#section-3.4",
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/rfc/rfc8610#section-3.5",
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/rfc/rfc8610#section-3.5.1",
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/rfc/rfc8610#section-3.5.2",
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/rfc/rfc8610#section-3.5.3",
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/rfc/rfc8610#section-3.5.4",
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/rfc/rfc8610#section-3.6",
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/rfc/rfc8610#section-3.7",
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/rfc/rfc8610#section-3.8",
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/rfc/rfc8610#section-3.8.1",
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/rfc/rfc8610#section-3.8.2",
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/rfc/rfc8610#section-3.8.3",
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/rfc/rfc8610#section-3.8.3.1",
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/rfc/rfc8610#section-3.8.3.2",
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/rfc/rfc8610#section-3.8.4",
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/rfc/rfc8610#section-3.8.5",
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/rfc/rfc8610#section-3.8.6",
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/rfc/rfc8610#section-3.9",
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/rfc/rfc8610#section-3.10",
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/rfc/rfc8610#section-3.11",
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/rfc/rfc8610#section-4",
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/rfc/rfc8610#section-4.1",
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/rfc/rfc8610#section-4.2",
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/rfc/rfc8610#section-4.3",
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/rfc/rfc8610#section-5",
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/rfc/rfc8610#section-6",
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/rfc/rfc8610#section-6.1",
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/rfc/rfc8610#section-7",
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/rfc/rfc8610#section-7.1",
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/rfc/rfc8610#section-7.2",
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/rfc/rfc8610#appendix-A",
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/rfc/rfc8610#appendix-B",
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/rfc/rfc8610#appendix-C",
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
364
  {
365
365
  "id": "appendix-E",
366
- "href": "https://www.rfc-editor.org/rfc/rfc8610#appendix-E",
366
+ "href": "https://www.rfc-editor.org/info/rfc8610/#appendix-E",
367
367
  "title": "Use with JSON",
368
368
  "level": 1,
369
369
  "number": "E"
370
370
  },
371
371
  {
372
372
  "id": "appendix-F",
373
- "href": "https://www.rfc-editor.org/rfc/rfc8610#appendix-F",
373
+ "href": "https://www.rfc-editor.org/info/rfc8610/#appendix-F",
374
374
  "title": "A CDDL Tool",
375
375
  "level": 1,
376
376
  "number": "F"
377
377
  },
378
378
  {
379
379
  "id": "appendix-G",
380
- "href": "https://www.rfc-editor.org/rfc/rfc8610#appendix-G",
380
+ "href": "https://www.rfc-editor.org/info/rfc8610/#appendix-G",
381
381
  "title": "Extended Diagnostic Notation",
382
382
  "level": 1,
383
383
  "number": "G"
384
384
  },
385
385
  {
386
386
  "id": "appendix-G.1",
387
- "href": "https://www.rfc-editor.org/rfc/rfc8610#appendix-G.1",
387
+ "href": "https://www.rfc-editor.org/info/rfc8610/#appendix-G.1",
388
388
  "title": "Whitespace in Byte String Notation",
389
389
  "level": 2,
390
390
  "number": "G.1"
391
391
  },
392
392
  {
393
393
  "id": "appendix-G.2",
394
- "href": "https://www.rfc-editor.org/rfc/rfc8610#appendix-G.2",
394
+ "href": "https://www.rfc-editor.org/info/rfc8610/#appendix-G.2",
395
395
  "title": "Text in Byte String Notation",
396
396
  "level": 2,
397
397
  "number": "G.2"
398
398
  },
399
399
  {
400
400
  "id": "appendix-G.3",
401
- "href": "https://www.rfc-editor.org/rfc/rfc8610#appendix-G.3",
401
+ "href": "https://www.rfc-editor.org/info/rfc8610/#appendix-G.3",
402
402
  "title": "Embedded CBOR and CBOR Sequences in Byte Strings",
403
403
  "level": 2,
404
404
  "number": "G.3"
405
405
  },
406
406
  {
407
407
  "id": "appendix-G.4",
408
- "href": "https://www.rfc-editor.org/rfc/rfc8610#appendix-G.4",
408
+ "href": "https://www.rfc-editor.org/info/rfc8610/#appendix-G.4",
409
409
  "title": "Concatenated Strings",
410
410
  "level": 2,
411
411
  "number": "G.4"
412
412
  },
413
413
  {
414
414
  "id": "appendix-G.5",
415
- "href": "https://www.rfc-editor.org/rfc/rfc8610#appendix-G.5",
415
+ "href": "https://www.rfc-editor.org/info/rfc8610/#appendix-G.5",
416
416
  "title": "Hexadecimal, Octal, and Binary Numbers",
417
417
  "level": 2,
418
418
  "number": "G.5"
419
419
  },
420
420
  {
421
421
  "id": "appendix-G.6",
422
- "href": "https://www.rfc-editor.org/rfc/rfc8610#appendix-G.6",
422
+ "href": "https://www.rfc-editor.org/info/rfc8610/#appendix-G.6",
423
423
  "title": "Comments",
424
424
  "level": 2,
425
425
  "number": "G.6"
426
426
  },
427
427
  {
428
428
  "id": "appendix-H",
429
- "href": "https://www.rfc-editor.org/rfc/rfc8610#appendix-H",
429
+ "href": "https://www.rfc-editor.org/info/rfc8610/#appendix-H",
430
430
  "title": "Examples",
431
431
  "level": 1,
432
432
  "number": "H"
433
+ },
434
+ {
435
+ "id": "in-this-section",
436
+ "href": "https://www.rfc-editor.org/info/rfc8610/#in-this-section",
437
+ "level": 2,
438
+ "title": "In this section"
439
+ },
440
+ {
441
+ "id": "concise-data-definition-language-cddl-a-notational-convention-to-express-concise-binary-object-representation-cbor-and-json-data-structures",
442
+ "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",
443
+ "level": 1,
444
+ "title": "RFC 8610: Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures"
445
+ },
446
+ {
447
+ "id": "this-rfc-was-updated",
448
+ "href": "https://www.rfc-editor.org/info/rfc8610/#this-rfc-was-updated",
449
+ "level": 2,
450
+ "title": "This RFC was updated"
451
+ },
452
+ {
453
+ "id": "useful-links",
454
+ "href": "https://www.rfc-editor.org/info/rfc8610/#useful-links",
455
+ "level": 2,
456
+ "title": "Useful links"
457
+ },
458
+ {
459
+ "id": "contact-us",
460
+ "href": "https://www.rfc-editor.org/info/rfc8610/#contact-us",
461
+ "level": 2,
462
+ "title": "Contact Us"
433
463
  }
434
464
  ]
435
465
  }