1{
2    "type":"object",
3    "$schema": "http://json-schema.org/draft-04/schema#",
4    "id": "http://www.dokuwiki.org/plugin:jwHelloWorld/schema.json",
5    "required":false,
6    "properties":{
7        "helloFrom": {
8            "type":"string",
9            "description": "Appears below the speak bubble",
10            "id": "http://www.dokuwiki.org/plugin:jwHelloWorld/helloFrom",
11            "required":false
12        },
13        "helloTo": {
14            "type":"string",
15            "description": "Prefixed with 'heelo ' in the speak bubble",
16            "id": "http://www.dokuwiki.org/plugin:jwHelloWorld/helloTo",
17            "required":true
18        }
19    }
20}
21