Skip to content

Commit bb6a237

Browse files
committed
Add $ref to docs
1 parent 8e3c8bf commit bb6a237

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,13 @@ var schema = {
655655
]
656656
```
657657
658+
$ref
659+
----------------
660+
`$ref` support is provided by the `json-refs` module and is currently using the filter `[ 'relative', 'local', 'remote' ]`
661+
662+
**Note**: An object containing `$ref` should be assumed to be entirely replaced by the referenced object as per the
663+
json-schema specification.
664+
658665
Standard Options
659666
----------------
660667

0 commit comments

Comments
 (0)