custom-indicator-feeds_permission_list_item

APIs.ioEngineeringPlatform

Properties

Name Type Description
description object
id object
is_attributable object
is_downloadable object
is_public object
name object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-custom-indicator-feeds-permission-list-item-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/custom-indicator-feeds_permission_list_item",
  "title": "custom-indicator-feeds_permission_list_item",
  "properties": {
    "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"
    },
    "name": {
      "$ref": "#/components/schemas/custom-indicator-feeds_name"
    }
  }
}