Amazon Mainframe Modernization · JSON Structure

Amazon Mainframe Modernization Create Application Response Structure

CreateApplicationResponse schema from AWS Mainframe Modernization API

Type: object Properties: 3 Required: 3
COBOLMainframeMigrationModernizationBatch Processing

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

Properties

applicationArn applicationId applicationVersion

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-create-application-response-structure.json",
  "name": "CreateApplicationResponse",
  "description": "CreateApplicationResponse schema from AWS Mainframe Modernization API",
  "type": "object",
  "properties": {
    "applicationArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the application."
        }
      ]
    },
    "applicationId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Identifier"
        },
        {
          "description": "The unique application identifier."
        }
      ]
    },
    "applicationVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Version"
        },
        {
          "description": "The version number of the application."
        }
      ]
    }
  },
  "required": [
    "applicationArn",
    "applicationId",
    "applicationVersion"
  ]
}