Documentation / @agentick/kernel / StandardJSONSchemaV1Props
Interface: StandardJSONSchemaV1Props
Defined in: kernel/src/schema.ts:31
Standard JSON Schema V1 interface (subset for conversion).
See
https://standardschema.dev/json-schema
Extends
Properties
jsonSchema
readonlyjsonSchema:object
Defined in: kernel/src/schema.ts:32
input()
readonlyinput: (options) =>Record<string,unknown>
Parameters
options
target
string
Returns
Record<string, unknown>
output()?
readonlyoptionaloutput: (options) =>Record<string,unknown>
Parameters
options
target
string
Returns
Record<string, unknown>
validate()?
readonlyoptionalvalidate: (value) =>unknown
Defined in: kernel/src/schema.ts:24
Parameters
value
unknown
Returns
unknown
Inherited from
StandardSchemaV1Props.validate
vendor
readonlyvendor:string
Defined in: kernel/src/schema.ts:23
Inherited from
version
readonlyversion:1
Defined in: kernel/src/schema.ts:22