View

View schema from openapi

DiscoveryInventoryOperationsResource Management

Properties

Name Type Description
Filters object The filters applied to the view.
IncludedProperties array Additional properties to include in the view.
ViewArn string The ARN of the view.
View JSON Schema on GitHub

JSON Schema

amazon-resource-explorer-openapi-view-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-resource-explorer/refs/heads/main/json-schema/amazon-resource-explorer-openapi-view-schema.json",
  "title": "View",
  "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."
    }
  }
}