- {
- "rules": {
- "type": "array",
- "title": "Rules",
- "items": {
- "type": "object",
- "title": "MoreRules",
- "properties": {
- "layers": {
- "type": "string",
- "default": ""
- },
- "WhenAction": {
- "type": "string",
- "enum": []
- },
- "Event": {
- "type": "string",
- "enum": [
- "click",
- "hover",
- "select",
- "change",
- "load"
- ]
- },
- "then": {
- "type": "array",
- "title": "Then rules",
- "items": {
- "type": "object",
- "title": "more then",
- "properties": {
- "SelectLayers": {
- "type": "string",
- "enum": [
- "cat",
- "dog",
- "bird",
- "reptile",
- "other"
- ]
- },
- "States": {
- "type": "string",
- "enum": [
- "cat",
- "dog",
- "bird",
- "reptile",
- "other"
- ]
- },
- "Animation": {
- "type": "string",
- "enum": [
- "ease",
- "linear",
- "ease-in",
- "ease-out",
- "ease-in-out"
- ]
- },
- "Duration": {
- "type": "string"
- }
- }
- }
- }
- }
- },
- "$schema": "http://json-schema.org/draft-04/schema#"
- }
- }
Stikked
