Qlik Sense APIs · Schema
File Based Knowledge Mart Task Settings
Schema for File Based Knowledge Mart task settings configuration
AgentsAnalyticsArtificial IntelligenceBusiness IntelligenceCloudData IntegrationData VisualizationEmbedded AnalyticsEnterpriseMachine-Learning
Properties
| Name | Type | Description |
|---|---|---|
| fullLoadOnly | object | |
| taskRuntime | object | Task runtime configuration |
| viewType | object | |
| vectorDbTargetType | object | |
| vectorDbConnection | object | |
| llmConnection | object | |
| llmSettings | object | |
| indexArtifactsLocation | object | |
| loadViewsSuffix | object | |
| cdcViewsSuffix | object | |
| outputDirectory | object | |
| indexActionOnPrepare | object | |
| includedFilesPatterns | string | List of file patterns to include |
| testAssistantSettings | object |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/qlik-oss/schemas/refs/heads/main/qtcp/task.settings.filebasedknowledgemart.schema.json",
"title": "File Based Knowledge Mart Task Settings",
"description": "Schema for File Based Knowledge Mart task settings configuration",
"type": "object",
"additionalProperties": false,
"required": ["taskRuntime"],
"properties": {
"fullLoadOnly": {
"$ref": "task.settings.common.schema.json#/definitions/fullLoadOnly-False"
},
"taskRuntime": {
"type": "object",
"description": "Task runtime configuration",
"additionalProperties": false,
"required": ["warehouseSelection"],
"properties": {
"chunkSize": {
"type": "integer",
"description": "Chunk size",
"default": 2000
},
"chunkOverlap": {
"type": "integer",
"description": "Chunk overlap",
"default": 0
},
"bulkSize": {
"type": "integer",
"description": "Bulk size",
"default": 100
},
"filesLocation": {
"type": "object",
"description": "Settings for file location configuration",
"additionalProperties": false,
"properties": {
"donePath": {
"type": "string",
"description": "Path to directory for successfully processed files",
"default": "./done"
},
"failPath": {
"type": "string",
"description": "Path to directory for failed file processing",
"default": "./fail"
},
"contextType": {
"type": "string",
"description": "Type of context for file processing",
"enum": ["NONE", "MOVE_FILES", "GLOBAL_TS", "FULL_INFO"],
"default": "GLOBAL_TS"
},
"deepScanLevel": {
"type": "integer",
"description": "Depth level for scanning subdirectories (0 = current directory only)",
"minimum": 0,
"maximum": 10,
"default": 1
}
}
},
"processingMethod": {
"type": "string",
"description": "Processing method",
"enum": ["ALL_FILES", "NEW_FILES", "NEW_AND_MODIFIED_FILES"],
"default": "NEW_AND_MODIFIED_FILES"
},
"warehouseSelection": {
"$ref": "task.settings.common.schema.json#/definitions/warehouseSelection"
}
}
},
"viewType": {
"$ref": "task.settings.common.schema.json#/definitions/viewType"
},
"vectorDbTargetType": {
"$ref": "task.settings.common.schema.json#/definitions/vectorDbTargetType"
},
"vectorDbConnection": {
"$ref": "task.settings.common.schema.json#/definitions/vectorDbConnection"
},
"llmConnection": {
"$ref": "task.settings.common.schema.json#/definitions/llmConnection"
},
"llmSettings": {
"$ref": "task.settings.common.schema.json#/definitions/llmSettings"
},
"indexArtifactsLocation": {
"$ref": "task.settings.common.schema.json#/definitions/indexArtifactsLocation"
},
"loadViewsSuffix": {
"$ref": "task.settings.common.schema.json#/definitions/loadViewsSuffix"
},
"cdcViewsSuffix": {
"$ref": "task.settings.common.schema.json#/definitions/cdcViewsSuffix"
},
"outputDirectory": {
"$ref": "task.settings.common.schema.json#/definitions/outputDirectory"
},
"indexActionOnPrepare": {
"$ref": "task.settings.common.schema.json#/definitions/indexActionOnPrepare-CREATE_IF_NOT_EXISTS"
},
"includedFilesPatterns": {
"type": "string",
"description": "List of file patterns to include",
"default": "*.csv, *.tsv, *.json, *.avro"
},
"testAssistantSettings": {
"$ref": "task.settings.common.schema.json#/definitions/testAssistantSettings"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/qliksense-qtcp-task.settings.filebasedknowledgemart.schema"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.