custom-indicator-feeds_create_feed

APIs.ioEngineeringPlatform

Properties

Name Type Description
description object
name object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-custom-indicator-feeds-create-feed-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/custom-indicator-feeds_create_feed",
  "title": "custom-indicator-feeds_create_feed",
  "example": {
    "description": "example feed description",
    "name": "example_feed_1"
  },
  "properties": {
    "description": {
      "$ref": "#/components/schemas/custom-indicator-feeds_description"
    },
    "name": {
      "$ref": "#/components/schemas/custom-indicator-feeds_name"
    }
  }
}