Amazon Resource Explorer · JSON Structure

Amazon Resource Explorer Openapi Search Response Structure

SearchResponse schema from openapi

Type: object Properties: 4
DiscoveryInventoryOperationsResource Management

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

Properties

Count NextToken Resources ViewArn

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-resource-explorer/refs/heads/main/json-structure/amazon-resource-explorer-openapi-search-response-structure.json",
  "description": "SearchResponse schema from openapi",
  "type": "object",
  "properties": {
    "Count": {
      "type": "object",
      "description": "The count of matching resources."
    },
    "NextToken": {
      "type": "string",
      "description": "The token for the next page of results."
    },
    "Resources": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Resource"
      }
    },
    "ViewArn": {
      "type": "string",
      "description": "The ARN of the view used for the search."
    }
  },
  "name": "SearchResponse"
}