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