12345678910 |
- {
- "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.",
- "$id": "themeSchema.json",
- "$schema": "http://json-schema.org/draft-07/schema#",
- "title": "theme",
- "description": "The theme for the dashboard specification",
- "properties": {
- "theme": {"$ref": "schemaDefs.json#/definitions/theme"}
- }
- }
|