Amazon Resource Explorer · JSON Structure

Amazon Resource Explorer Openapi View Structure

View schema from openapi

Type: object Properties: 3
DiscoveryInventoryOperationsResource Management

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

Properties

Filters IncludedProperties 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-view-structure.json",
  "description": "View schema from openapi",
  "type": "object",
  "properties": {
    "Filters": {
      "type": "object",
      "description": "The filters applied to the view."
    },
    "IncludedProperties": {
      "type": "array",
      "items": {
        "type": "object"
      },
      "description": "Additional properties to include in the view."
    },
    "ViewArn": {
      "type": "string",
      "description": "The ARN of the view."
    }
  },
  "name": "View"
}