We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa2337 commit 5af4903Copy full SHA for 5af4903
common/jsonld.js
@@ -2,6 +2,7 @@ const jsonld = {
2
// Add as the respecConfig localBiblio variable
3
// Extend or override global respec references
4
localBiblio: {
5
+
6
// aliases to known references
7
"IEEE-754-2008": {
8
title: "IEEE 754-2008 Standard for Floating-Point Arithmetic",
@@ -31,6 +32,7 @@ const jsonld = {
31
32
date: 'February 16, 2019'
33
}
34
},
35
36
conversions: {
37
"https://w3c.github.io/json-ld-syntax/": "http://www.w3.org/TR/json-ld11/",
38
"https://w3c.github.io/json-ld-api/": "http://www.w3.org/TR/json-ld11-api/",
0 commit comments