Introduction to Duro's Config System
Evolution of Duro's Configuration
The YAML-Based Configuration
# Example: Simple category definition
categories:
- code: "920"
type: ASSEMBLY
name: Cable Assembly
specs:
- name: Length
type: string
required: true
validation:
pattern: "^\\d+(\\.\\d+)?\\s*(mm|m)$"Why YAML?
Getting Started
Last updated
Was this helpful?