{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "MappingParameter", "type": "object", "properties": { "id": { "type": "integer" }, "name": { "type": "string" }, "type": { "type": "string" }, "description": { "type": "string" }, "customFuncId": { "type": "string" }, "uiProperties": { "type": "string" } } }