effect-io-ai

Package: effect
Module: JsonSchema

JsonSchema.Type

The JSON Schema primitive type names.

When to use

Use to restrict a JSON Schema type keyword to the supported primitive names.

Signature

type Type = "string" | "number" | "boolean" | "array" | "object" | "null" | "integer"

Source

Since v4.0.0