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