Amazon OpenSearch Service API · JSON Structure

Openapi Describe Packages Filter Structure

Filter to apply in DescribePackage response.

Type: object Properties: 2
AnalyticsElasticsearchSearch

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

Properties

Name Value

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-describe-packages-filter-structure.json",
  "name": "DescribePackagesFilter",
  "description": "Filter to apply in <code>DescribePackage</code> response.",
  "type": "object",
  "properties": {
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DescribePackagesFilterName"
        },
        {
          "description": "Any field from <code>PackageDetails</code>."
        }
      ]
    },
    "Value": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DescribePackagesFilterValues"
        },
        {
          "description": "A non-empty list of values for the specified field."
        }
      ]
    }
  }
}