Record
number-schema
JSON Schema for number/integer type
record number-schema {
description: option<string>,
maximum: option<f64>,
minimum: option<f64>,
title: option<string>,
type: number-schema-type,
}Fields
| Name | Type | Description |
|---|---|---|
| description | option<string> | |
| maximum | option<f64> | |
| minimum | option<f64> | |
| title | option<string> | |
| type | number-schema-type |