versionSchema.json 471 B

123456789
  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": "versionSchema.json",
  4. "$schema": "http://json-schema.org/draft-07/schema#",
  5. "title": "version",
  6. "description": "The version of the dashboard specification",
  7. "type": "integer",
  8. "minimum": 1000
  9. }