From Botched Dormouse, 8 Years ago, written in Plain Text.
This paste is a reply to Untitled from Gracious Dolphin - view diff
Embed
  1. {
  2.             "rules": {
  3.               "type": "array",
  4.               "title": "Rules",
  5.               "items": {
  6.                 "type": "object",
  7.                 "title": "MoreRules",
  8.                 "properties": {
  9.                   "layers": {
  10.                     "type": "string",
  11.                     "default": ""
  12.                   },
  13.                   "WhenAction": {
  14.                     "type": "string",
  15.                     "enum": []
  16.                   },
  17.                   "Event": {
  18.                     "type": "string",
  19.                     "enum": [
  20.                       "click",
  21.                       "hover",
  22.                       "select",
  23.                       "change",
  24.                       "load"
  25.                     ]
  26.                   },
  27.                   "then": {
  28.                     "type": "array",
  29.                     "title": "Then rules",
  30.                     "items": {
  31.                       "type": "object",
  32.                       "title": "more then",
  33.                       "properties": {
  34.                         "SelectLayers": {
  35.                           "type": "string",
  36.                           "enum": [
  37.                             "cat",
  38.                             "dog",
  39.                             "bird",
  40.                             "reptile",
  41.                             "other"
  42.                           ]
  43.                         },
  44.                         "States": {
  45.                           "type": "string",
  46.                           "enum": [
  47.                             "cat",
  48.                             "dog",
  49.                             "bird",
  50.                             "reptile",
  51.                             "other"
  52.                           ]
  53.                         },
  54.                         "Animation": {
  55.                           "type": "string",
  56.                           "enum": [
  57.                             "ease",
  58.                             "linear",
  59.                             "ease-in",
  60.                             "ease-out",
  61.                             "ease-in-out"
  62.                           ]
  63.                         },
  64.                         "Duration": {
  65.                           "type": "string"
  66.                         }
  67.                       }
  68.                     }
  69.                   }
  70.                 }
  71.               },
  72.               "$schema": "http://json-schema.org/draft-04/schema#"
  73.             }
  74.           }

Replies to Re: Untitled rss

Title Name Language When
Re: Re: Untitled Sole Finch text 8 Years ago.