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

schema: viewAllPaths

Brian Muenzenmeyer edited this page Apr 20, 2018 · 1 revision
{
  "$id": "Pattern Lab Node | viewAllPaths", 
  "type": "object", 
  "definitions": {}, 
  "$schema": "http://json-schema.org/draft-07/schema#", 
  "properties": {
    "atoms": {
      "$id": "/properties/atoms", 
      "type": "object", 
      "properties": {
        "global": {
          "$id": "/properties/atoms/properties/global", 
          "type": "string", 
          "examples": [
            "00-atoms-00-global"
          ]
        }, 
        "all": {
          "$id": "/properties/atoms/properties/all", 
          "type": "string", 
          "examples": [
            "00-atoms"
          ]
        }, 
        "buttons": {
          "$id": "/properties/atoms/properties/buttons", 
          "type": "string", 
          "examples": [
            "00-atoms-buttons"
          ]
        }, 
        "feedback": {
          "$id": "/properties/atoms/properties/feedback", 
          "type": "string", 
          "examples": [
            "00-atoms-feedback"
          ]
        }, 
        "forms": {
          "$id": "/properties/atoms/properties/forms", 
          "type": "string", 
          "examples": [
            "00-atoms-forms"
          ]
        }, 
        "images": {
          "$id": "/properties/atoms/properties/images", 
          "type": "string", 
          "examples": [
            "00-atoms-images"
          ]
        }, 
        "text": {
          "$id": "/properties/atoms/properties/text", 
          "type": "string", 
          "examples": [
            "00-atoms-text"
          ]
        }
      }
    }, 
    "molecules": {
      "$id": "/properties/molecules", 
      "type": "object", 
      "properties": {
        "blocks": {
          "$id": "/properties/molecules/properties/blocks", 
          "type": "string", 
          "examples": [
            "01-molecules-blocks"
          ]
        }, 
        "all": {
          "$id": "/properties/molecules/properties/all", 
          "type": "string", 
          "examples": [
            "01-molecules"
          ]
        }, 
        "forms": {
          "$id": "/properties/molecules/properties/forms", 
          "type": "string", 
          "examples": [
            "01-molecules-forms"
          ]
        }, 
        "layout": {
          "$id": "/properties/molecules/properties/layout", 
          "type": "string", 
          "examples": [
            "01-molecules-layout"
          ]
        }, 
        "media": {
          "$id": "/properties/molecules/properties/media", 
          "type": "string", 
          "examples": [
            "01-molecules-media"
          ]
        }, 
        "messaging": {
          "$id": "/properties/molecules/properties/messaging", 
          "type": "string", 
          "examples": [
            "01-molecules-messaging"
          ]
        }, 
        "navigation": {
          "$id": "/properties/molecules/properties/navigation", 
          "type": "string", 
          "examples": [
            "01-molecules-navigation"
          ]
        }, 
        "text": {
          "$id": "/properties/molecules/properties/text", 
          "type": "string", 
          "examples": [
            "01-molecules-text"
          ]
        }
      }
    }, 
    "organisms": {
      "$id": "/properties/organisms", 
      "type": "object", 
      "properties": {
        "global": {
          "$id": "/properties/organisms/properties/global", 
          "type": "string", 
          "examples": [
            "02-organisms-00-global"
          ]
        }, 
        "all": {
          "$id": "/properties/organisms/properties/all", 
          "type": "string", 
          "examples": [
            "02-organisms"
          ]
        }, 
        "forms": {
          "$id": "/properties/organisms/properties/forms", 
          "type": "string", 
          "examples": [
            "02-organisms-forms"
          ]
        }, 
        "lists": {
          "$id": "/properties/organisms/properties/lists", 
          "type": "string", 
          "examples": [
            "02-organisms-lists"
          ]
        }, 
        "sections": {
          "$id": "/properties/organisms/properties/sections", 
          "type": "string", 
          "examples": [
            "02-organisms-sections"
          ]
        }, 
        "text": {
          "$id": "/properties/organisms/properties/text", 
          "type": "string", 
          "examples": [
            "02-organisms-text"
          ]
        }
      }
    }
  }
}
Clone this wiki locally