custom-indicator-feeds_indicator_feed_item

APIs.ioEngineeringPlatform

Properties

Name Type Description
created_on string The date and time when the data entry was created
description object
id object
is_attributable object
is_downloadable object
is_public object
modified_on string The date and time when the data entry was last modified
name object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-custom-indicator-feeds-indicator-feed-item-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/custom-indicator-feeds_indicator_feed_item",
  "title": "custom-indicator-feeds_indicator_feed_item",
  "example": {
    "created_on": "2023-05-12T12:21:56.777653Z",
    "description": "example feed description",
    "id": 1,
    "is_attributable": false,
    "is_downloadable": false,
    "is_public": false,
    "modified_on": "2023-06-18T03:13:34.123321Z",
    "name": "example_feed_1"
  },
  "properties": {
    "created_on": {
      "description": "The date and time when the data entry was created",
      "format": "date-time",
      "type": "string"
    },
    "description": {
      "$ref": "#/components/schemas/custom-indicator-feeds_description"
    },
    "id": {
      "$ref": "#/components/schemas/custom-indicator-feeds_id"
    },
    "is_attributable": {
      "$ref": "#/components/schemas/custom-indicator-feeds_is_attributable"
    },
    "is_downloadable": {
      "$ref": "#/components/schemas/custom-indicator-feeds_is_downloadable"
    },
    "is_public": {
      "$ref": "#/components/schemas/custom-indicator-feeds_is_public"
    },
    "modified_on": {
      "description": "The date and time when the data entry was last modified",
      "format": "date-time",
      "type": "string"
    },
    "name": {
      "$ref": "#/components/schemas/custom-indicator-feeds_name"
    }
  }
}