source:
trip-planner-front/node_modules/ajv/lib/vocabularies/dynamic/recursiveRef.ts@
6a80231
Last change on this file since 6a80231 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 253 bytes |
Line | |
---|---|
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.