{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "MicroAppConfig", "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "parameters": { "type": "array", "description": "Configuration parameters for the micro-application" } } }