All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.schema.entity.applications.configuration.internal.dataInsightsReportAppConfig.json Maven / Gradle / Ivy

There is a newer version: 1.6.1
Show newest version
{
  "$id": "DataInsightsReportApplication.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DataInsightsReportAppConfig",
  "description": "This schema defines configuration for Data Insights Report Application.",
  "definitions": {
    "dataInsightsReportAppType": {
      "description": "Application type.",
      "type": "string",
      "enum": ["DataInsightsReport"],
      "default": "DataInsightsReport"
    }
  },
  "properties": {
    "type": {
      "title": "Application Type",
      "description": "Application Type",
      "$ref": "#/definitions/dataInsightsReportAppType",
      "default": "DataInsightsReport"
    },
    "sendToAdmins": {
      "title": "Send To Admins",
      "type": "boolean",
      "default": true
    },
    "sendToTeams": {
      "title": "Send To Teams",
      "type": "boolean",
      "default": true
    }
  },
  "additionalProperties": false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy