Appian · Schema
ImportConfiguration
Configuration for an import deployment operation specifying the files and settings to deploy.
AutomationBPMBusiness Process ManagementEnterprise SoftwareLow-CodeProcess AutomationRPAWorkflows
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Name of the deployment, displayed in Appian Designer's Deploy view. |
| description | string | Description of the deployment. |
| packageFileName | string | File name of the deployment package ZIP file attached in the form data. |
| adminConsoleSettingsFileName | string | File name of the Admin Console settings ZIP file attached in the form data. |
| customizationFileName | string | File name of the import customization properties file attached in the form data. |
| pluginsFileName | string | File name of the plug-ins ZIP file attached in the form data. |
| dataSource | string | The data source name or UUID for database script execution. |
| databaseScripts | array | Array of database script configurations specifying file names and execution order. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/appian/refs/heads/main/json-schema/deployment-rest-import-configuration-schema.json",
"title": "ImportConfiguration",
"description": "Configuration for an import deployment operation specifying the files and settings to deploy.",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name of the deployment, displayed in Appian Designer's Deploy view.",
"example": "Q4 Release Package"
},
"description": {
"type": "string",
"description": "Description of the deployment."
},
"packageFileName": {
"type": "string",
"description": "File name of the deployment package ZIP file attached in the form data."
},
"adminConsoleSettingsFileName": {
"type": "string",
"description": "File name of the Admin Console settings ZIP file attached in the form data."
},
"customizationFileName": {
"type": "string",
"description": "File name of the import customization properties file attached in the form data."
},
"pluginsFileName": {
"type": "string",
"description": "File name of the plug-ins ZIP file attached in the form data."
},
"dataSource": {
"type": "string",
"description": "The data source name or UUID for database script execution."
},
"databaseScripts": {
"type": "array",
"description": "Array of database script configurations specifying file names and execution order.",
"items": {
"type": "object",
"properties": {
"fileName": {
"type": "string",
"description": "The file name of the database script."
},
"orderId": {
"type": "string",
"description": "The execution order for the script, starting at 1."
}
}
}
}
},
"required": [
"name"
]
}
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/deployment-rest-import-configuration"
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.