Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/wmill/bootstrap/common.ts>SchemaProperty

Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool.
Go to Latest
interface SchemaProperty
import { type SchemaProperty } from "https://deno.land/x/wmill@v1.345.2/bootstrap/common.ts";

Properties

type: string | undefined
optional
description: string
optional
pattern: string
optional
default: any
optional
enum: string[]
optional
contentEncoding: "base64" | "binary"
optional
format: string
optional
items: { type?:
| "string"
| "number"
| "bytes"
| "object"
; contentEncoding?: "base64"; enum?: string[]; }
optional
min: number
optional
max: number
optional
currency: string
optional
currencyLocale: string
optional
multiselect: boolean
optional
customErrorMessage: string
optional
properties: { [name: string]: SchemaProperty; }
optional
required: string[]
optional
showExpr: string