themeSchema.json 513 B

12345678910
  1. {
  2. "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: BI Cloud (C) Copyright IBM Corp. 2018. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
  3. "$id": "themeSchema.json",
  4. "$schema": "http://json-schema.org/draft-07/schema#",
  5. "title": "theme",
  6. "description": "The theme for the dashboard specification",
  7. "properties": {
  8. "theme": {"$ref": "schemaDefs.json#/definitions/theme"}
  9. }
  10. }