Amazon Mainframe Modernization · JSON Structure

Amazon Mainframe Modernization Dataset Detail Org Attributes Structure

Additional details about the data set. Different attributes correspond to different data set organizations. The values are populated based on datasetOrg, storageType and backend (Blu Age or Micro Focus).

Type: object Properties: 4
COBOLMainframeMigrationModernizationBatch Processing

DatasetDetailOrgAttributes is a JSON Structure definition published by Amazon Mainframe Modernization, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

gdg po ps vsam

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-dataset-detail-org-attributes-structure.json",
  "name": "DatasetDetailOrgAttributes",
  "description": "Additional details about the data set. Different attributes correspond to different data set organizations. The values are populated based on datasetOrg, storageType and backend (Blu Age or Micro Focus).",
  "type": "object",
  "properties": {
    "gdg": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GdgDetailAttributes"
        },
        {
          "description": "The generation data group of the data set."
        }
      ]
    },
    "po": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PoDetailAttributes"
        },
        {
          "description": "The details of a PO type data set."
        }
      ]
    },
    "ps": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PsDetailAttributes"
        },
        {
          "description": "The details of a PS type data set."
        }
      ]
    },
    "vsam": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VsamDetailAttributes"
        },
        {
          "description": "The details of a VSAM data set."
        }
      ]
    }
  }
}