custom-indicator-feeds_update_feed

APIs.ioEngineeringPlatform

Properties

Name Type Description
file_id integer Feed id
filename string Name of the file unified in our system
status string Current status of upload, should be unified
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-custom-indicator-feeds-update-feed-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/custom-indicator-feeds_update_feed",
  "title": "custom-indicator-feeds_update_feed",
  "properties": {
    "file_id": {
      "description": "Feed id",
      "example": 1,
      "type": "integer"
    },
    "filename": {
      "description": "Name of the file unified in our system",
      "example": "snapshot_file.unified",
      "type": "string"
    },
    "status": {
      "description": "Current status of upload, should be unified",
      "example": "unified",
      "type": "string"
    }
  }
}