layoutFragmentSchema.json 605 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": "layoutFragmentSchema.json",
  4. "$schema": "http://json-schema.org/draft-07/schema#",
  5. "title": "layout Fragment",
  6. "description": "The layout fragment of the dashboard specification fragment, representing ...",
  7. "type": "array",
  8. "items": { "$ref": "layoutSchema.json#/definitions/item" },
  9. "required": [ "id", "type", "items" ]
  10. }