PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/schema-utils/node_modules/ajv/lib/vocabularies/dynamic

Просмотр файла: recursiveRef.ts

import type {CodeKeywordDefinition} from "../../types"
import {dynamicRef} from "./dynamicRef"

const def: CodeKeywordDefinition = {
  keyword: "$recursiveRef",
  schemaType: "string",
  code: (cxt) => dynamicRef(cxt, cxt.schema),
}

export default def

Выполнить команду


Для локальной разработки. Не используйте в интернете!