main
Last change
on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
253 bytes
|
Rev | Line | |
---|
[79a0317] | 1 | import type {CodeKeywordDefinition} from "../../types"
|
---|
| 2 | import {dynamicRef} from "./dynamicRef"
|
---|
| 3 |
|
---|
| 4 | const def: CodeKeywordDefinition = {
|
---|
| 5 | keyword: "$recursiveRef",
|
---|
| 6 | schemaType: "string",
|
---|
| 7 | code: (cxt) => dynamicRef(cxt, cxt.schema),
|
---|
| 8 | }
|
---|
| 9 |
|
---|
| 10 | export default def
|
---|
Note:
See
TracBrowser
for help on using the repository browser.