![JAR search and dependency download from the Maven repository](/logo.png)
package.es.refractor.toolbox.mjs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apidom-ns-json-schema-draft-7 Show documentation
Show all versions of apidom-ns-json-schema-draft-7 Show documentation
JSON Schema Draft 7 namespace for ApiDOM.
import { createNamespace, isStringElement } from '@swagger-api/apidom-core';
import * as jsonSchemaDraft7Predicates from "../predicates.mjs";
import jsonSchemaDraft7Namespace from "../namespace.mjs";
const createToolbox = () => {
const namespace = createNamespace(jsonSchemaDraft7Namespace);
const predicates = {
...jsonSchemaDraft7Predicates,
isStringElement
};
return {
predicates,
namespace
};
};
export default createToolbox;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy