[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:
@@ -24,8 +24,8 @@
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": ["atom", "molecule", "organism", "template", "page"],
|
||||
"description": "Atomic design level"
|
||||
"enum": ["atom", "molecule", "composite", "template", "page"],
|
||||
"description": "Atomic design level (composite = complex multi-molecule component)"
|
||||
},
|
||||
"path": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user