Properties
| Name | Type | Description |
|---|---|---|
| identity | array | |
| name | string | Application deployment name |
| sourcePath | string | Path to the application source on the server |
| targets | array | Servers or clusters the application is targeted to |
| deploymentOrder | integer | Order in which applications are deployed during startup (lower numbers deploy first) |
| planPath | string | Path to the deployment plan XML file |
| securityDDModel | string | Security deployment descriptor model |
| stagingMode | string | How application files are made available to managed servers |
| links | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AppDeployment",
"title": "AppDeployment",
"type": "object",
"properties": {
"identity": {
"type": "array",
"items": {
"type": "string"
}
},
"name": {
"type": "string",
"description": "Application deployment name"
},
"sourcePath": {
"type": "string",
"description": "Path to the application source on the server"
},
"targets": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Identity"
},
"description": "Servers or clusters the application is targeted to"
},
"deploymentOrder": {
"type": "integer",
"description": "Order in which applications are deployed during startup (lower numbers deploy first)"
},
"planPath": {
"type": "string",
"description": "Path to the deployment plan XML file"
},
"securityDDModel": {
"type": "string",
"description": "Security deployment descriptor model",
"enum": [
"DDOnly",
"CustomRoles",
"CustomRolesAndPolicies",
"Advanced"
]
},
"stagingMode": {
"type": "string",
"description": "How application files are made available to managed servers",
"enum": [
"stage",
"nostage",
"external_stage"
]
},
"links": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Link"
}
}
}
}
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/oracle-weblogic-appdeployment"
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.