Amazon Mainframe Modernization · JSON Structure

Amazon Mainframe Modernization Update Application Request Structure

UpdateApplicationRequest schema from AWS Mainframe Modernization API

Type: object Properties: 3 Required: 1
COBOLMainframeMigrationModernizationBatch Processing

UpdateApplicationRequest is a JSON Structure definition published by Amazon Mainframe Modernization, describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

currentApplicationVersion definition description

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mainframe-modernization/refs/heads/main/json-structure/amazon-mainframe-modernization-update-application-request-structure.json",
  "name": "UpdateApplicationRequest",
  "description": "UpdateApplicationRequest schema from AWS Mainframe Modernization API",
  "type": "object",
  "properties": {
    "currentApplicationVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Version"
        },
        {
          "description": "The current version of the application to update."
        }
      ]
    },
    "definition": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Definition"
        },
        {
          "description": "The application definition for this application. You can specify either inline JSON or an S3 bucket location."
        }
      ]
    },
    "description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EntityDescription"
        },
        {
          "description": "The description of the application to update."
        }
      ]
    }
  },
  "required": [
    "currentApplicationVersion"
  ]
}