Record
enum-schema
JSON Schema for enum type
record enum-schema {
description: option<string>,
enum: list<string>,
enum-names: option<list<string>>,
title: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| description | option<string> | |
| enum | list<string> | Allowed values |
| enum-names | option<list<string>> | Human-readable names for enum values |
| title | option<string> |