Amazon Proton · Schema

ServiceTemplateVersion

Detailed data of an Proton service template version resource.

DevOpsInfrastructure as CodePlatform EngineeringServerlessTemplatesSelf-ServiceCI/CD

Properties

Name Type Description
arn object
compatibleEnvironmentTemplates object
createdAt object
description object
lastModifiedAt object
majorVersion object
minorVersion object
recommendedMinorVersion object
schema object
status object
statusMessage object
supportedComponentSources object
templateName object
View JSON Schema on GitHub

JSON Schema

amazon-proton-service-template-version-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-proton/refs/heads/main/json-schema/amazon-proton-service-template-version-schema.json",
  "title": "ServiceTemplateVersion",
  "description": "Detailed data of an Proton service template version resource.",
  "type": "object",
  "properties": {
    "arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ServiceTemplateVersionArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the version of a service template."
        }
      ]
    },
    "compatibleEnvironmentTemplates": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CompatibleEnvironmentTemplateList"
        },
        {
          "description": "An array of compatible environment template names for the major version of a service template."
        }
      ]
    },
    "createdAt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The time when the version of a service template was created."
        }
      ]
    },
    "description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Description"
        },
        {
          "description": "A description of the version of a service template."
        }
      ]
    },
    "lastModifiedAt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The time when the version of a service template was last modified."
        }
      ]
    },
    "majorVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplateVersionPart"
        },
        {
          "description": "The latest major version that's associated with the version of a service template."
        }
      ]
    },
    "minorVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplateVersionPart"
        },
        {
          "description": "The minor version of a service template."
        }
      ]
    },
    "recommendedMinorVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplateVersionPart"
        },
        {
          "description": "The recommended minor version of the service template."
        }
      ]
    },
    "schema": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplateSchema"
        },
        {
          "description": "The schema of the version of a service template."
        }
      ]
    },
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplateVersionStatus"
        },
        {
          "description": "The service template version status."
        }
      ]
    },
    "statusMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StatusMessage"
        },
        {
          "description": "A service template version status message."
        }
      ]
    },
    "supportedComponentSources": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ServiceTemplateSupportedComponentSourceInputList"
        },
        {
          "description": "<p>An array of supported component sources. Components with supported sources can be attached to service instances based on this service template version.</p> <p>For more information about components, see <a href=\"https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html\">Proton components</a> in the <i>Proton User Guide</i>.</p>"
        }
      ]
    },
    "templateName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceName"
        },
        {
          "description": "The name of the version of a service template."
        }
      ]
    }
  },
  "required": [
    "arn",
    "compatibleEnvironmentTemplates",
    "createdAt",
    "lastModifiedAt",
    "majorVersion",
    "minorVersion",
    "status",
    "templateName"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-proton-service-template-version"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.