CVSCREEN / src /referentiels /template.json
MMOON's picture
Upload 4 files
639da89 verified
raw
history blame contribute delete
838 Bytes
{
"metadata": {
"name": "TEMPLATE_REFERENTIEL",
"version": "1.0",
"description": "Template for creating new GFSI referentials",
"last_updated": "2025-07-28",
"source": "Internal Template"
},
"categories": {
"Category_Name": {
"weight": 0.0,
"description": "Description of this category",
"subcategories": {
"Subcategory_Name": {
"weight": 0.0,
"requirements": [
{
"id": "REF-CODE-001",
"text": "Detailed requirement text here",
"critical": true,
"minimum_acceptable": "Minimum acceptable criteria",
"references": ["Standard Section X.X.X"],
"examples": ["Example 1", "Example 2"]
}
]
}
}
}
}
}