Record
boolean-schema
JSON Schema for boolean type
record boolean-schema {
default: option<bool>,
description: option<string>,
title: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| default | option<bool> | |
| description | option<string> | |
| title | option<string> |