Skip to content

Commit

Permalink
Create ref1.json
Browse files Browse the repository at this point in the history
  • Loading branch information
schreddies authored Mar 31, 2024
1 parent e68dfdf commit c5c6589
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions ref1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"glossary": {
"qwerty": {"$ref": "#/glossary/title"},
"title": {"$ref": "#/glossary/qwerty"},
"GlossDiv": {
"title": "S",
"GlossList": {
"GlossEntry": {
"ID": "SGML",
"SortAs": "SGML",
"GlossTerm": "Standard Generalized Markup Language",
"Acronym": "SGML",
"Abbrev": "ISO 8879:1986",
"GlossDef": {
"para": "A meta-markup language, used to create markup languages such as DocBook.",
"GlossSeeAlso": ["GML", "XML"]
},
"GlossSee": {"$ref": "#/glossary/title"}
}
}
}
}
}

0 comments on commit c5c6589

Please sign in to comment.