summaryrefslogtreecommitdiffstats
path: root/tests/auto/jsonstream/schemas/PaintTextEvent.json
blob: 6c9088204a331a3f031f1fa948030ee89004610e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
   "title": "PaintLineEvent schema",
   "extends": { "$ref": "PaintEvent" },
   "description": "Inform the application to paint a text",
   "type": "object",
   "properties": {
     "event": {"type":"string", "pattern":"PaintTextEvent", "required":true },
     "text": {"type":"string", "required":true },
     "font-size": {"type":"number", "minimum": 0 },
     "bold": {"type":"boolean"}
   }
 }