v0.0.4b

URL Field

Jan 1, 2026

Fields

Type: URL

A field for storing and validating web URLs.

Properties

  • Dimensions: Supports scalar (single URL) or array (list of URLs)

  • Required: Can be set conditionally based on expressions

Validation

  • Must be a string value

  • Must start with http:// or https://

  • When multidimensional, each URL in the array is validated

Use Cases

  • Website links

  • Document references

  • External resources

  • API endpoints

  • Image sources

  • File downloads