Amazon Proton · JSON Structure

Amazon Proton Compatible Environment Template Structure

Compatible environment template data.

Type: object Properties: 2 Required: 2
DevOpsInfrastructure as CodePlatform EngineeringServerlessTemplatesSelf-ServiceCI/CD

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

Properties

majorVersion templateName

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-proton/refs/heads/main/json-structure/amazon-proton-compatible-environment-template-structure.json",
  "name": "CompatibleEnvironmentTemplate",
  "description": "Compatible environment template data.",
  "type": "object",
  "properties": {
    "majorVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplateVersionPart"
        },
        {
          "description": "The major version of the compatible environment template."
        }
      ]
    },
    "templateName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceName"
        },
        {
          "description": "The compatible environment template name."
        }
      ]
    }
  },
  "required": [
    "majorVersion",
    "templateName"
  ]
}