[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": {
|
||||||
"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",
|
||||||
|
|||||||
Reference in New Issue
Block a user