custom-indicator-feeds_update_feed_response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-custom-indicator-feeds-update-feed-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/custom-indicator-feeds_update_feed_response",
  "title": "custom-indicator-feeds_update_feed_response",
  "allOf": [
    {
      "$ref": "#/components/schemas/custom-indicator-feeds_api-response-single"
    },
    {
      "properties": {
        "result": {
          "$ref": "#/components/schemas/custom-indicator-feeds_update_feed"
        }
      }
    }
  ]
}