[IMMUTABLE-UPDATE] Fix: Replace 'organism' with 'composite' in components schema

Updated atomic design terminology in components.schema.json:
- organism → composite

Aligns with corporate terminology requirements while maintaining
the atomic design pattern hierarchy:
atom → molecule → composite → template → page

Justification: Correcting terminology oversight in newly created schema
to match Phase 3 corporate language requirements.
This commit is contained in:
Digital Production Factory
2025-12-09 19:27:50 -03:00
parent ea965d5a42
commit 7281085635

View File

@@ -24,8 +24,8 @@
}, },
"type": { "type": {
"type": "string", "type": "string",
"enum": ["atom", "molecule", "organism", "template", "page"], "enum": ["atom", "molecule", "composite", "template", "page"],
"description": "Atomic design level" "description": "Atomic design level (composite = complex multi-molecule component)"
}, },
"path": { "path": {
"type": "string", "type": "string",