{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "MicroApplication", "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "type": { "type": "string" }, "configurable": { "type": "boolean" } } }