You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title = {{Date and Time on the Internet: Timestamps}},
34
+
pagetotal = 18,
35
+
year = 2002,
36
+
month = jul,
37
+
abstract = {This document defines a date and time format for use in Internet protocols that is a profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.},
38
+
}
39
+
@misc{rfc3986,
40
+
series = {Request for Comments},
41
+
number = 3986,
42
+
howpublished = {RFC 3986},
43
+
publisher = {RFC Editor},
44
+
doi = {10.17487/RFC3986},
45
+
url = {https://www.rfc-editor.org/info/rfc3986},
46
+
author = {Tim Berners-Lee and Roy T. Fielding and Larry M Masinter},
47
+
title = {{Uniform Resource Identifier (URI): Generic Syntax}},
48
+
pagetotal = 61,
49
+
year = 2005,
50
+
month = jan,
51
+
abstract = {A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource. This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet. The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier. This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme. {[}STANDARDS-TRACK{]}},
52
+
}
25
53
@misc{rfc4648,
26
54
series = {Request for Comments},
27
55
number = 4648,
@@ -50,6 +78,34 @@ @misc{rfc7517
50
78
month = may,
51
79
abstract = {A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. This specification also defines a JWK Set JSON data structure that represents a set of JWKs. Cryptographic algorithms and identifiers for use with this specification are described in the separate JSON Web Algorithms (JWA) specification and IANA registries established by that specification.},
52
80
}
81
+
@misc{rfc8259,
82
+
series = {Request for Comments},
83
+
number = 8259,
84
+
howpublished = {RFC 8259},
85
+
publisher = {RFC Editor},
86
+
doi = {10.17487/RFC8259},
87
+
url = {https://www.rfc-editor.org/info/rfc8259},
88
+
author = {Tim Bray},
89
+
title = {{The JavaScript Object Notation (JSON) Data Interchange Format}},
90
+
pagetotal = 16,
91
+
year = 2017,
92
+
month = dec,
93
+
abstract = {JavaScript Object Notation (JSON) is a lightweight, text-based, language-independent data interchange format. It was derived from the ECMAScript Programming Language Standard. JSON defines a small set of formatting rules for the portable representation of structured data. This document removes inconsistencies with other specifications of JSON, repairs specification errors, and offers experience-based interoperability guidance.},
94
+
}
95
+
@misc{rfc8610,
96
+
series = {Request for Comments},
97
+
number = 8610,
98
+
howpublished = {RFC 8610},
99
+
publisher = {RFC Editor},
100
+
doi = {10.17487/RFC8610},
101
+
url = {https://www.rfc-editor.org/info/rfc8610},
102
+
author = {Henk Birkholz and Christoph Vigano and Carsten Bormann},
103
+
title = {{Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures}},
104
+
pagetotal = 64,
105
+
year = 2019,
106
+
month = jun,
107
+
abstract = {This document proposes a notational convention to express Concise Binary Object Representation (CBOR) data structures (RFC 7049). Its main goal is to provide an easy and unambiguous way to express structures for protocol messages and data formats that use CBOR or JSON.},
0 commit comments