JSON Schema definitions for SUEWS YAML configuration files. All schema versions are preserved and accessible.
Initial YAML schema with full Pydantic data model (2025.8)
View Schema |
Latest |
https://umep-dev.github.io/SUEWS/schema/suews-config/0.1.json
# 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"