SUEWS Configuration Schema Registry

JSON Schema definitions for SUEWS YAML configuration files. All schema versions are preserved and accessible.

Available Schema Versions (1)

Version 0.1 (Current)

Initial YAML schema with full Pydantic data model (2025.8)

Added: 2025-08-18

View Schema | Latest | https://umep-dev.github.io/SUEWS/schema/suews-config/0.1.json

Usage in YAML Configuration

# Use specific version:
schema_version: "0.1"
$schema: "https://umep-dev.github.io/SUEWS/schema/suews-config/0.1.json"

# Or use latest (always points to current version):
$schema: "https://umep-dev.github.io/SUEWS/schema/suews-config/latest.json"

# For older versions (if needed for compatibility):
schema_version: "0.1"
$schema: "https://umep-dev.github.io/SUEWS/schema/suews-config/0.1.json"

Version Policy


GitHub Repository | Documentation | Registry JSON

Last updated: 2025-10-17T13:09:54