config: json,script,packages (4 files)

This commit is contained in:
Richard Ward
2025-12-31 15:05:39 +00:00
parent bb0d1bf6f8
commit ab5ce401af
4 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{
"$schema": "./script.schema.json",
"$schema": "./components.schema.json",
"schema_version": "2.1.0",
"package": "json_script_example",
"description": "UI component examples using JSON script",

View File

@@ -1,4 +1,5 @@
{
"$schema": "./metadata.schema.json",
"packageId": "json_script_example",
"name": "JSON Script Example",
"version": "1.0.0",

View File

@@ -1,4 +1,5 @@
{
"$schema": "./styles.schema.json",
"colors": {
"primary": "#2196F3",
"secondary": "#FFC107",

View File

@@ -1,5 +1,5 @@
{
"$schema": "./script.schema.json",
"$schema": "./validation.schema.json",
"schema_version": "2.1.0",
"package": "json_script_example",
"description": "Validation utility functions",