Appian · Schema
Package
Represents an in-flight deployment package associated with an Appian application. Contains metadata about the package contents and status.
AutomationBPMBusiness Process ManagementEnterprise SoftwareLow-CodeProcess AutomationRPAWorkflows
Properties
| Name | Type | Description |
|---|---|---|
| name | string | The name of the deployment package. |
| description | string | A description of the deployment package. |
| uuid | string | The unique identifier for the package. This UUID can be used with the Deployment REST API for exports and deployments. |
| objectCount | integer | The number of design objects included in the package. |
| databaseScriptCount | integer | The number of database scripts included in the package. |
| pluginCount | integer | The number of plug-ins included in the package. |
| datasourceUuid | string | The UUID of the data source associated with the package, if applicable. |
| hasCustomizationFile | boolean | Indicates whether the package includes an import customization file. |
| createdTimestamp | string | The timestamp when the package was created. |
| lastModifiedTimestamp | string | The timestamp when the package was last modified. Packages are sorted by this field in descending order. |
| ticketLink | string | A link to an external ticket or change request associated with this package. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Package",
"title": "Package",
"type": "object",
"description": "Represents an in-flight deployment package associated with an Appian application. Contains metadata about the package contents and status.",
"properties": {
"name": {
"type": "string",
"description": "The name of the deployment package.",
"example": "CR-176543 Add reports dashboard"
},
"description": {
"type": "string",
"description": "A description of the deployment package.",
"example": "Updates the executive summary view with new reports."
},
"uuid": {
"type": "string",
"format": "uuid",
"description": "The unique identifier for the package. This UUID can be used with the Deployment REST API for exports and deployments.",
"example": "d243b14c-3ba5-41c3-9f51-76da51beb8f5"
},
"objectCount": {
"type": "integer",
"description": "The number of design objects included in the package.",
"minimum": 0,
"example": 12
},
"databaseScriptCount": {
"type": "integer",
"description": "The number of database scripts included in the package.",
"minimum": 0,
"example": 2
},
"pluginCount": {
"type": "integer",
"description": "The number of plug-ins included in the package.",
"minimum": 0,
"example": 1
},
"datasourceUuid": {
"type": "string",
"format": "uuid",
"description": "The UUID of the data source associated with the package, if applicable."
},
"hasCustomizationFile": {
"type": "boolean",
"description": "Indicates whether the package includes an import customization file.",
"example": true
},
"createdTimestamp": {
"type": "string",
"format": "date-time",
"description": "The timestamp when the package was created."
},
"lastModifiedTimestamp": {
"type": "string",
"format": "date-time",
"description": "The timestamp when the package was last modified. Packages are sorted by this field in descending order."
},
"ticketLink": {
"type": "string",
"description": "A link to an external ticket or change request associated with this package.",
"example": "https://jira.example.com/browse/CR-176543"
}
},
"required": [
"name",
"uuid"
]
}
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/appian-package"
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.