mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 22:34:56 +00:00
- Created metadata cases and component structure tests for form_builder, forum_forge, irc_webchat, nav_menu, notification_center, schema_editor, screenshot_analyzer, social_hub, stream_cast, ui_auth, ui_dialogs, and ui_footer packages. - Implemented validation for package ID format, version format, required fields, and expected components. - Added Lua test scripts to validate component structures and metadata integrity. - Ensured all packages adhere to the defined structure and dependencies.
7 lines
170 B
JSON
7 lines
170 B
JSON
{
|
|
"component_fields": [
|
|
{ "field": "id", "type": "string", "desc": "unique identifier" },
|
|
{ "field": "type", "type": "string", "desc": "component type" }
|
|
]
|
|
}
|