Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

schema: ishControls

Brian Muenzenmeyer edited this page Apr 20, 2018 · 2 revisions
{
  "$id": "Pattern Lab Node | ishControls", 
  "type": "object", 
  "definitions": {}, 
  "$schema": "http://json-schema.org/draft-07/schema#", 
  "properties": {
    "ishControlsHide": {
      "$id": "/properties/ishControlsHide", 
      "type": "object", 
      "properties": {
        "s": {
          "$id": "/properties/ishControlsHide/properties/s", 
          "type": "boolean", 
          "examples": [
            false
          ]
        }, 
        "m": {
          "$id": "/properties/ishControlsHide/properties/m", 
          "type": "boolean", 
          "examples": [
            false
          ]
        }, 
        "l": {
          "$id": "/properties/ishControlsHide/properties/l", 
          "type": "boolean", 
          "examples": [
            false
          ]
        }, 
        "full": {
          "$id": "/properties/ishControlsHide/properties/full", 
          "type": "boolean", 
          "examples": [
            false
          ]
        }, 
        "random": {
          "$id": "/properties/ishControlsHide/properties/random", 
          "type": "boolean", 
          "examples": [
            false
          ]
        }, 
        "disco": {
          "$id": "/properties/ishControlsHide/properties/disco", 
          "type": "boolean", 
          "examples": [
            false
          ]
        }, 
        "hay": {
          "$id": "/properties/ishControlsHide/properties/hay", 
          "type": "boolean", 
          "examples": [
            true
          ]
        }, 
        "mqs": {
          "$id": "/properties/ishControlsHide/properties/mqs", 
          "type": "boolean", 
          "examples": [
            false
          ]
        }, 
        "find": {
          "$id": "/properties/ishControlsHide/properties/find", 
          "type": "boolean", 
          "examples": [
            false
          ]
        }, 
        "views-all": {
          "$id": "/properties/ishControlsHide/properties/views-all", 
          "type": "boolean", 
          "examples": [
            false
          ]
        }, 
        "views-annotations": {
          "$id": "/properties/ishControlsHide/properties/views-annotations", 
          "type": "boolean", 
          "examples": [
            false
          ]
        }, 
        "views-code": {
          "$id": "/properties/ishControlsHide/properties/views-code", 
          "type": "boolean", 
          "examples": [
            false
          ]
        }, 
        "views-new": {
          "$id": "/properties/ishControlsHide/properties/views-new", 
          "type": "boolean", 
          "examples": [
            false
          ]
        }, 
        "tools-all": {
          "$id": "/properties/ishControlsHide/properties/tools-all", 
          "type": "boolean", 
          "examples": [
            false
          ]
        }, 
        "tools-docs": {
          "$id": "/properties/ishControlsHide/properties/tools-docs", 
          "type": "boolean", 
          "examples": [
            false
          ]
        }
      }
    }
  }
}
Clone this wiki locally