Skip to content

Documentation / @agentick/core / isStandardJSONSchema

Function: isStandardJSONSchema()

isStandardJSONSchema(value): boolean

Defined in: kernel/src/schema.ts:132

Check if value is a Standard Schema with JSON Schema support.

Parameters

value

unknown

Returns

boolean

See

https://standardschema.dev/json-schema

Released under the ISC License.