@@ -2,44 +2,13 @@ const jsonld = {
2
2
// Add as the respecConfig localBiblio variable
3
3
// Extend or override global respec references
4
4
localBiblio : {
5
- "JSON-LD11" : {
6
- title : "JSON-LD 1.1" ,
7
- href : "https://w3c.github.io/json-ld-syntax/" ,
8
- authors : [ "Gregg Kellogg" , "Pierre-Antoine Champin" ] ,
9
- publisher : "W3C" ,
10
- status : 'FPWD' ,
11
- date : '10 May 2019'
12
- } ,
13
- "JSON-LD11-API" : {
14
- title : "JSON-LD 1.1 Processing Algorithms and API" ,
15
- href : "https://w3c.github.io/json-ld-api/" ,
16
- authors : [ "Gregg Kellogg" ] ,
17
- publisher : "W3C" ,
18
- status : 'FPWD' ,
19
- date : '10 May 2019'
20
- } ,
21
- "JSON-LD11-FRAMING" : {
22
- title : "JSON-LD 1.1 Framing" ,
23
- href : "https://w3c.github.io/json-ld-framing/" ,
24
- authors : [ "Gregg Kellogg" ] ,
25
- publisher : "W3C" ,
26
- status : 'FPWD' ,
27
- date : '10 May 2019'
28
- } ,
29
5
// aliases to known references
30
6
"IEEE-754-2008" : {
31
7
title : "IEEE 754-2008 Standard for Floating-Point Arithmetic" ,
32
8
href : "http://standards.ieee.org/findstds/standard/754-2008.html" ,
33
9
publisher : "Institute of Electrical and Electronics Engineers" ,
34
10
date : "2008"
35
11
} ,
36
- "PROMISES" : {
37
- title : 'Promise Objects' ,
38
- href : 'https://github.com/domenic/promises-unwrapping' ,
39
- authors : [ 'Domenic Denicola' ] ,
40
- status : 'unofficial' ,
41
- date : 'January 2014'
42
- } ,
43
12
"JSON.API" : {
44
13
title : "JSON API" ,
45
14
href : "https://jsonapi.org/format/" ,
0 commit comments