Skip to content

Documentation / @agentick/kernel / isJSONSchema

Function: isJSONSchema() ​

isJSONSchema(value): boolean

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

Check if value looks like a JSON Schema (already converted).

Parameters ​

value ​

unknown

Returns ​

boolean

Released under the ISC License.