Amazon OpenSearch Service API · JSON Structure

Openapi Package Version History Structure

Details of a package version.

Type: object Properties: 3
AnalyticsElasticsearchSearch

PackageVersionHistory is a JSON Structure definition published by Amazon OpenSearch Service API, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

PackageVersion CommitMessage CreatedAt

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-opensearch/refs/heads/main/json-structure/openapi-package-version-history-structure.json",
  "name": "PackageVersionHistory",
  "description": "Details of a package version.",
  "type": "object",
  "properties": {
    "PackageVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PackageVersion"
        },
        {
          "description": "Version of the package."
        }
      ]
    },
    "CommitMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CommitMessage"
        },
        {
          "description": "A message associated with the version."
        }
      ]
    },
    "CreatedAt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CreatedAt"
        },
        {
          "description": "Timestamp which tells creation time of the package version."
        }
      ]
    }
  }
}