Skip to content

Instantly share code, notes, and snippets.

@wesleyobury
wesleyobury / qc_schema.json
Last active February 12, 2026 18:33
HTEC Zap
{
"type": "object",
"properties": {
"QC_Overall_Grade": {
"type": "string",
"enum": ["Pass", "Review", "Fail"]
},
"QC_Risk_Level": {
"type": "string",
"enum": ["Low", "Moderate", "High"]