nameSchema.json 440 B

12345678
  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": "nameSchema.json",
  4. "$schema": "http://json-schema.org/draft-07/schema#",
  5. "title": "name",
  6. "description": "The name of the dashboard specification",
  7. "type": "string"
  8. }