Skip to content

Commit 2ade715

Browse files
committed
docHaystack: add link to JSON schema
1 parent b60edb1 commit 2ade715

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/docHaystack/doc/Json.fandoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ without a '_kind' are, by definition, dicts.
4141

4242
The following sections indicate how the various Haystack types are encoded as JSON objects.
4343

44+
A JSON Schema for this encoding can be found on
45+
[GitHub]`https://raw.githubusercontent.com/j2inn/hayson/master/hayson-json-schema.json`.
46+
4447
Number [#number]
4548
================
4649
A JSON number. If the number is special or has a unit, it is encoded an object with
@@ -432,4 +435,5 @@ Here is another example with nested lists, dicts, and grids:
432435
}},
433436
{"type":"scalar", "val":"simple string"}
434437
]
435-
}
438+
}
439+

0 commit comments

Comments
 (0)