ThirdPartySoftware

AnalyticsBusiness IntelligenceData VisualizationEnterpriseREST API

Properties

Name Type Description
name string Name of the third-party software
version string Version of the third-party software
license string License type or identifier
url string URL for the third-party software project or license
View JSON Schema on GitHub

JSON Schema

qlik-sense-enterprise-thirdpartysoftware-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ThirdPartySoftware",
  "title": "ThirdPartySoftware",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the third-party software"
    },
    "version": {
      "type": "string",
      "description": "Version of the third-party software"
    },
    "license": {
      "type": "string",
      "description": "License type or identifier"
    },
    "url": {
      "type": "string",
      "format": "uri",
      "description": "URL for the third-party software project or license"
    }
  }
}