How to use the @talend/json-schema-form-core.merge function in @talend/json-schema-form-core

To help you get started, we’ve selected a few @talend/json-schema-form-core examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Talend / ui / packages / forms / src / UIForm / merge.js View on Github external
export default (jsonSchema, uiSchema) => {
	const props = { jsonSchema, uiSchema };
	if (!jsonSchema) {
		return props;
	}
	props.mergedSchema = merge(props.jsonSchema, props.uiSchema);
	return props;
};

@talend/json-schema-form-core

JSON-Schema and JSON-UI-Schema utilities for form generation.

MIT
Latest version published 3 months ago

Package Health Score

66 / 100
Full package analysis