Record
string-schema
JSON Schema for string type
record string-schema {
description: option<string>,
format: option<string-schema-format>,
max-length: option<u32>,
min-length: option<u32>,
title: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| description | option<string> | |
| format | option<string-schema-format> | |
| max-length | option<u32> | |
| min-length | option<u32> | |
| title | option<string> |