Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/windmill/node_modules/@types/json-schema/index.d.ts>checkPropertyChange

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
function checkPropertyChange
import { checkPropertyChange } from "https://deno.land/x/windmill@v1.355.3/node_modules/@types/json-schema/index.d.ts";

The checkPropertyChange method will check to see if an value can legally be in property with the given schema This is slightly different than the validate method in that it will fail if the schema is readonly and it will not check for self-validation, it is assumed that the passed in value is already internally valid.

Parameters

value: any
property: string