YAML Governance Pipeline
Infer YAML schema and run schema validation and lint checks.
Use case
Use this in config governance workflows for CI and policy checks.
What to expect
Follow the steps from left to right for a quick overview, then use the inline stepper below to run each tool.
Infer YAML schema and run schema validation and lint checks.
YAML Schema Generator
YAML → YAML
Generate YAML schema
Inferred schema represented as YAML.
YAML Schema Validator
YAML / JSON-SCHEMA → TEXT
Validate YAML schema
Validation report for YAML against JSON Schema rules.
YAML Linter
YAML → TEXT
Lint YAML
Review the result here before moving to the next step.
Workflow steps
Workflow shortcut
Next unlocked step: Step 1 · YAML Schema Generator
YAML Schema Generator
Infer a schema from YAML input and emit the inferred schema as YAML.
YAML input
Paste YAML content to infer a schema.
Generated YAML schema
Inferred schema represented as YAML.
Run this step to process the current input and prepare the next workflow stage.
YAML Schema Validator
Validate YAML content against a JSON Schema.
YAML schema input (JSON envelope)
Provide { "schema": { ...jsonSchema }, "yaml": "name: Ada" }.
Schema validation result
Validation report for YAML against JSON Schema rules.
Run this step to process the current input and prepare the next workflow stage.
YAML Linter
Lint YAML style and structure with stricter quality rules.
YAML input
Provide yaml input for this workflow step.
Lint report
Review the result here before moving to the next step.
Run this step to process the current input and prepare the next workflow stage.