Search Docs
const JSONTypeSchema: Record<string, any>
const
Record
string
any
JSON schema definition for JSON values (object, array, string, number, boolean, null).
const MySchema = { type: "object", properties: { myJsonField: JSONTypeSchema, }, }