Definition

The application definition for a particular application.

COBOLMainframeMigrationModernizationBatch Processing

Properties

Name Type Description
content object
s3Location object
View JSON Schema on GitHub

JSON Schema

amazon-mainframe-modernization-definition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mainframe-modernization/refs/heads/main/json-schema/amazon-mainframe-modernization-definition-schema.json",
  "title": "Definition",
  "description": "The application definition for a particular application. ",
  "type": "object",
  "properties": {
    "content": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StringFree65000"
        },
        {
          "description": "The content of the application definition. This is a JSON object that contains the resource configuration/definitions that identify an application."
        }
      ]
    },
    "s3Location": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String2000"
        },
        {
          "description": "The S3 bucket that contains the application definition."
        }
      ]
    }
  }
}