aaa_alert-types

APIs.ioEngineeringPlatform

Properties

Name Type Description
description object
display_name object
filter_options object
type object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-aaa-alert-types-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/aaa_alert-types",
  "title": "aaa_alert-types",
  "properties": {
    "description": {
      "$ref": "#/components/schemas/aaa_description"
    },
    "display_name": {
      "$ref": "#/components/schemas/aaa_display_name"
    },
    "filter_options": {
      "$ref": "#/components/schemas/aaa_filter_options"
    },
    "type": {
      "$ref": "#/components/schemas/aaa_type"
    }
  },
  "type": "object"
}