| description |
Whole number without decimal places
|
Exact numeric value with fixed precision and scale
|
Approximate numeric value with floating-point precision
|
Variable-length character string
|
Fixed-length character string
|
Fixed or variable-length binary data
|
Large binary data storage
|
Calendar date without time component
|
Time of day without date component
|
Date and time combined
|
True/false logical value
|
JSON document storage
|
Value from a predefined set of allowed values
|
Geographic data (spherical coordinates)
|
Currency amount with precision
|
Time duration or interval
|
| parameter_schema |
{"type": "object", "properties": {"min_value": {"type": "int", "description": "Minimum allowed value...
|
{"type": "object", "properties": {"precision": {"type": "int", "description": "Total number of digit...
|
{"type": "object", "properties": {"precision": {"type": "int", "description": "Number of significant...
|
{"type": "object", "properties": {"min_length": {"type": "int", "description": "Minimum number of ch...
|
{"type": "object", "properties": {"length": {"type": "int", "description": "Exact number of characte...
|
{"type": "object", "properties": {"length": {"type": "int", "description": "Fixed length in bytes (f...
|
{"type": "object", "properties": {"max_size": {"type": "int", "description": "Maximum size in bytes"...
|
{"type": "object", "properties": {"min_date": {"type": "string", "description": "Minimum allowed dat...
|
{"type": "object", "properties": {"with_timezone": {"type": "boolean", "description": "Whether to in...
|
{"type": "object", "properties": {"with_timezone": {"type": "boolean", "description": "Whether to in...
|
{"type": "object", "properties": {}}
|
{"type": "object", "properties": {"binary": {"type": "boolean", "description": "Whether to use binar...
|
{"type": "object", "properties": {"values": {"type": "string", "description": "JSON array of allowed...
|
{"type": "object", "properties": {"srid": {"type": "int", "description": "Spatial Reference System I...
|
{"type": "object", "properties": {"currency": {"type": "string", "description": "ISO 4217 currency c...
|
{"type": "object", "properties": {"fields": {"type": "enum", "description": "Interval precision fiel...
|